SAP Knowledge Base Article - Public

3091547 - Add attachments or cerifications to Custom Learning Activites linked to Development Goals

Symptom

How do you add an attachment (certifications) field to a Transcript enabled Learning Activity template for Career Development Planning?

Environment

SAP SuccessFactors Succession and Development

Cause

The supported ID for such functionality in a Transcript enabled Learning Activity template is "certifications". 

Note: The transcript feature should only be enabled in Career Development Planning to facilitate integration with SAP SuccessFactors Learning.

Admin Guide: Career Development Planning: Implementation and Administration - Transcript Templates

Resolution

Example Code: For Cloud Product Support, Professional Services and Implementation Partners only

<field-definition id="certifications" type="table" required="false" detail="false" viewdefault="on" showlabel="true" field-show-coaching-advisor="false" cascade-update="push-down">

    <field-label>Upload Document</field-label>
    <field-description>Attachment</field-description>
    <table-row-label>Attachment</table-row-label>
    <table-column id="name" type="text" required="false" width="30" cascade-update="push-down">
      <column-label>Attachment Name</column-label>
      <column-description>Attach Name</column-description>
    </table-column>
    <table-column id="issue_date" type="date" required="false" width="30" cascade-update="push-down">
      <column-label>Issue Date</column-label>
      <column-description>Issue Date</column-description>
    </table-column>
    <table-column id="expire_date" type="date" required="false" width="30" cascade-update="push-down">
      <column-label>Expiry Date</column-label>
      <column-description>Expiry Date</column-description>
    </table-column>
</field-definition>

Note: User must have "Create", "Read" and "Write" permissions in the Development Plan XML permissions. 

Wiki Article: Career Development Plan - Permissions

Keywords

Attachments, Certifications, Upload, Document, LMS, Learning, BizX, Goal, Career, Development, Planning, CDP, LA, Goal, PDF, Custom , KBA , LOD-SF-CDP-LA , Learning Activity Plan (LMS) , How To

Product

SAP SuccessFactors Succession & Development