Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
Accessing Item in TransactionSearchBasic | PHP
Accessing Item in TransactionSearchBasic ( PHP )
I'm trying to figure out how to access the items list that I'm getting from TransactionSearchBasic. I can clearly see its in the xml response, but have no idea how to access it in PHP:
<tranSales:itemList>
<tranSales:item>
<tranSales:item internalId="216">
<platformCore:name>MC-124L1 MC-124L1 | Curved Pipe Burner For Ducane Grills</platformCore:name>
</tranSales:item>
<tranSales:quantity>1.0</tranSales:quantity>
<tranSales:description>MC-124L1 | Curved Pipe Burner For Ducane Grills: </tranSales:description>
Using getField() such as in $record->getField('status') I can access the basic info but not lists.