Dataport Export with Filters

paddypowerpaddypower Member Posts: 98
Hi Everyone :)

I have created a dataport for exporting Sales Invoice Lines, I have added a Table filter to only include Lines where type is Item. Now I want the export to include some G/L lines but only for a specific G/L account. In the Table filter I need an OR command instead of AND.

Hope this makes sense.

Thanks

PP

Comments

  • FDickschatFDickschat Member Posts: 380
    OR = |
    AND = &
    Filter the line type for 'Item|GL/Account'.
    When processing the records in OnBeforeExport: In case it is a GL Account and it does not match your No. skip the record.
    Frank Dickschat
    FD Consulting
Sign In or Register to comment.