ATS v2: Admin: Change Protected Custom Label Property

If unmanaged labels are used in custom actions in the CandidateClosed A person looking for a job. A candidate can also be referred to as a Job Seeker, Applicant, or Provider./JobClosed A job (vacancy, position, role) is an opening for which a customer's client needs a placement. ATS, the labels have to be unprotected non-protected. If an unmanaged label is marked as protected in the organization, the property can be changed through custom labels.

This property can adjusted by changing the protected attribute to "false" via the sfdx/metadata deploy.

Copy
Example
labels>
    <fullName>newlabel</fullName>
    <language>en_US</language>
    <protected>false</protected>
    <shortDescription>newlabel</shortDescription>
    <value>newlabel</value>
</labels>

 

If the label still isn't working after changing the unmanaged label to not-protected or the change is not successful, you will need to create a new, unmanaged custom label instead.