- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 03:20 PM
In a scoped app I created a glide list field of members of a group, the list works as expected except when I use the 'select multiple' option, I see the valid names and after selecting and saving some of them, the changes are not saved...
Any idea what could be happening?
Solved! Go to Solution.
- Labels:
-
Scoped App Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2019 02:42 PM
It was a mis-configuration on my end... I made the glide_list a dependent field with a reference definition - this is a no no. You can only make dependent fields from choice type fields.
The 'dependent' checkbox was disabled and all works as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 06:39 PM
Never heard of it before.
But check if there are any scripts running on the catalog item?
Please mark my response as correct and helpful if it helped solved your question.
-Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2019 07:51 AM
Not a catalog item but no, no scripts are running on the variable that could mess things up. It's an extension of the task table on a brand new field, there shouldn't be anything running on it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-24-2019 06:54 PM
I'd check to see if the same field is listed on the form twice, like, in a different section or something. If it is, it won't know which to save and could be saving the blank one vs the one with values!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-25-2019 07:52 AM
Not a duplicate field, good tip though... I can see how having duplicate fields can cause trouble.