mg2017
04/07/2022, 11:50 AMif (context.type === context.UserEventType.CREATE || context.type === context.UserEventType.COPY)
When I used the Make Copy function on a Sales Order I was expecting to see the content.type as copy, instead, it returned create.
log.debug({title: "User Event Type", details: context.type});
Copy is listed under event execution contexts so not sure what is happening here?mattdahse
04/07/2022, 2:03 PMmg2017
04/07/2022, 2:36 PM