Passing multiple parameters to Job Queue Entry

mr2magicmr2magic Member Posts: 4
edited 2019-10-21 in NAV Three Tier
Hi all.

i'm struggling with the job queue parameters in NAV2018. I need to pass two values. One is an String, the other a bool 'true'. Can someone be so kind as to point me in the right directio how to a) pass more than one parameter at a time and b) pass a bool value.

Thanks for any help

M.

Comments

  • da_nealda_neal Member Posts: 76
    Use XML(JSON) as Parameter
  • mr2magicmr2magic Member Posts: 4
    Thank you for your input. Would you be so kind as to elaborate on that? I am not a developer :-)
  • alemariusalemarius Member Posts: 5
    Well, first make sure what parameters the Report/Codeunit you are running accepts and how he manages it. If it does not, you cannot add it without some developing.
Sign In or Register to comment.