Name
sn_customerservice.CSMRelationshipTables
Description
A choice script definition for sn_customerservice_responsibility_access_config.applies_to_relationship field. Returns the relationship tables to select from the Applies to relationship field in the Responsibility Access Configuration table; Includes the related party tables and all their child tables.
Script
var CSMRelationshipTables = Class.create();
CSMRelationshipTables.prototype = {
initialize: function() {},
/*
* Function which restricts the Tables which will be shown in the configuration
*/
process: function() {
return new global.CSManagementUtils().getRelationshipTables();
},
type: 'CSMRelationshipTables'
};
Sys ID
21e17aef43c12110911baf56aab8f2bd