Options

Selection of Documents among all document

imclever1205imclever1205 Member Posts: 94
edited 2012-01-31 in Navision Attain
Dear All,

Can someone please advise how to resolve this issue please??

The problem is:

I need to run a report that will print only the selected documents that I need.
I have already applied my filters.

For e.g
When doing my look up , I have records from 1 to 10 ..but I want to print only record 2,5,8.
What I thought is to add a field on the look up form which is Boolean then when the user check the box,the report should run for the only selected documents but the part where I am stuck is how the report will print or preview the selected docs.




Regards.

Answers

  • Options
    raveendran.sraveendran.s Member Posts: 119
    Use GetSelectionFilter Function.

    For example refer Totalling field's OnLoopkup trigger in the Form16 (Chart of Accounts).
    --
    Regards,
    Raveendran.BS
  • Options
    raveendran.sraveendran.s Member Posts: 119
    Use GetSelectionFilter Function.

    For example refer Totalling field's OnLoopkup trigger in the Form16 (Chart of Accounts).

    No need to use any boolean field. With this option, If you select multiple records and click ok, you will get the selected value as a FilterText. You can also try the combinations like 1|3|5..8 too.
    --
    Regards,
    Raveendran.BS
Sign In or Register to comment.