dbarnett
09/03/2020, 3:51 PMruntime.executionContext
is CLIENT?
I am creating a record in a clientScript type, and thereby another UserEvent script on that recordType is triggering, but the executionContext on that script is saying USEREVENT; I would not expect this to be the case since it is being initiated by a client action?NElliott
09/03/2020, 4:34 PMNElliott
09/03/2020, 4:36 PMruntime.executionContext !== runtime.ContextType.USER_INTERFACE
to exclude actionsdbarnett
09/03/2020, 4:38 PMNElliott
09/03/2020, 4:43 PMdbarnett
09/03/2020, 4:47 PMruntime.executionContext
to be 'USEREVENT' when logging from the "point of view" of the Suiteletdbarnett
09/03/2020, 4:48 PM