My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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…