Name
global.CSMRelationshipService
Description
Service script-include for CSM Relationship framework and can be used for customizations.
Script
var CSMRelationshipService = Class.create();
CSMRelationshipService.prototype = Object.extendsObject(global.CSMRelationshipServiceSNC,{
canProcess: function(relationship) {
return (new global.CSManagementUtils().getRelationshipTables() || []).indexOf(relationship) > -1;
},
type: 'CSMRelationshipService'
});
Sys ID
9d45b02d77427010d3ef07dc7d5a99dd