Expand my Community achievements bar.

What part of a "signature" is editable?

Avatar

Level 2

I'm trying to understand the help file, where it says:

To enable paging, your data service  must implement a function with the following signature:

getItems_paged(startIndex:Number, numItems:Number): myDataType

Exactly what text in the "signature" can I change?  Can you give me an example, where the table name in the back end DB is BAA_SBJ  and the customer data type is BAA_SBJ[]

Also, in my data/services tree, one of my data types is listed as BAA_SBJ, and another is BAA_SBJ[].  What is the meaning of the [] at the end of one,and missing at the end of the other?

0 Replies