Unable see 'Employee Number' in the 'Opened for' & 'Subject Person' fields on the HR Case creation UI Page

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2020 06:40 AM
I would like to see 'Employee Number' while searching for users in the 'Opened for' and 'Subject Person' fields present on the 'Case Details' section of HR case creation UI page: 'case_creation'. I have referred below links and updated the method '_addReferenceProperties' in 'hr_CaseCreation' script include.
I am able to see Email and User ID but for some reason same code snippet is not working for employee number. Here is the code snippet. Please guide if I am missing something here.
if (fieldObject.column_name == 'opened_for' || fieldObject.column_name == 'subject_person') {
fieldObject.attributes = "ref_auto_completer=AJAXTableCompleter,ref_ac_columns=employee_number";
}
Thanks,
Abhinandan
- Labels:
-
HR Service Delivery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020 06:59 AM
Hi Ankur,
I've documented all steps on this article: HR Case Creation - Search on Opened for and Subject person
Thank you,
Ludijor Barros