Search code examples
workflownetsuite

Anyone know why my scheduled workflow does not iterate over all records in the saved search it is triggering on?


Some back information: The goal I am trying to achieve with my Netsuite Workflow is to concatenate multiple text fields on a customer record on a new invoice that is created. The saved search I have for this shows the invoices from the last month, and then the workflow SHOULD be iterating through all the invoices. This seems to work, or at least show in my Workflow Log, but then stops showing that it has been triggered once it reaches a certain record.

In the picture I attached the red line denotes the last record where the workflow seems to trigger.

Any ideas where to start looking would be very helpful!

enter image description here

enter image description here

enter image description here


Solution

  • If your workflow is a Scheduled workflow and it's in Testing status, be aware that it will only be triggered on the first 20 records of the saved search. if that's not the problem, we might need more information about the saved search and its exact behavior.