ericbirdsall
12/30/2020, 6:14 PM123 Main Street
Somecity, NY, 12345
But when I click on the Edit Address button, the pop up shows a different address, let's say
555 Park Ave.
Othertown, NY, 55555
Override is not enabled.
When I create a search for this Sales Order, the column of "Billing Address" shows 123 Main Street
Somecity, NY, 12345
But the column of "Billing Address 1" shows 555 Park Ave
column of "Billing Zip" shows 55555
, and column of "Billing City" shows Othertown
Anyone seen this before?battk
12/31/2020, 3:30 AMbattk
12/31/2020, 3:30 AMericbirdsall
12/31/2020, 3:51 PMrecord.getSubrecord({
fieldId: 'billingaddress'
});
And when setting the values, none of them are set to ignore field change.
But the "billaddress" field doesn't update.
Think I can just use record.setValue for "billaddress" and set it to a string literal of the address information?
@battkbattk
01/01/2021, 4:00 AMbattk
01/01/2021, 4:03 AM