CompanyCosmetics

Description

The business rule identifies the background to display on all screens except the login screen. The rule may be overridden by primary companies. This rule also lists the status codes that can be used to shadow (delete) a policy. This rule also enables/disables the Role Shading and Activity Shading features. Please refer to the Rules Palette guide for details on Role and Activity Shading features.

CompanyCosmetics Element/Attribute Table
Element/Tag Attribute Definition

Element/Attribute Value and Description

<CompanyCosmetics>

 

The opening  and closing tag of the CompanyCosmetics Business Rule.

 

<CompanyCosmetics>

  Optional: The opening and closing tags for the section.

 

<Tile>

 

Optional:

The element identifies the background file that will display on all system screens except the login screen.

 

<RoundCurrencyEntry>

 

Indicates whether the value of a Money datatype field will be rounded automatically.

Yes or No

Yes - Automatic rounding will be applied.

No - Automatic rounding will not be applied.

The default value is No.

<ActivityShading>

 

 

Optional:

Controls activity shading.

 

ENABLE

Required:

Specifies whether or not activity shading is applied to the transaction to show the activity status with preset colors.

Yes or No

Yes - Activity shading will be applied.

No - Activity shading will not be applied.

The default value is No.

<ShadowPolicyStatus>

 

Optional:

Opening tag for status codes that can be shadowed.

 

<ShadowStatusCode>

 

Required, Repeatable:

Identifies the status code that will be used for shadowing a policy.

Text – AsCodeStatus code values.

<RoundCurrencyEntry>

 

Optional:

Indicates if automatic rounding of the entered Money data type field value will occur.

Literal

Yesor No

The default value is No.

XML Sample

<CompanyCosmetics>
<CompanyCosmetics>
<Tile>background7.gif</Tile>
</CompanyCosmetics>
<ActivityShading ENABLE=”Yes”></ActivityShading>
<RoleShading ENABLE=”Yes”></RoleShading>
<ShadowPolicyStatus>
<ShadowStatusCode>04</ShadowStatusCode>
<ShadowStatusCode>12</ShadowStatusCode>
<ShadowStatusCode>44</ShadowStatusCode>
</ShadowPolicyStatus>
</CompanyCosmetics>
 

XML Schema

<CompanyCosmetics>
<CompanyCosmetics>
<Tile>[filename.gif]</Tile>
</CompanyCosmetics>
<ActivityShading ENABLE=”Yes|No”></ActivityShading>
<RoleShading ENABLE=”Yes|No”></RoleShading>
<ShadowPolicyStatus>
<ShadowStatusCode>[StatusCode]</ShadowStatusCode>
</ShadowPolicyStatus>
</CompanyCosmetics>