Hi
What CurrReport.SKIP does
Thanks
*This post is locked for comments
Hi,
CurrReport.SKIP will skip the processing of the current record when some condition is not satisfied.
Eg.: If PostingDate>TODAY THEN
CurrReport.SKIP;
Hence this will skip and not display records for which posting date is greater than today's date.
Please search MSDN before you post the question, if you don't find the answer feel free to post here, these are basic functions in NAV and there is good documentation available on the website
msdn.microsoft.com/.../dd339042.aspx
Skips the current iteration of the current report.
If you perform some processing in the OnAfterGetRecord trigger of a data item and you do not want this processing to take place in some situations, you can use SKIP as in the following code example.
IF Balance = 0 THEN
CurrReport.SKIP
ELSE
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Andrés Arias as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.