How to add If/else statemet in reference qualifier
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2024 07:54 AM
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