How can i write a function to update record in Microsoft Dynamic NAV using Role Tailored Client Report ?
Thx in advance,
Makara
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You cannot place C/AL code directly on RTC Reports — instead you should use the triggers behind DataItems in the ‘Classic’ client/Development Environment, as this code is common to both Classic and RTC reports, and executed when the report is run in either environment.
To use a similar example;
You may want to set the following properties on the report itself to hide the print dialog, as well as the request form (assuming you don’t want filters applied):
Another important thing to note is that code sitting behind sections is only used for Classic reports and won’t be executed if running in the RTC (which may explain unexpected results).