I am looking to create a script that we identify t...
# suitescript
b
I am looking to create a script that we identify the context of a journal when is is created. Is this possible? To clarify - I am trying to identify journals that have the context Script (Restlet)
No, the restlet is created by an external application. It is failing to create journals due to limitations on the external software, so ultimately I want to intercept the journal as it is being created - correct it and then let it save.
e
Put a User Event on Journals, and in the
beforeSubmit
event, use
N/runtime
to check the current
executionContext
b
Thanks... I will look to trying that.
1