Developer Q&A

Ask a Question

How to pull Model Attribute from a WorkOrder entity?

How to pull Model Attribute from a WorkOrder entity?

how to traverse through all attributes for one entity

i understand 'AllProperties()' will only capture the attributes in the current entity domain, not the attributes that joined from other entities.

action reason

in WoActionLog Class: there is a:

Customer.Spaces is NOT being shown in a RetrieveMultiple WorkOrder resultset.

Customer.Spaces is empty from a RetrieveMultiple WorkOrder resultset even if the Customer SAFEWAY STORE #1520 has value in SPACES.INSTRUCTIONS.

attribute in work order to identify changes

we want to extract all corrigo work orders for analysis/dashboarding.

Organization / Provider Fax Number

How do I update the fax number for an organization and provider? Where can I find the fax number in Corrigo Web for these entities?

ApState Names for RetrieveMultiple

Hi, Trying to use ApState Names for Retrieve Multiple but getting error response.

Link Document URL to Work Order

Hi. I am trying to link a document stored in a web server to a Work Order. First I am validating the Work Order Number with the following XML by providing not the ID but the number (104740947):

Execute SpaceCreateCommand

Can you send me a sample of a working payload for SpaceCreateCommand? I'm trying to run this command but have no luck so far. I keep getting the error "Cannot find active {!{Customer}!} by given ID." even if the customerId exists in Corrigo.

is there API for max(Id), latest(create_date)?

to retrieve data from Corrigo, sometimes it's nice to be able to do an incremental data pull. therefore, it will be nice to be able to scope out the records to compare with the records already loaded.