Provisioning Settings
Configure optional settings related to provisioning operations. The configurations made apply to all provisioning operations.
The provisioning tab provides options for you to enter the API country code settings. You can also set the approval rule used for business approval processes. For information on the available provisioning policy attributes, refer to Provisioning Employee Attributes.
Country Code Settings
To set the country code settings:

In order to update the employee's home phone, the home phone country code is required. The home phone country code can be provided as part of the provisioning plan, but if it isn't present in the provisioning plan you can add it to the application XML using the application Debug page.
Enter the UKG API country code associated with the employees' home phone attribute values. For example, you can enter CAN
for Canada or IND
for India.
For example:
<entry key="conHomePhoneCountryCode" value="CAN"/>

In order to update the employee's work phone, the work phone country code is required. The work phone country code can be provided as part of the provisioning plan, but if it isn't present in the provisioning plan you can add it to the application XML using the application Debug page.
Enter the UKG API country code associated with the employees' work phone attribute values. For example, you can enter CAN
for Canada or IND
for India.
For example:
<entry key="conWorkPhoneCountryCode" value="CAN"/>
Approval Rule Setting
To set the approval rule:

Enter a value to modify the approval rule workflows. Use Bypass Approval to not route transactions through approval and force updates. Use Standard to follow the standard configured workflow. By default, the connector uses Bypass Approval.
For example:
<entry key="conApprovalRule" value="Standard"/>