Foundations Apex API Developer Reference

fferpcore.ihcc_Registration

global class ihcc_Registration

Class specifying a registration. Will be deserialised from JSON in a Foundations configuration item A registration is a foundations configuration item (fferpcore__ConfigurationItem__mdt) with the following fields being used: fferpcore__Enabled__c : Set to true. If false the registration will not be used fferpcore__ItemType__c : Must be 'IHCC Registration' fferpcore__LargeData__c : JSON encoded registration as below (note order of fields should not matter): '{"eventBusinessLogicClass":"nameOfBusinessLogicClass","name":"nameOfTheIntegration","preferredBatchSize":100}' Note that there is no identifier in the JSON: this will be set by the selector to ID of the configuration item The MasterLabel of the configuration item must be the same as the name set in the JSON.

Properties

Name Type Description
eventBusinessLogicClass String
identifier Id
name String
preferredBatchSize Integer
© Copyright 2009–2023 Certinia Inc. All rights reserved. Various trademarks held by their respective owners.