Skip to main content
Announcements
Defect acknowledgement with Nprinting Engine May 2022 SR2, please READ HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
gowthamrajr
Contributor II
Contributor II

How to add multiple receipients in nprinting report without section access?

Hi ,

    i have a situation where i need to send reports to a manager and his salesmen.

There is 100 salesmen reporting the manager i have to send report to all of them including manager.

but everyone get their data only except manager.

i have created one report based on salesman level.

i need to schedule reports to every salesmen, every week.

Any suggestions to solve this without using section access?

1 Solution

Accepted Solutions
ajayrai
Partner - Contributor III
Partner - Contributor III

You can do it by using filter for every salesman.

If you want to make it dynamic you can import salesman name , mail, and filter like this Filter_Field={Value} and map it in NPrinting. Add the salesaman to your taks and it will apply the filtwers according to the salesman. And for manager you can use the filter with blank value Filter_Field={}.

View solution in original post

3 Replies
zeeshanadeel
Contributor III
Contributor III

you can use recipient filter to achieve it.

Just create two different types of filters, one for salesman and one for sales manager.

ajayrai
Partner - Contributor III
Partner - Contributor III

You can do it by using filter for every salesman.

If you want to make it dynamic you can import salesman name , mail, and filter like this Filter_Field={Value} and map it in NPrinting. Add the salesaman to your taks and it will apply the filtwers according to the salesman. And for manager you can use the filter with blank value Filter_Field={}.

gowthamrajr
Contributor II
Contributor II
Author

thank you guys,