Do user event scripts trigger on saved search inli...
# suitescript
l
Do user event scripts trigger on saved search inline editing
c
One thing that catches most people out is that xedits only include the changed fields in the record passed to the script
l
so if i wanted to calculate Amount received using quantity received and item rate i wouldnt be able to right?
k
You could but you would have to load the record to be able to do that. Mostly done in aftersubmit for inline editing.
l
Thank you