My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Please note that on Saturday, April 18, 2026, at 8:00 PM Pacific Time, our Case Management System will undergo a scheduled maintenance for approximately 15 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
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…