Developer Q&A
QueryExpression forcing FirstResultIndex
Hi, I am trying to use the RetrieveMultiple expression with a QueryExpression.
Execute using UpdateCommand
I am trying to understand how to use the UpdateCommand for Execute. Though I am not getting any error, I don't see my updates when I view it in Corrigo Web. Can you tell me what is wrong with my request below?
Equivalent columns of TableView in v7.3
In Corrigo v7.3 we use vw_APExport_Safeway table view extracting workorders
ExecuteMultiple
Executed SOAP below and got a successful 200 response. But upon checking WorkOrders 7908961 and 7908905 in Corrigo UI, updates were not reflected.
RetrieveMultiple SOAP
The RetrieveMultiple SOAP below returned successful response 200. But the data returned do not satisfy the conditions stated in Condition expression. WorkOrder Ids returned were 2025164, 2030236 and 2034304.
ApStatusChangeCommand
Hello, May I know the right SOAP in executing ApStatusChangeCommand ? Getting response 500 using this SOAP. Thank you!
Parent/Child relationship in Asset Tree?
Hello Corrigo,
Create work order with file upload error
When creating a work order with a File upload I'm receiving the following error.
When calling the API to get a Work Order with all its fields populated I get a SAXException.
I am pretty sure I am doing something wrong in the way I am specifying the properties. Can some tell me how to correct it?
Document.Blob scalar property must be the last in property path
Have you even dealt with something like this?
I am trying to make a call to their API to get our Documents. I am using almost the exact same code as before. I had to change from using "AllProperties" to a "PropertySet" in an attempt to get the Blob variable stored in the Document object.