@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
25 lines • 1.01 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.EntitlementTemplate = void 0;
var core_1 = require("@aurahelper/core");
exports.EntitlementTemplate = {
businessHours: new core_1.StringXMLField('businessHours', 'Business Hours')
.setMinApi(18)
.setEditable(),
casesPerEntitlement: new core_1.IntegerXMLField('casesPerEntitlement', 'Cases Per Entitlement')
.setMinApi(18)
.setEditable(),
entitlementProcess: new core_1.StringXMLField('entitlementProcess', 'Entitlement Process')
.setMinApi(18)
.setEditable(),
isPerIncident: new core_1.BooleanXMLField('isPerIncident', 'Is Per Incident')
.setMinApi(18)
.setEditable(),
term: new core_1.IntegerXMLField('term', 'Term')
.setMinApi(18)
.setEditable(),
type: new core_1.StringXMLField('type', 'Type')
.setMinApi(18)
.setEditable(),
};
//# sourceMappingURL=entitlementTemplate.js.map