Hi, I'm trying to link the SCA address forms to a custom Address Entry Form in NetSuite. For example showing house number in different field than Address. Is this possible through some base configuration or is this only possible through code?
p
PabloZ
01/28/2020, 4:42 PM
The concept of address forms doesn’t exist in SCA and also SCA doesn’t have API support for custom address fields. (basically, commerce api doesn’t support them)
h
Hector Trevino Amaro
01/28/2020, 4:43 PM
What about how Europe addresses differ from US addresses? How do we make up for that?
p
PabloZ
01/28/2020, 4:44 PM
the UI stays the same in SCA no matter which country. the only thing that changes is the zip code can become not required in a handful of countries
PabloZ
01/28/2020, 4:46 PM
You are able via customizations to change layouts and wording of fields in SCA reacting to country changes. And as long as you use native fields you will be fine. (all via code)