I have a ClientSide script that updates a field wh...
# suitescript
d
I have a ClientSide script that updates a field when another related field has been altered triggering from a FieldChanged event; I would like this same behavior to occur when the initial field is changed by inline editing. I know this can accomplished by a separate UserEvent script utilizing the xedit type, but is there anyway to concisely combine both into one script? thanks