Restricting values in record producer reference fields

umaaggarwal
Giga Guru
Giga Guru

I have 3 fields in a record producer , user , role and group. all are reference fields . I want user to be selected as logged in user, groups which are available should be only user's group and roles which should be available are selected groups role

1 ACCEPTED SOLUTION

Hi Uma,

You can call like this

javascript:new FillGroup ().getGroupRoles(current.variables.your_group_var)

View solution in original post

10 REPLIES 10

Hi Uma,

If your problem is solved, kindly mark the comment as a correct answer and helpful.