cancel
Showing results for 
Search instead for 
Did you mean: 

Talent Framework -> Remove Action "Assign Successor"

jack_wong
Participant
0 Kudos

Hi,

In Job Family and Position details panel, there is a drop down box called Actions.

It has "Assign Successor" in it.

How do I remove this from all the action list?

I found a file Enable_Actions.xsl

I changed these:

<xsl:variable name="enable_edit_successor">false</xsl:variable>

<xsl:variable name="enable_delete_successor">false</xsl:variable>

<xsl:variable name="enable_position_edit_successor">false</xsl:variable>

<xsl:variable name="enable_position_delete_successor">false</xsl:variable>

But the Assign Successor is still visible in the Actions menu.

Which is the correct file that I have to change?

Thanks

Jack

Accepted Solutions (1)

Accepted Solutions (1)

lukemarson
Active Contributor
0 Kudos

Hi Jack,

You need to look in the linkconfiguration for the Job Family and Position details link configurations (SAPJobFamilyDetailsConfiguration and SAPPositionDetailsConfiguration). In there you will see the link to the Add Successor form configurations (SAPJobFamilyAddEmployee and SAPPositionAddSuccessor). Just remove those lines.

Pre-3.0 these changes are in AppRresources.xml, in 3.0 and above it will be in 2 files in the .delta\AppResources\linkconfiguration\ folder (name after the link configurations specified above).

Best regards,

Luke

jack_wong
Participant
0 Kudos

Hey, that works!

Thanks

Former Member
0 Kudos

Hi Luke,

I too have a similar requirement. Where can i get this linkconfiguration for the Job Family and Position. Are you talking about any XML files or basic configuration in Admin Console?

Please Help!

Thanks,

Prashant

lukemarson
Active Contributor
0 Kudos

Hi Prashant,

Please start a new post and we can discuss it there... otherwise Jack's inbox will get all the notifications from his thread!

Best regards,

Luke

Answers (0)