cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Latest Experience of PM the goal plan comments field is not displaying on the PM form PDF

tingram
Discoverer
0 Likes
444

Is this expected behavior?

I have this code in my goal plan:

<pdf-layout><![CDATA[${row.start} ${field.category} ${row.end} ${row.start} #if ($display.name) ${label.name}${field.name} #end #if ($display.metric) ${label.metric}${field.metric} #end #if ($display.weight) ${label.weight}${field.weight} #end #if ($display.start) ${label.start}${field.start} #end #if ($display.due) ${label.due}${field.due} #end #if ($display.desc) ${label.desc}${field.desc} #end #if ($display.state) ${label.state}${field.state} #end ${row.end} ${row.start} #if ($display.comments) ${label.comments}${field.comments} #end ${row.end} ${row.start} #if ($display.milestones) ${label.milestones}${field.milestones} #end ${row.end}]]></pdf-layout>

Accepted Solutions (0)

Answers (1)

Answers (1)

JordiMosegui
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi @tingram 

According to the What's New Viewer documentation, the printout currently does not include goal comments in the goal plan and learning activities linked to development goals in the Latest Experience of Performance Management forms.

https://help.sap.com/docs/successfactors-release-information/8e0d540f96474717bbf18df51e54e522/5658fc...

The pdf-layout configuration in XML is no longer used anyway. In the Latest Experience, it is no longer needed to define a field in the form-layout section in order to display it in the form. 

Best regards, 

Jordi