My Stuff

Share Your SuiteWorld Experience & Earn a Special Badge!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite. Learn more

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