Icon/button next to a field in a form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 04:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 04:44 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 05:07 AM
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