Hi All, I am trying to create a cashsale out of t...
# suitescript
l
Hi All, I am trying to create a cashsale out of the workflow from SalesOrder which intern creates a new custom record which out of the userevent then creates a customer record. In the sequencing I see that the userevent related to customer are not triggered nor the workflow is it by design ? SALESORDER -- WORKFLOW CASH -- UE CUSTOM RECORD REGISTRATION -- CUSTOMER CREATION -- UE CUSTOMER -- NOT TRIGGERED
r
Record created / updated through a UE will not trigger UE on another record.
e
Yes. User Events do not trigger other User Events.
l
@raghav / @erictgrubaugh How about workflows would it trigger ??
SALESORDER -- WORKFLOW CASH -- UE CUSTOM RECORD REGISTRATION -- CUSTOMER CREATION -- WFA CUSTOMER -- ???
e
No
Anything with a User Event context, whether it's a Script or a Workflow, will not be triggered by actions from another User Event.
l
okay
thanks 🙂