SAP Knowledge Base Article - Public

3648734 - No content is generated via AI-Assisted Goal Creation

Symptom

Not able to use AI-Assisted Goal Creation to generate goal content even after enabling premium AI units and the "Assisted Performance Goals" feature.

Environment

SAP SuccessFactors Goal Management

Reproducing the Issue

  1. Make sure that
    Latest Goal Management enabled;
    SAP AI Units license is purchased;
    "Assisted Performance Goals" enabled under "AI Services Administration"
  2. Attempt to generate a goal using the AI-Assisted Goal Creation functionality.
  3. Observe that the system does not generate anything and no "AI-generated content" label under each fields.

Cause

The <field-description> or <field-label> in the goal plan XML is missing default value.

Resolution

Make sure that <field-description> and <field-label> has default value defined.

For example, the below bold part must be configured for name field in goal plan XML in order for AI function to work:

<field-definition id="name" type="textarea" required="true" show-in-pp3="true" detail="false" viewdefault="on" showlabel="false" field-show-coaching-advisor="false" cascade-update="push-down" maxlength="500">
<field-label>Goal Name</field-label>
<field-label lang="en_US">Goal Name</field-label>
<field-description>Goal Name</field-description>
<field-description lang="en_US">Goal Name</field-description>
</field-definition>

See Also

Keywords

goal, generation, Gen AI, assisted performance goals, premium AI units, missing default value, field-description, xml, AI-assisted goal creation , KBA , LOD-SF-GM-TMP , Template Management , Problem

Product

SAP SuccessFactors Performance & Goals all versions