How to pass parameters in XMLports

NabucoNabuco Member Posts: 65
Hi all,
Hope someone can help me out with this as it seems to be difficult to find anything about it:

When you create a report you can pass on parameters deciding from which record to which record.
When creating an XMLport for export of G/L entries and want to put a filter on posting date -
how do you pass these parameters from codeunit to XMLport? ](*,)

NAV2009SP1.

Thanks in advance

Answers

  • JuhlJuhl Member Posts: 724
    The same way.

    XMLport.RUN (Number [, ReqWindow] [, Record] [, Import])

    Put a filter on the record before calling the xmlport.
    Follow me on my blog juhl.blog
Sign In or Register to comment.