But there are no GET or SET functions in a report. Closest available on a report variable is Report.SETTABLEVIEW
Inside report the code may access many types of variables, each one has standard functions and custom ones too. GET for instance is standard function on a record type variable, like
Customer.GET('CustomerNo');
Post here a sample of code you would want to get explained
Hi Brajesh,
Seems are talking about the GETDATA and SETDATA functions that are used on Reports, rather than GET and SET functions.
If yes that you can go through in the link provided by Juhl.
Answers
2. Define a function called SET
3. Use them as you have defined them
But seriously - there are no GET or SET functions in a report. Could you be more specific what do you need to achieve ?
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Inside report the code may access many types of variables, each one has standard functions and custom ones too. GET for instance is standard function on a record type variable, like
Post here a sample of code you would want to get explained
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Happy reading
https://saurav-nav.blogspot.dk/2011/07/rtc-report-development-3.html
Seems are talking about the GETDATA and SETDATA functions that are used on Reports, rather than GET and SET functions.
If yes that you can go through in the link provided by Juhl.
Thanks
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03