Options

NAV 2013 R2. Change printer depending on customer group

delaghettodelaghetto Member Posts: 89
edited 2015-07-14 in NAV Three Tier
I know it's possible to choose a printer depending on the UserID and the ReportID, but is there any way we could choose printer depending for example on the customer's posting group?

We would like to develop this option. Is there any way to change the output printer before calling REPORT.RUN??

Comments

  • Options
    neilgfneilgf Member Posts: 148
    Hi

    Yes you can develop by:
    1. Adding a new field to table 78 and call it customer posting group, for example.
    2. Change the primary key to include the new field.
    3. Add some entries into the amended table.
    3. Change the printing processes (codeunits) to filter on the customer posting group.

    Hope this helps.

    Neil
Sign In or Register to comment.