megaphone
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Stay in the know of how NetSuite can help grow your business with our guides, webinars, and events. Subscribe Here
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
No Limits. Just possibilities. Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.
Don't miss out on our Pop Quizzes! #1 | #2 | #3 | #4 | #5 You only have until tomorrow, March 20, 2026, 1:00PM ET to comment your answers.

My Stuff

Please note that on Friday, March 20, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 4 hours. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.

User_NOPYP Newbie

Comments

  • Hello, i can see you are working with prices I'm totally new using PHP with netsuite and i can't retrieve the base price of an item. I'm using an example provided by netsuite but returns "Price not available". I really appreciate your help try { $pricingMatrix = $record->getField('pricingList'); if (…
  • Thanks a lot Daniel for your help It really works I have another question, how can i do to retrieve string fields from "SalesOrder" instead of TransactionSearchBasic Thanks
  • Daniel, I'm trying to extract information from a sales order using the parameter PO/check number, exactly the tracking number or tracking number from a sales order, but i'm pretty sure that this tracking number is located at itemfullfillment. In the tracking number field we store the delivery time of the order or part of…
  • Thanks a lot Daniel.... I would like to know if you can help me providing me a example code in PHP for the thread above, to obtain the tracking number using PO/Check number please. I have no experience with join searches Regards Mauricio
  • Thanks a lot for your help :) By the way Daniel, I'm constantly scanning the table ItemSearchBasic to find modifications in price and stock in a timeframe, and then i update an external database used to check prices and stock quickly. So far I've been using LastModifiedDate to find the last items changed but i could see…
  • Are item groups supported in searches with webservices now? Thanks Mauricio