Legal Residence Country Code Configuration Prototype
OIPA now supports limited ability to configure the LegalResidenceCountryCode field. The LegalResidenceCountryCode element in ClientScreen business rule can be used to change the display name and the order of listing of country codes from AsCountry table.
Prototype Explanation
The LegalResidenceCountryCode element is an optional element and to demonstrate the functionality, the same has been configured in the Client Screen BR of Prototype Company while in the Client Screen BR of International Company, this element is not configured. In the Prototype Company, the display name is changed to 'Legal Residence Country' and the order of country listing is changed to US, CA, JP, ES, GB instead of the alphabetical order of display. In the International Company, the display name will be defined by the translation values set up and the order will be according to the alphabetical order of country names in AsCountry table.
Business Rules
- ClientScreen: The existing ClientScreen BRconfigured at the company override level for Prototype Company and InternationalCompany are changed to demonstrate this functionality.
View Prototype in OIPA
- Login to OIPAwith a Prototype Company user credentials.
- Navigate to the new client creation through Client ->New.
- See the country code field. This will show the label 'Legal Residence Country' and the country listing in the drop down will be listed in this order - US, CA, JP, ES, GB.
- Login to OIPAwith a International Company user credentials and navigate to Client -> New.
- See the country code field. This will show the label 'Legal Residence' (dependent on the translation setting) and the country listing in the drop down will be listed in this order - CA, ES, GB, JP, US.
- Log in to the Rules Palette.
- In the Global Rules Explorer window, navigate to Business Rules> Screen> ClientScreen.
- View the XML configured for the different Company level overrides to see the configuration example for LegalResidenceCountryCode element..