What is the pupose of pyLoadCustomImportPurposes data transform
Team, We are on Pega 8.1.6 and observed that there is an OOTB data transform - pyLoadCustomImportPurposes, which is the reason for not showing "Delete" option in the Import option wizard under records tab of a data table. As of now we are seeing "Add", "Add or update" options only. Prior to upgrade this was working fine
1. What is the pupose of pyLoadCustomImportPurposes? why is the delete option removed from the wizard. Please refer screenshots attached. can we override this rule?
2. Also, do we need any privileges to get back the "delete" option
It is an extension point to add custom import purposes. It is Used in pzLoadImportPurposes to load data page D_pzImportDataPurposes, which is being used in Data Import wizard of records editor.
I am not sure if you can get 'delete' option back. However, since it's "py" prefix rule, you are encouraged to copy and modify it and make it easier for you to build your application.