n my UE script i check for the event type: if (con...
# suitescript
m
n my UE script i check for the event type: if (context.type == context.UserEventType.CREATE) - i noticed, if i 'Make Copy' of a record, CREATE code still runs. I thought the Make Copy would run if the event type was context.UserEventType.COPY ?