How do you edit/add group members from the portal?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2018 07:56 AM
Hello, so I have a task to allow users to edit their group members from the portal given that they have the right roles. However the portal does not have the same functionalities such as the client side. For example, in the portal when the user selects a group, it goes to a form and lists the group members as a table with an edit button as so
and then it takes them here
But in the portal form view, when the user selects "Group Members" it takes them to this view which only allows them to add "New" members to the "sys_user_grmember" table, not just editing the members of that current group.
and it takes them to this form which in most cases normal users can't just add to the member table
With that being said, is there any work arounds for this? Or is this functionality available under something else in the portal that I am missing??
Thanks,
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-19-2018 12:08 PM
The widget being used for displaying the table is Data table from the if portal page which has only the new option and hence you are seeing that option and not the edit. You would have to clone the widget and try adding the edit option as a button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-20-2018 08:08 AM
Ah. So is there no edit option in portal page?? Does anyone else know?