this works perfect, but when i change the entityst...
# suitescript
m
this works perfect, but when i change the entitystatus to a custom field (list) from the customer record it throws an error:
Copy code
message: "An nlobjSearchColumn contains an invalid column, or is not in proper syntax: custentity_sp_temp_status.",
Is reason why this would be? the field Id is correct
b
what does the custom entity field look like
m
it's a drop down list on the customer record and I am trying to grab the internal id from my script running on a sales order
b
i meant the custom field definition
specifically im looking that the field applies to customers, and that its access level isn't restricting its use in searches
👍 1
m
oh that is it - just checked all the tabs on the field and someone set the field access to a specific role!
thanks