To import revised CPT code, follow these steps:
Copy the code from the XML editor and paste it into Provisioning.
Replace the existing code but make sure to back it up first in case you need to revert back.
Click Save Form.
Hint
The keyboard shortcut to Select All is Ctrl + A. Select all (Ctrl + A) of the template in your editor and copy (Ctrl + C).
Go to the Provisioning page.
Select all (Ctrl + A) of the existing code and delete to remove the existing content.
Paste (Ctrl + V) your new code into theProvisioning page.
CPT Import Process Validation
When you are uploading the CPT template the system will validate it for the following:
CPT Template Checks
The following checks are performed:
SM-mapping defined, but field cannot be found in candidate profile and/or in SM data model.
"Required" attributes of respective fields do not match.
Field is a picklist on one side and a regular field on other side.
Both respective fields are picklists, but with different picklist IDs.
Background elements have same IDs but different type-IDs.
Number of data fields of a background element is different in both models.
For two respective data fields with the same ID, the title must match.
For two respective data fields with picklists, the picklist IDs must match.
Caution
Version control is critical. Always save a clean copy of the CPT code you are replacing before importing a new version. This helps you go back in case your new code does not work.