Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
getCustomizationId does not work with itemOptionCustomField
Using the PHP toolkit, we send this request for a NetSuite account which has several matrix options:
-<SOAP-ENV:Body>
-<ns1:getCustomizationId>
<ns1:customizationType getCustomizationType="itemOptionCustomField"/>
<ns1:includeInactives>true</ns1:includeInactives>
</ns1:getCustomizationId>
</SOAP-ENV:Body>
The response shows zero results:
-<soapenv:Body>
-<getCustomizationIdResponse xmlns="urn:messages_2020_1.platform.webservices.netsuite.com">
-<platformCore:getCustomizationIdResult xmlns:platformCore="urn:core_2020_1.platform.webservices.netsuite.com">
<platformCore:status isSuccess="true"/>
<platformCore:totalRecords>0</platformCore:totalRecords>
<platformCore:customizationRefList/>
</platformCore:getCustomizationIdResult>
</getCustomizationIdResponse>
</soapenv:Body>
We will resort to using itemCustomField which includes the matrix option fields, if we cannot get this to work. Any suggestions are welcome.