IHCCIntegration_Queue_Event__c
Label: Integration Core Queue Event This object handles all the events in the integration core queue.
Direction__c |
Message Direction |
Spring 2022 |
Displays the direction of the events this lock is for.
|
Picklist: IntegrationToSalesforceOrg SalesforceOrgToIntegration |
|
Enqueued_Datetime__c |
Enqueued Date and Time |
Spring 2022 |
The date and time when the item was added to the queue.
|
DateTime |
|
Integration_Id__c |
Integration Registration |
Spring 2022 |
The registered integration this queued event is for.
|
Text(18) |
|
Last_Processed_Datetime__c |
Last Processed Date and Time |
Spring 2022 |
The date and time when the item was last processed.
|
DateTime |
|
Message_Content__c |
Message Content |
Spring 2022 |
Displays the content of the message sent to the REST endpoint.
|
LongTextArea(131072) |
|
Message_Timestamp__c |
Message Timestamp |
Spring 2022 |
The timestamp of the message.
|
Number(18,0) |
|
Processing_Message__c |
Processing Message |
Summer 2023 |
Displays message for the lastly processed event.
|
Text(255) |
|
Retry_Count__c |
Count of Attempts |
Spring 2022 |
The number of times the event has been retried.
|
Number(10,0) |
|
Status__c |
Status |
Spring 2022 |
Displays the status of the event.
|
Picklist: Pending Processed_Error Processed_Skipped Processed_Success |
|
|