cancel
Showing results for 
Search instead for 
Did you mean: 

Auto Sync Development Goals into Performance Form in SuccessFactors

ThaboMaroga
Explorer
0 Kudos

Business requested that the goals from Development plan be auto sync into the system's Performance Form, the problem am having is i dont know where in the development plan xml can i add this code:

<obj-sect-type autosync="true">
<![CDATA[plan]]>
</obj-sect-type>

Also not sure if this is the only code i need to add on the xml code. Please help me in knowing how to run this code in the development plan xml code and the Peformance Form xml code

Accepted Solutions (0)

Answers (2)

Answers (2)

ishaqyousuf
Participant
0 Kudos

Hi bq3_thabo

Go to Manage template, select your performance template, go to development goals section and enable sync goals.

Now all the development goals will be available in performance form and vice versa

ThaboMaroga
Explorer
0 Kudos

Thanks lot

ujjalgupta2
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

You can write the code like this in the Development Plan section of the PM Form.

</fm-sect-scale>   

<obj-sect-type autosync="true"><![CDATA[plan]]></obj-sect-type>   

<obj-sect-plan-id>

So as shown above you can add it after <fm-sect-scale> and before <obj-sect-plan-id> in the Development Plan section of the PM Form XML.

This should help to achieve your requirement.

Regards,

Ujjal