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

22 lines 935 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SalesWorkQueueSettings = void 0; var core_1 = require("@aurahelper/core"); exports.SalesWorkQueueSettings = { featureName: new core_1.EnumXMLField('featureName', 'Feature Name') .setMinApi(49) .setEditable() .setDefaultValue('ThirdPartyScore') .addEnumValue('Third Party Score', 'ThirdPartyScore'), targetEntity: new core_1.EnumXMLField('targetEntity', 'Target Entity') .setMinApi(49) .setEditable() .addEnumValue('Contact', 'Contact') .addEnumValue('Lead', 'Lead') .addEnumValue('Person Account', 'PersonAccount'), targetField: new core_1.StringXMLField('targetField', 'Target Field') .setMinApi(49) .setEditable() .setMetadataType(core_1.MetadataTypes.CUSTOM_FIELD) }; //# sourceMappingURL=salesWorkQueueSettings.js.map