CountryContextProvider

XML Forms Guide

Version
R2025.2.1
ft:lastPublication
2025-11-11T03:22:43.725204
CountryContextProvider

You can define the country context provider on a form to have available for all of the controls on the form. The <CountryContextProvider> tag is used in the header of custom forms and accepts the provider name:

Copy
<FormHeader>
    <Style>header</Style>
    <Title>Country Context Provider</Title>
</FormHeader>
<EmployeeHeaderPanel>
<Style />
</EmployeeHeaderPanel>
<CountryContextProvider>
    <Name>PayGroupProvider</Name>
</CountryContextProvider>
<FormBody></FormBody>