How to set glide list variable value

Raghu9
Kilo Expert

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. 

find_real_file.png

 

1 ACCEPTED SOLUTION

rahulpandey
Kilo Sage
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().

View solution in original post

5 REPLIES 5

Thank you for your response. It is working after adding if block before grp.insert()