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
-
I already have that namespace referenced but it still doesn't work
-
I am able to add invoices using the following which is working nicely. I now need to be able to return the custcol_newx_bookno, custcol_newx_pon and custcol_newx_deliverydate values when searching for all invoices for a particular customer. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"…
-
i tried that but unfortunately it didn't work I get SearchColumnCustomField is an abstract type and cannot be instantiated I did find that adding bodyFieldsOnly to my searchPreferences and removing the columns i want does return everything along with all my custom fields, so i'm able to use that for the time being. That…