Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 05:03 AM
Hi,
I am trying to set glide list field value. I am trying with this below script. please help me.
We have two types of group. Request and approval. If group type is approval i want set to one default value for that.
Solved! Go to Solution.
1 ACCEPTED SOLUTION

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 05:15 AM
Hi,
Where you have created type column ? On sys_user_group table ? If yes, I do not see you are inserting it in the code grp.insert().
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2018 05:51 AM
Thank you for your response. It is working after adding if block before grp.insert()