Body01__c |
Body |
Pre-Spring 2018 |
Serialised message body.
|
LongTextArea(131072) |
|
CorrelationId__c |
Unique Identifier |
Pre-Spring 2018 |
Unique ID that is used to correlate messages that relate to the same record.
|
Text(255) |
|
Deletable__c |
Deletable |
Pre-Spring 2018 |
Formula: OR( MessageType2__c == null, AND( LastAttemptedDelivery__c <= MessageType2__r.ExpiryCutoff__c, OR( ISPICKVAL(State__c, 'Complete'), ISPICKVAL(State__c,'Errors'), ISPICKVAL(State__c,'Void'))))
|
Checkbox |
|
LastAttemptedDelivery__c |
Last Attempted Delivery |
Pre-Spring 2018 |
This is the date when the message was lat attempted to be delivered. This date is used by the message reaper to determine if the message can be deleted.
|
DateTime |
null |
MessageType2__c |
Message Type |
Spring 2021 |
Message type that this message relates to.
Looks up to: MessageType__c
|
Lookup |
|
Sender__c |
Publisher |
Pre-Spring 2018 |
Looks up to: MessagingPublication__c
|
Lookup |
|
State__c |
Status |
Pre-Spring 2018 |
|
Picklist: Allocated Complete Delivering Errors New Void |
|
TimeToLive__c |
Time to Live |
Pre-Spring 2018 |
A value that limits the number of resulting messages when sending messages between registered applications. The value is initially set from the Max Message Delivery Loop Count in the FDN Background Processing Settings custom setting. Each resulting message reduces the value by one until it reaches zero. Once this occurs, resulting messages automatically fail.
|
Number(4,0) |
null |