Show incidents created by caller on call record

Community Alums
Not applicable

 

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

 

 

2 ACCEPTED SOLUTIONS

Hi @Community Alums 

 

javascript:'caller_id='+current.caller;

 

Try using,

Please mark my response correct/helpful as applicable!
Thanks and Regards,
Rahul

View solution in original post

Ohh, sorry my bad, I missed to add '+'.
Request you to please close the thread as it will help future visitors. 

Please mark my response correct/helpful as applicable!
Thanks and Regards,
Rahul

View solution in original post

5 REPLIES 5

Rahul Talreja
Mega Sage
Mega Sage

Hi @Community Alums ,
What is the field type of "Incidents opened by Caller", do you have a place for reference qualifier?

Please mark my response correct/helpful as applicable!
Thanks and Regards,
Rahul

Community Alums
Not applicable

Hi @Rahul Talreja 

Type is Reference and it has reference qualifier.

 

Hi @Community Alums 

 

javascript:'caller_id='+current.caller;

 

Try using,

Please mark my response correct/helpful as applicable!
Thanks and Regards,
Rahul

Community Alums
Not applicable

Hi @Rahul Talreja 

I have tried above one but no luck.
Ref Qualf: javascript: 'caller_id='+current.caller;
This worked for me.

Thankyou