Has anyone seen this error: `You must use getSubli...
# suitescript
s
Has anyone seen this error:
You must use getSublistValue to return the value set with setSublistValue
I’m using ‘getSublistValue’ during afterSubmit after loading the current record.
b
you must use getSublistText when someone else used setSublistText and must use getSublistValue when someone used setSublistValue on the newRecord in a user event script
so if you are using getSublistValue, try using getSublistText
s
interesting.. — I am trying to get the value of the native
itemtype
field on the line record.