How to add If/else statemet in reference qualifier

Kaustubh k
Tera Expert

Hi All,

 

We have a requirement where I need to add two functions of a script include with if else condition.

If variable is Add Members then it should be script include and the below function

ClientUtils().isManagerOfGroup(); and variable is Remove Member then it should be other function 

ClientUtils().isOwnerOfGroup();

 

Thanks in Advance