Examples of Loading Talent Pool Security Profiles

You can create and update talent pool security profiles using HCM Data Loader (HDL). You can also delete child objects of a talent pool security profile.

Use the TalentPoolSecurityProfile.dat file to upload data for the Talent Pool Security Profile business object.

Create a Talent Pool Security Profile

In this example, the HDL-POOL-12 security profile is created that secures talent pools by business unit, department, and job family.

METADATA|TalentPoolSecurityProfile|EnabledFlag|Name|SecureByBusinessUnit|SecureByDepartment|SecureByJobFamily
METADATA|PoolSecProfBusinessUnit|Name|BusinessUnitName
METADATA|PoolSecProfDepartment|Name|DepartmentName
METADATA|PoolSecProfJobFamily|Name|JobFamilyCode

MERGE|TalentPoolSecurityProfile|Y|HDL-POOL-12|Y|Y|Y
MERGE|PoolSecProfDepartment|HDL-POOL-12|ZBENELIG_US_DEPT001
MERGE|PoolSecProfDepartment|HDL-POOL-12|ZBENELIG_US_DEPT002
MERGE|PoolSecProfBusinessUnit|HDL-POOL-12|ZBENELIG_US_Marketing_BU
MERGE|PoolSecProfBusinessUnit|HDL-POOL-12|ZBENELIG_US_Sales_BU
MERGE|PoolSecProfJobFamily|HDL-POOL-12|ZFRCE_PRODUCTION
MERGE|PoolSecProfJobFamily|HDL-POOL-12|ZFRCE_MARKETING

Update a Talent Pool Security Profile

In this example, the HDL-POOL-12 security profile is updated so that it doesn’t secure talent pools by job family.

METADATA|TalentPoolSecurityProfile|EnabledFlag|Name|SecureByBusinessUnit|SecureByDepartment|SecureByJobFamily
MERGE|TalentPoolSecurityProfile|Y|HDL-POOL-12|Y|Y|N

Delete Child Objects of a Talent Pool Security Profile

In this example, the ZBENELIG_US_DEPT001 department, the ZBENELIG_US_Marketing_BU business unit, and the ZFRCE_MARKETING job family code are removed from the HDL-POOL-12 security profile.

METADATA|PoolSecProfBusinessUnit|Name|BusinessUnitName
DELETE|PoolSecProfDepartment|HDL-POOL-12|ZBENELIG_US_DEPT001
 
METADATA|PoolSecProfDepartment|Name|DepartmentName
DELETE|PoolSecProfBusinessUnit|HDL-POOL-12|ZBENELIG_US_Marketing_BU

METADATA|PoolSecProfJobFamily|Name|JobFamilyCode
DELETE|PoolSecProfJobFamily|HDL-POOL-12|ZFRCE_MARKETING