My variable doesn't work in mobile
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2024 07:22 AM
Hi everyone!
I have a variable created trough html code. The variable is type record-picker and works perfectly fine while in desktop but it doesn't work in mobile. The variable is fetching sys_user table and displaying the list of users, like a list collector type. The issue in mobile is that that list of users doesn't appear.
Anyone know why?
PS: The html code for the sn-record picker is the following:
<div id="div2" style="display: none;">
<div class="watchlist-container">
<!-- Your HTML for Watchlist here -->
<span class="watchlist">
<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^nameISNOTEMPTY^u_myhr_opcoDYNAMIC9e0801c01b6e74500f156280604bcb96'"></sn-record-picker>
</div>
</div>
</span>
</div>
</div>
Appreciate all the help I can get.
Kind regards,
Sérgio
0 REPLIES 0