In a 2.0 user event script, can anyone think of wh...
# suitescript
b
In a 2.0 user event script, can anyone think of why the customer field
entityid
would be empty, even though it's in the UI, and all other fields are returning a value?
Copy code
customer = context.newRecord;
customername = customer.getValue({fieldId: 'companyname'});//works! :)
customerid = customer.getValue({fieldId: 'entityid'});//doesn't work :(