@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
35 lines • 1.48 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CareSystemFieldMapping = void 0;
var core_1 = require("@aurahelper/core");
exports.CareSystemFieldMapping = {
externalIdField: new core_1.StringXMLField('externalIdField', 'External Id Field')
.setMinApi(49)
.setEditable(),
isActive: new core_1.BooleanXMLField('isActive', 'Is Active')
.setMinApi(49)
.setEditable(),
isProtected: new core_1.BooleanXMLField('isProtected', 'Is Protected')
.setMinApi(49)
.setEditable(),
masterLabel: new core_1.StringXMLField('masterLabel', 'Master Label')
.setMinApi(49)
.setEditable()
.setRequired(),
role: new core_1.EnumXMLField('role', 'Role')
.setMinApi(49)
.setEditable()
.setRequired()
.addEnumValue('Patient', 'Patient')
.addEnumValue('Remote Monitoring Device', 'RemoteMonitoringDevice')
.addEnumValue('Remote Monitoring Patient', 'RemoteMonitoringPatient')
.addEnumValue('Service Provider', 'ServiceProvider')
.addEnumValue('NotApplicable', 'Not Applicable'),
sourceSystem: new core_1.StringXMLField('sourceSystem', 'Source System')
.setMinApi(49)
.setEditable(),
targetObject: new core_1.StringXMLField('targetObject', 'Target Object')
.setMinApi(49)
.setEditable(),
};
//# sourceMappingURL=careSystemFieldMapping.js.map