IntakeFileScreen
The IntakeFileScreen business rule configures the Intake File Screen, which is used to provide information about files that have been received by the OIGPA system for a particular Group Customer. It contains a fixed header that displays the Group Customer information, and configurable search section and Intake Records Table. The IntakeFileScreen business rule is overridable at the Primary Company and Group Customer levels in the hierarchy.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<IntakeFileScreen> |
|
|
|
<Search> |
|
This section defines the search fields for the Intake File Screen. |
|
<Fields> |
|
See Fields Elements. |
Users can configure the following additional search fields and their associated group in the IntakeFileScreen business rule: • Intake Profile Name (Intake File) |
<Results> |
|
This section defines the layout of the search results table. |
|
<Table> |
|
See Table Element. |
Users can configure any combination of the following columns and their associated groups on the Intake File Screen – Intake Files Table: • Intake Profile Name (Intake File) |
XML Example
<IntakeFileScreen>
<Search>
<Fields>
<Field>
<Name>StatusCode</Name>
<Display>Status</Display>
<DataType>Text</DataType>
<Group>IntakeFile</Group>
</Field>
</Fields>
</Search>
<Results>
<Table>
<Column ALIGN="LEFT">
<Name>IntakeProfileName</Name>
<Display>Profile Name</Display>
<DataType>Text</DataType>
<Group>IntakeFile</Group>
</Column>
<Column ALIGN="LEFT">
<Name>FileID</Name>
<Display>File ID</Display>
<DataType>Text</DataType>
<Group>IntakeFile</Group>
</Column>
<Column ALIGN="LEFT">
<Name>EXPECTEDRECORDCOUNT</Name>
<Display>Expected</Display>
<DataType>Text</DataType>
<Group>IntakeFile</Group>
</Column>
<Column ALIGN="LEFT">
<Name>ACTUALRECORDCOUNT</Name>
<Display>Actual</Display>
<DataType>Text</DataType>
<Group>IntakeFile</Group>
</Column>
<Column ALIGN="LEFT">
<Name>RECEIVEDGMT</Name>
<Display>ReceivedGMT</Display>
<DataType>Text</DataType>
<Group>IntakeFile</Group>
</Column>
<Column ALIGN="LEFT">
<Name>PROCESSEDGMT</Name>
<Display>ProcessedGMT</Display>
<DataType>Text</DataType>
<Group>IntakeFile</Group>
</Column>
<Column ALIGN="LEFT">
<Name>StatusCode</Name>
<Display>Status Code</Display>
<DataType>Text</DataType>
<Group>IntakeFile</Group>
</Column>
</Table>
</Results>
</IntakeFileScreen>