Question
3
Replies
146
Views
Posted: July 18, 2018
Last activity: April 2, 2019
Closed
Can we create field value for Skill Name?
I have a report (created in Data-Admin-Operator-ID) that uses pxSkillName (Index-OperatorSkills) as a column. For example, if Skill Name is "Helloworld", I want it to appear as "Hello World" on UI (Section: Data-Portal). I tried creating a field value for pxSkillName, but it is not reflecting. Also, in the index table, there is no column that has Skill's Label.
If any of you have come across something like this, please suggest a solution.. Thanks
Hi,
1) Create a declareonchange in Embed-Data-Admin-Skill for the pySkillName Property. In the activity, you mentioned for declareonchange set the property value (any property ) from skills pyDescription. you will get the Pydescription by opening the skill record.
2) Update the Declare Index Skill in Operator ID class and mention there the new property in Source class property. In index class property you can mention pyLabel.
3) use pyLabel in your report.
Let me know if you need more help