- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2023 09:11 AM
Hi All,
Basically, we have two fields 'Subject Person', Employee Records, So here 2nd field refers to the Case table, so here(in 2nd field) i want to display the records of other Record producer(HR cases) related this particular subject person ?
Please help me to achieve this
Thanks
Ramu
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2023 10:02 AM - edited ‎10-31-2023 10:02 AM
Well, that seems to be deviation from original ask. You can close this thread and open a new one for further conditional check.
Also, you can try
javascript: 'subject_person='+current.subject_personvariable+'^hr_service=1233';
where hr_service is a field with 1233 as sys_id you can add your condition accordingly
Also, as it seems : is getting replaced with :

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2023 10:02 AM - edited ‎10-31-2023 10:02 AM
Well, that seems to be deviation from original ask. You can close this thread and open a new one for further conditional check.
Also, you can try
javascript: 'subject_person='+current.subject_personvariable+'^hr_service=1233';
where hr_service is a field with 1233 as sys_id you can add your condition accordingly
Also, as it seems : is getting replaced with :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2023 10:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2023 10:12 AM
Yes, so the condition added will show all records for the subject person irrespective of other Record producer. Are you sure you checking for valid user who has submitted tickets for other Record Producers?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-31-2023 10:15 AM - edited ‎10-31-2023 09:53 PM
Yes, basically these two Record producers(HR services) are dependent , so thats why i want add that condition as well to this
And i have tried like this but it won't work and it display all the records
javascript:'subject_person=' + current.variables.employee_name+'^hr_service=fe55d722874ebd90b4472025dabb3549';
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-01-2023 02:08 AM