AssignRoleScreen

Description

This business rule allows for the configuration of the Roles Screen. Available roles are viewable from the Find Client or New Client buttons. The table structure of the Roles Screen is controlled by configuration in this rule.

Element/Tag Definition Attribute Element/Attribute Value and Description

<AssignRoleScreen>

The opening and closing tag of the AssignRoleScreen Business Rule.

 

<CurrentRoles>

Defines the Roles to which the fields/validations apply.

 

 

<DisplayStatus>

Defines the input check boxes to display on the screen.

 

 

<Status>

Defines the status of the policy.

 

code value

<Table>

Controls formatting of Role display.

 

 

XML Sample

<AssignRoleScreen>
<CurrentRoles>
<DisplayStatus>
<Status>01</Status>
<Status>03</Status>
<Status>25</Status>
</DisplayStatus>
<Table>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Name</Display>
<Group>Client</Group>
<Name>Name</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Role</Display>
<Group>Role</Group>
<Name>RoleCode</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>RoleField</Display>
<Group>RoleField</Group>
<Name>Field1</Name>
</Column>
<Column WIDTH="160" ALIGN="LEFT" FORMAT="Text">
<Display>Tax ID</Display>
<Group>Client</Group>
<Name>TaxId</Name>
</Column>
</Table>
</CurrentRoles>
</AssignRoleScreen>
 

 

Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices