- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 02:16 AM - edited 07-19-2023 02:19 AM
Hi Experts,
We have a field called "Caller" and "Incidents opened by Caller" fields on call record. Caller is referencig to user table and Incidents opened by Caller is referencing to Incident table. Requirement is to display all the incidents of the caller selected. I know we can show incidents of caller on related list by "Incidents by Same Caller" but we want the same functionality on new form.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 03:34 AM - edited 07-19-2023 04:02 AM
Hi @Community Alums
javascript:'caller_id='+current.caller;
Try using,
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 04:02 AM
Ohh, sorry my bad, I missed to add '+'.
Request you to please close the thread as it will help future visitors.
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 02:21 AM
Hi @Community Alums ,
What is the field type of "Incidents opened by Caller", do you have a place for reference qualifier?
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 02:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 03:34 AM - edited 07-19-2023 04:02 AM
Hi @Community Alums
javascript:'caller_id='+current.caller;
Try using,
Thanks and Regards,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2023 03:53 AM
I have tried above one but no luck.
Ref Qualf: javascript: 'caller_id='+current.caller;
This worked for me.
Thankyou