Icon/button next to a field in a form

Amit104
Kilo Expert

In the incident form, when a caller is selected, an icon/button must be displayed next to 'Related Inc' field. When the icon/button is clicked, list of incident(just like reference field) that are opened by the selected caller must be displayed and on selection of the incident from the list the incident must be populated in the 'Related Inc' field.

Three important things
1. Icon next to 'Related Inc' field must be displayed only when the Caller is selected
2. List of incidents that are opened by the selected caller must be displayed allowing the user to choose the incident
3. Selected incident must be populated in the 'Related Inc' field

I thought of using UI macro and ref_contribution in the dictionary but not sure how exactly this will work

Please advise

2 REPLIES 2

karthiknagaramu
Kilo Sage

Hi,

 

OOB there is a UI Macro "user_show_incidents". This UI Macro does most of the things what you are looking for.

 

Please have a look.

 

Regards,

Karthik Nagaramu

Checked. But point #2 and #3 are still pending 

1. Icon next to 'Related Inc' field must be displayed only when the Caller is selected
2. List of incidents that are opened by the selected caller must be displayed allowing the user to choose the incident
3. Selected incident must be populated in the 'Related Inc' field