So I am wanting this:
I know there is a CurrReport.SKIP, however I am trying to achieve this using a CodeUnit
Thanks
Loop through list
{
if TODAY-item.LastRunDate < 30 {
continue;
}
// code that adds lastrundate to item
}
I know there is a CurrReport.SKIP, however I am trying to achieve this using a CodeUnit
Thanks