UNPKG

@aurahelper/xml-definitions

Version:

Powerfull Libraries to get the XML Definitions of ALL XML Salesforce Metadata Files. Support All API Versions up to API 53.0. You can get the definition of one or more XML files for a specific version of Salesforce. For Example: You can get the XML Defini

30 lines 1.22 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CampaignIncluenceModel = void 0; var core_1 = require("@aurahelper/core"); exports.CampaignIncluenceModel = { isActive: new core_1.BooleanXMLField('isActive', 'Is Active') .setMinApi(40) .setEditable(), isDefaultModel: new core_1.BooleanXMLField('isDefaultModel', 'Is Default Model') .setMinApi(38) .setEditable() .setRequired(), isModelLocked: new core_1.BooleanXMLField('isModelLocked', 'Is Model Locked') .setMinApi(38) .setEditable() .setRequired(), modelDescription: new core_1.BooleanXMLField('modelDescription', 'Model Description') .setMinApi(38) .setEditable(), name: new core_1.BooleanXMLField('name', 'Name') .setMinApi(38) .setEditable() .setRequired(), recordPreference: new core_1.EnumXMLField('recordPreference', 'Record Preference') .setMinApi(41) .setEditable() .addEnumValue('All Records', 'AllRecords') .addEnumValue('Records With Attribution', 'RecordsWithAttribution') }; //# sourceMappingURL=campaignInfluenceModel.js.map