Not able to store data in newly created custom field
Summary: I have created a field(type text) ServiceActivityBillingType_c in a custom object(child of SR) and trying to store data in it using setAttribute() in a function(used to create the record) like
row.setAttribute('ServiceActivityBillingType_c', 'Test Data')
I am not able to even store a hardcoded value in this field.
The new field and updated function are still in sandbox and not published yet.
Please advise what could have been wrong.
attached is the field description
Version (include the version you are using, if applicable): 21C
0