locating getmygroup() function
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 09:42 AM
Good morning community.... I would like to create/use the same idea that is used in the getmygroup() function however I cant find the function for review. Would any happen to know where this function is and how would i review its full syntax...
Please advise
Thank you for you assistance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 09:45 AM
Its in a global business rule called groups, banners. So navigate to System Definition\Business Rules and search for that name and you will see it on the Advanced tab.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 10:13 AM
Thank you Michael for responding so quickly. as suggested I navigated to system definition\ business rule and did a search and see GetGroupFilter and getGroupMembersM2M but not getmyGroups()
Please help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 10:17 AM
sorry found it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-28-2017 10:28 AM
Michael I hope you can answer another question.... First I would like to thank you for your help and to throw out a disclaimer that I am a newbie to service now coding
I am a little confused. I am trying to write code that will pass say the project number in instead of group. I thought if i use the same method/syntax I can get the same results
however I can not see the syntax that is used to return myGroup. Please advise
function getMyGroups() {
return gs.getUser().getMyGroups();
}