Watz
11/29/2021, 7:10 PMtaxcode
when the subsidiary is in US. This is because we don't have that field in the US form.
Any tips on how to identify that the form will not accept a taxcode before filling it out?
I've thought about looking what fields are available on the line with getSublistFields({sublistId: 'line'})
, but that shows that the field taxcode
is there, but it won't accept a taxcode.Watz
11/29/2021, 7:19 PM