Hey Team, we're running into an issue with detecti...
# suitescript
j
Hey Team, we're running into an issue with detecting changes made to a record relationship between an
Item Record (Parent)
and a
Custom Record Type (child)
> Specifically when the change originates on the
Item Record
>
Custom Record Sublist
. For example when the user adds or removes the custom record with the
Attach
or
Remove
buttons on the
Custom Record Sublist(on the parent record)
. We think the only way around is to force our users to go the original custom record and make edits on there. Does anyone have any modules that might help?
b
attaching and detaching the child record should trigger user event scripts on the child
editing the records from the parent record via
Allow Child Record Editing
does not trigger user events on the child, you have to catch it from the parent
j
Thank you, @battk!