In SS1.0 UE beforeSubmit-scripts there is a proper...
# suitescript
w
In SS1.0 UE beforeSubmit-scripts there is a property nlapiGetNewRecord().changed that holds a boolean that indicates if any changes has been made to the record. Anyone know if there is a similar one in SS2.0?
s
I don't recall that as a (documented, supported) property in SS1?
w
Nope, it's undocumented.
s
then I'd suggest you shouldn't rely on it to work in SS1 let alone SS2 :)
it would be a nice feature to have though!
w
Found that record.Sublist.isChanged exists. A little too late though.