HomeGuidesDeveloper HubRelease Notes
Get supportBook a chat
Release Notes

PLT R1 2024 Technical Release Notes

With the R1 2024 release, the platform includes some significant changes.

To upgrade, see Upgrade from R2 2023 to R1 2024.

Improvements

  • Cash Incentives Management
  • Child Behavior Types
  • Rewards Notification LWC HTML Event and Optimization
  • Deletion-Ready Indicator for Points (IsObsolete field)
  • Categories field for Program Currency, Promotion, Challenge and Badge

Important Consideration

  • Since 3 child behavior types have been added for Opportunity, Order and Work Order, those who incentivize those objects may experience an increase in the queue requests. If you do not want to use cash incentives or incentives with child behaviors and have the queue limits issue, deactivate the child behavior types in the corresponding library: FieloTemplates => Opportunity Products, FieldSvc => Work Order Line Items, SalesCld => Order Products.

New Objects, Fields and Apex Classes

The following objects were added:

  • ProcessRecordsRequest__c

The following fields were added to existing objects:

  • Badge__c
    • Categories__c
  • Challenge__c
    • Categories__c
    • DefaultCurrencyId__c
    • IncentiveModelType__c
    • IncentiveType__c
  • Member__c
    • MobileNumber__c
  • Point__c
    • IsObsolete__c
    • ObsoleteDateTime__c
  • ProgramPointType__c
    • Categories__c
  • Promotion__c
    • Categories__c
    • DefaultCurrencyId__c
    • IncentiveModelType__c
    • IncentiveType__c
  • Rule__c
    • KeepRebateMultiplierMode__c
  • RuleTrigger__c
    • LookupToParentBehavior__c
    • LookupToParentBehaviorLabel__c
    • ParentBehavior__c

The following custom setting was added:

  • AsyncProcessRecordsSettings__c

The following Apex classes were added:

  • AsyncProcessRecordsSettings
  • ProcessChildBehaviorsQueueable

Deprecations

No objects, fields, Apex classes or picklist values were deprecated in this release.