Get Started with Redwood for Oracle Cloud HCM Begin Now
How to rename talent profile section item fields name
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 }
0