Create a RoleThe following script is a P&O Import file that lets you create a role that extends the existing baseline Owner (VPLMCreator) role: *VERSION 419 *SEPARATOR ; *NULL $ *ROLE VPLMCreatorCusto;VPLMCreator;Custom creator role
The following script is a P&O Import file that lets you create a role from scratch. *VERSION 419 *SEPARATOR ; *NULL $ *ROLE Custom Engineer;$;Custom engineer role Create PoliciesA policy is an administrative object that can be created in MQL. It applies to one or several types and contains basically two types of information that are intertwined:
Connect PoliciesFor objects created on the rich client side, connecting policies consists in creating business rules that return the name of this policy, and then in associating the business rules for each object type using Data Setup or the business rules web editor. Notes:
Below is the content of the ENOAP_PRODUCTCFG.CATRuleExit: </Script><Script OpeningID="INFRAAuthorizedPolicies" Type="VPMReference" ScriptName="ENOAP_PolicyChooser_Definition" /> <Script OpeningID="INFRAAuthorizedPolicies" Type="VPMRepReference" ScriptName="ENOAP_PolicyChooser_Definition" /> <Script OpeningID="INFRAAuthorizedPolicies" Type="VPMPort" ScriptName="ENOAP_PolicyChooser_PORT_Definition" /> <Script OpeningID="INFRAAuthorizedPolicies" Type="VPMConnection" ScriptName="ENOAP_PolicyChooser_CX_Definition" /> </Scripts> If you assign different policies to these object types, create business rules in Data Setup and associate them to the different types. For web apps (that do not rely on this business rule mechanism for policy choice), you must modify the business logic of the concerned web app to assign the policy. |