Options

Page WS - filter when called

ASK_ITGASK_ITG Member Posts: 30
edited 2011-03-10 in NAV Three Tier
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

Comments

  • Options
    dayakardayakar Member Posts: 68
    Hi

    Here is a very illustrative document from Arend-Jan Kauffmann.
  • Options
    ASK_ITGASK_ITG Member Posts: 30
    Hi.

    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?
    /Allan
  • Options
    dayakardayakar Member Posts: 68
    Yes Its buit in function.
Sign In or Register to comment.