Creating fields that reference additional employee properties configured in the application is very similar to the process of creating fields with the <Field> tag. The majority of the tags used to configure employee property fields follow the same behavior and definition as other workflow fields, but employee properties require the use of two different, additional tags; the <Field> tag is replaced with the <EmployeeProperty> tag, and the <BindingProperty> tag is replaced with the <PropertyXRefCode> tag.
Example Use
Copy
<EmployeeProperty>
<Style>IVComboBox</Style>
<Block>n</Block>
<Row>n</Row>
<Column>n</Column>
<PropertyXRefCode>EmployeePropertyXrefCode1</PropertyXRefCode>
</EmployeeProperty>