Does the `afterSubmit` of a user event script fire...
# suitescript
a
Does the
afterSubmit
of a user event script fire when editing from the edit view?
s
Pretty sure it triggers after you click Save
a
It's a custom record so the list doesn't have a
save
or
submit
button
s
How do you exit your custom record after you finish editing it? Sounds like your custom record doesnt get written to the server but that doesnt make sense to me.
a
If you're on an individual record then you would press save. But when editing from the list it gets written to right away without any saving.
s
so are you essentially data scrubbing before the value gets written in a list column?
a
When a field is edited I need to make some changes to a transaction referenced on the custom record.
m
If you mean by inline editing it should trigger an XEDIT
👍 3
1