You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a custom field added to Customer's address model. When I do a Customer search the custom fields in the address appear blank for some reason. If I fetch a customer record directly on the other hand Netsuite::Customer.get(ID) I'm able to access this.
Any thoughts on what could be happening?
The text was updated successfully, but these errors were encountered:
I have a custom field added to Customer's address model. When I do a Customer search the custom fields in the address appear blank for some reason. If I fetch a customer record directly on the other hand
Netsuite::Customer.get(ID)
I'm able to access this.Any thoughts on what could be happening?
The text was updated successfully, but these errors were encountered: