Yvonne
02/22/2023, 11:29 PMobjRecord.setValue({
fieldId: 'shipstate',
value: context.shipping_address.province_code
});
And this is what I'm doing for the billing address which doesn't:
objRecord.setValue({
fieldId: 'billstate',
value: context.billing_address.province_code
});
I'm going to try something like what was suggested here below, but could there be any reason why the billing address fails to be set, using basically the same code as the shipping state for SS2.0? Has anyone encountered this before?
https://stackoverflow.com/questions/62256547/netsuite-ss-2-0-salesorder-custom-addressShawn Talbert
02/22/2023, 11:46 PMShawn Talbert
02/22/2023, 11:47 PMYvonne
02/22/2023, 11:55 PM