My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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