Hi,
I am trying to print a custom document (SSRS report) at the end of the Packing slip posting, but facing this error
Posting Sales order: XXXXXX Stack trace: Cannot run form on non interactive session.
I don't know what makes D365 think its a non-interactive session, ideally user should get a dialogue where they can make printer selection like a normal SSRS report.
Even if I set the parmShowDialog(false) in the code it still throw same error
How I can tell D365 its not a non-interactive session ?