We have a custom field that is a list of a custom ...
# suitescript
s
We have a custom field that is a list of a custom record. I'm trying to set it via SOAP and it says it's working. Are you able to update custom fields in soap? This is the payload
<ns1:customFieldList>
                    
<ns2:customField xsi:type="ns2:SelectCustomFieldRef" scriptId="custbody_ad_warehouse_status">
                        
<ns2:value typeId="1073" internalId="3" />
                    
</ns2:customField>
                
</ns1:customFieldList>