My Stuff
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
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
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…