IntakeProfileScreen
The IntakeProfileScreen business rule allows for configuration of the Intake Profiles table via an optional table section, which has access to any combination of available columns from the AsIntakeProfile and AsIntakeProfileDefinition tables. The Intake Profiles table displays Data Intake Profiles for the current Group Customer. This screen also allows for the creation of Data Intake Profiles, although this functionality involves no configuration.
Element/Tag | Attribute | Definition | Element/Attribute Value and Description |
---|---|---|---|
<IntakeProfileScreen> |
Required element: The opening and closing tag for the business rule. |
|
|
<Table> |
Optional element: Standard table configuration. See the Table Element page for more information. Note: The values supported for the <Group> element are INTAKEPROFILE AND INTAKEPROFILEDEFINITION. |
|
XML Example
<IntakeProfileScreen>
<Table>
<Column>
<Name>IntakeProfileName</Name>
<Display>Profile Name</Display>
<DataType>Text</DataType>
<Group>IntakeProfile</Group>
</Column>
<Column>
<Name>ProfileDefinitionName</Name>
<Display>Definition Name</Display>
<DataType>Text</DataType>
<Group>IntakeProfileDefinition</Group>
</Column>
<Column>
<Name>TypeCode</Name>
<Display>Definition Type</Display>
<DataType>Text</DataType>
<Group>IntakeProfileDefinition</Group>
</Column>
<Column>
<Name>EffectiveFrom</Name>
<Display>Effective From Date</Display>
<DataType>Date</DataType>
<Group>IntakeProfile</Group>
</Column>
<Column>
<Name>EffectiveTo</Name>
<Display>Effective To Date</Display>
<DataType>Date</DataType>
<Group>IntakeProfile</Group>
</Column>
<Column>
<Name>StatusCode</Name>
<Display>Status</Display>
<DataType>Text</DataType>
<Group>IntakeProfile</Group>
</Column>
</Table>
</IntakeProfileScreen>