Discussions

Ask a Question
ANSWERED

Endpoints for timecards and financials

Hello team,

Accessing cloud documents via API

Documents added to entities in Corrigo are data elements that can be accessed in the base/query Document API calls. Of particular interest for us on the JLL Cisco account are accessing cloud stored documents.

ANSWERED

PUT Document - Keep the same URL

Hi,

Corrigo SNOW Integration

Corrigo SNOW integration giving error - "{"ErrorMessage":"'body' field is null or empty","ErrorCode":"EMPTY_INPUT_PARAMETER","TimeStamp":"2024-10-01T18:17:10.2075206Z"}" , while sending a request to create work order for Princeton and Wilmington sites, specifically while sending task as "Install".

Facing this issue intermittently - Unable to cast object of type 'generatedProxy_2' to type 'Abm.Corrigo.SoapApi.CorrigoService'.

"Microsoft.Azure.WebJobs.Host.FunctionInvocationException : Exception while executing function: publish ---> System.InvalidCastException : Unable to cast object of type 'generatedProxy_2' to type 'Abm.Corrigo.SoapApi.CorrigoService'.
at System.Runtime.CompilerServices.CastHelpers.ChkCastAny(Void* toTypeHnd,Object obj)
at System.Reflection.DispatchProxy.Create
T,TProxy
at System.ServiceModel.Channels.ServiceChannelProxy.CreateProxy[TChannel](MessageDirection direction,ServiceChannel serviceChannel)
at System.ServiceModel.Channels.ServiceChannelFactory.CreateProxy[TChannel](MessageDirection direction,ServiceChannel serviceChannel)
at System.ServiceModel.Channels.ServiceChannelFactory.CreateChannel[TChannel](EndpointAddress address,Uri via)
at System.ServiceModel.ChannelFactory1.CreateChannel(EndpointAddress address,Uri via) at System.ServiceModel.ClientBase1.get_Channel()
at Abm.Corrigo.SoapApi.CorrigoServiceClient.Abm.Corrigo.SoapApi.CorrigoService.LogInStatusAsync(LogInStatusRequest request) at e:\azagent\A1_work\62\s\src\building-blocks\corrigo-api-service\Connected Services\Abm.Corrigo.SoapApi\Reference.cs : 27731
at async Abm.Corrigo.Integration.BuildingBlocks.ApiService.CorrigoService.IsLoggedIn() at e:\azagent\A1_work\62\s\src\building-blocks\corrigo-api-service\CorrigoService.cs : 234
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at async Abm.Corrigo.Integration.BuildingBlocks.ApiService.CorrigoService.TryLogin() at e:\azagent\A1_work\62\s\src\building-blocks\corrigo-api-service\CorrigoService.cs : 249

ANSWERED

Resolving Customer Group

Hi,

ANSWERED

I would need fetch All facilities.

I would appreciate if there is any APi that will give me all facilities/location available. I can see only short location which is not what I am looking for. I am looking for all the location ids registered.

Create or Update CustomField on WorkOrder?

I'd like to be able to update a work order and either add a custom field, if it doesn't already exist, or update the existing one. The documentation on the PUT page mentions that this is possible, but I couldn't figure out how from the example. I've already looked up the ID of the customFieldDescriptor. Thanks!

ANSWERED

Can WoCreateCommand be used to create historical Work Orders?

I'd like to create WOs that are already completed, and without having to call all the required commands to assign, pickup and complete?