Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
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.