hi everyone. im adding/updating a customer address...
# beginners
l
hi everyone. im adding/updating a customer addressbook via suitescript but the
state
field doesnt add or update. Im using:
Copy code
addressSubrecord.setText({
                                fieldId: 'state',
                                value: state,
                            });