When editing a address on a customer record, how w...
# suitescript
n
When editing a address on a customer record, how would I get the state display name on field change/validate line instead of the state abbreviation??
s
Copy code
// NFT
import { getStateById } from './NFT-SS2-5.5.0/geography'
const stateName = getStateById(<stateid>).name
n
Cool, thanks. I'll give that a try