How to auto-populate backend field
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 05:08 AM
Hi guys!
I have a field in my widget that I want to use to auto-populate a field on the back end of my HR Case.
The field I want to auto-populate on the back end has the following characteristics:
Dictionary info: sn_hr_core_case.watch_list
Table: task
Field:watch_list
Type: glide_list
Reference: sys_user
Now, the field I input is in the widget with the following code:
<span class="watchlist">
<h4 class="light field field-label">${Watchlist}</h4>
<div class="text-muted light field">
<div class="picker">
<sn-record-picker field="username" table="'sys_user'" display-field="'name'" value-field="'sys_id'" search-fields="'name'" page-size="10" multiple="true" default-query="'active=true^user_nameISNOTEMPTY'" ></sn-record-picker>
</div>
</div></span>
What's the best approach?
Thanks!
Labels:
0 REPLIES 0