You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

How to rename talent profile section item fields name

Accepted answer
129
Views
2
Comments
edited Nov 5, 2019 10:35AM in Career and Succession 2 comments

Content

Hi All,

Just want to check how can we rename a filed without affecting other talent profiles. For example if want to rename a filed "School Name" to "Institution Name" under a talent profile item. If I change it without EL expression it will change the label of all content section which has name "School Name". 

As per the oracle document i found that below EL Expression can be used, however, this is not working in my case.

#{row.bindings.SectionId == '<section_id>' ? 'CustomLabelName' : row.bindings.EvalComments.label }

Expression I am using is as follows

#{row.bindings.SectionId == '300000001803603' ? 'Institution Name' : row.bindings.EducationalEstablishment.label }

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!