HomeGuidesAPI ReferenceChangelogDeveloper Q&A
HomeGuidesAPI ReferenceAnnouncementsLog In
Developer Q&A

Developer Q&A

Ask a Question

how to turn off unwanted properties

i can use propertySet to specify the columns i want. but API returns all columns, with dummy values in those properties not in propertySet. is there a way i only get desired columns to return?

Execute WorkZoneCreateCommand

I'm trying to execute the WorkZoneCreateCommand but I'm getting an error

Error using CreateCommand for a WoNote (Java)

This is a POC so I am hard coding the values so I know exactly what they are. I know I am populating the WorkOrder ID but I get this error in the CommandResponse:

Getting an error for WoScheduleRoutine Command

Here's my query:

Create a Work Order

Hi,

QueryExpression forcing FirstResultIndex

Hi, I am trying to use the RetrieveMultiple expression with a QueryExpression.

Equivalent columns of TableView in v7.3

In Corrigo v7.3 we use vw_APExport_Safeway table view extracting workorders

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.