Foundations Data Dictionary

fferpcore__MessagingMessage__c

Label: Message

A message

Field NameField LabelCreated in VersionDescriptionTypeRequiredDefault Value
fferpcore__Body01__c Body Pre-Spring 2018 Serialised message body.

LongTextArea(131072)
fferpcore__CorrelationId__c Unique Identifier Pre-Spring 2018 Unique ID that is used to correlate messages that relate to the same record.

Text(255) false
fferpcore__Deletable__c Deletable Pre-Spring 2018 Formula:
OR( fferpcore__MessageType2__c == null, AND( fferpcore__LastAttemptedDelivery__c <= fferpcore__MessageType2__r.fferpcore__ExpiryCutoff__c, OR( ISPICKVAL(fferpcore__State__c, 'Complete'), ISPICKVAL(fferpcore__State__c,'Errors'), ISPICKVAL(fferpcore__State__c,'Void'))))
Checkbox
fferpcore__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 false null
fferpcore__MessageType2__c Message Type Spring 2021 Message type that this message relates to.

Looks up to: fferpcore__MessageType__c
Lookup
fferpcore__Sender__c Publisher Pre-Spring 2018 Looks up to: fferpcore__MessagingPublication__c
Lookup false
fferpcore__State__c Status Pre-Spring 2018 Picklist:
Allocated
Complete
Delivering
Errors
New
Void
fferpcore__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) true null


© Copyright 2009–2025 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.