My Stuff
Review our AI Community Guidelines before posting AI-generated or AI-assisted content. Verify accuracy and include the appropriate AI disclaimer.
Comments
-
Yes, they are the same fields, and all the other adress fields get poluated, except State and Zip for some strange reason. I've attached the image if the field id and how the address looks like in edit mode. I also attached the full Credit memo object I post that includes my custom address fields with the appropriate data.
-
Great news, everyone! I'm not entirely sure why, but today NetSuite has accepted my updates. I've successfully modified 5 records. Thanks to everyone—this is a great community
-
Hi Nicole, I'm using NetSuiteService.php PHP Toolkit I downloaded from docs.oracle.com which from my understanding uses SOAP. Here is a sample of how I'm updating the NoneInventorySalesItem $itemUpdate = new NonInventorySaleItem(); $itemUpdate->externalId = $externalId; $itemUpdate->deferredRevenueAccount = new…
-
Good morning Angela, yes updating it diretly form NetSuite works.