How to auto populate the watchlist members of a case on the ui page reference field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2024 12:40 AM
I want to populate the watchlist members to be populated on the the UI page which has the field contact type reference to sys_user table
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2024 12:45 AM
<g:ui_reference name="user" id="user" table="sys_user" query="" completer="AJAXTableCompleter" ng-model="user"/>
use above tag in UI script.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-22-2024 01:11 AM
I have tried it but it is displaying the all users from user table instead of watchlist members who are selected on case form