Simple question but I can't seem to get it. What's...
# suitescript
k
Simple question but I can't seem to get it. What's the correct field id of the Billing Country in a client script? Rec.getValue({ fieldId: 'billcountry' }) doesn't work but Rec.getValue({ fieldId: 'shipcountry' }) works for Shipping Country.
b
neither
k
Ooh, needed to go through subrecord first. Thanks so much @battk, wouldn't have learnt this without you.