Hi all.
I am developing af solution where we would like to enable a WS-call to a Page, and the call should contain a code to use as filter before returning the Page-contens.
Ex.
Have a Page for the Cars and would like to allow the calling of this with a parameter so that there is a filter on the parameter. Like this:
GetCarsFromTypeWithFilter('AUDI');
The return should be something like:
No. ---- Reg.No.
01 ---- XX 11111
14 ---- YY 22222
31 ---- ZZ 33333
Anyone have an idea?
/Allan
0
Comments
Here is a very illustrative document from Arend-Jan Kauffmann.
TY dayakar for that doc-reference.
As I see it, this means that the ReadMultiple function has a built-in filter-functionality - am I correct?