IssueDocumentScreen

The Issue Documents Screen is configurable via the IssueDocumentScreen business rule that can be overridden at the global, Subsidiary Company, and/or Plan levels. The 'IssueDocument' screen is similar to activities screens in all regards and functions with all buttons and symbols carrying usual meaning, same as that of activity screen. The authorisations for all the buttons, pages, links are similar to that of activity page.

IssueDocumentScreen: Elements and Attributes
Element/Tag Attributes Parent Element Description Element/Attribute Value

<IssueDocumentScreen>

 

 

Required element:

Opening and closing tags of the business rule.

 

<Results>

  <IssueDocumentScreen>

Required element:

The opening and closing tags of the business rule. Tag used to hold the result table

 

<Table>

  <Results>

Required element:

Standard table configuration. See the Table Element page.

Opening and closing tags of table

 
<Column>   <Table>

Required element:

See the Table Element page.

 
<Name>   <Column>

Required element:

See the Table Element page.

 
<Display>   <Column>

Required element:

See the Table Element page.

 
<DataType>   <Column>

Required element:

See the Table Element page.

 
<Group>   <Column>

Required element:

See the Table Element page.

TRANSACTION, ACTIVITY, ACTIVITYFIELD, ISSUEDOCUMENT, CASE, CASEFIELD

 

XML Schema

<IssueDocumentScreen>
<Results>
<Table>
<Column>
<Name>Type</Name>
<Display>Type</Display>
<DataType>Text</DataType>
<Group>Transaction</Group>
</Column>
<Column>
<Name>Name</Name>
<Display>Name</Display>
<DataType>Text</DataType>
<Group>Transaction</Group>
</Column>
<Column>
<Name>EffectiveDate</Name>
<Display>Creation Date</Display>
<DataType>Date</DataType>
<Group>ActivityField</Group>
</Column>
<Column>
<Name>Reason</Name>
<Display>Reason</Display>
<DataType>Text</DataType>
<Group>ActivityField</Group>
</Column>
<Column>
<Name>Status</Name>
<Display>Status</Display>
<DataType>Text</DataType>
<Group>ActivityField</Group>
</Column>
</Table>
</Results>
</IssueDocumentScreen>