Symptom
How to remove "Find in Catalog" option from CDP and PM form.
Environment
SuccessFactors Career Development Planning.
SuccessFactors Performance Management.
Reproducing the Issue
1. Go to Development Plan.
2. Click on "Add new Devlopment Activity",
3. "Find in Catalog" link option is visible:
:
Cause
This option will always show up if learning activity template has referenced a development catalog:
<obj-library name="SAMPLE CATALOG NAME" id="100">
<field-mapping src-library-field-id="entryName" dst-field-id="name"/>
<field-mapping src-library-field-id="fields.field1" dst-field-id="description"/>
</obj-library>
Resolution
1. Remove the following configuration from the Learning Activities XML.
<switches>
<switch for="transcript-disable-fancy-pod" value="on" />
</switches>
<text-replacement for="gotoLMS">
<text><![CDATA[Launch activity]]></text>
</text-replacement>
2. Remove the referenced Development catalog from XML.
If "Find in Catalog" option is still visible then check the option "Enable SuccessFactors Learning integration".
If it is already enabled, need to disable it.
Go To Provisioning -> Company Settings -> Disable "Enable SuccessFactors Learning integration".
Note: There is no way to hide the "Find in Catalog" link option in CDP or in PM form if the instance is LMS integrated.
3.Disable "Transcript — requires “Version 11 UI framework (ULTRA)” in Provisioning under Company Settings.
Note: Please be reminded that when "Find in Catalog" was disabled it will hide all their development activies.
Keywords
Find in catalog Remove Find in catalog LMS integrated , KBA , LOD-SF-CDP-LA , Learning Activity Plan (LMS) , How To