Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-20-2024 11:03 PM - edited 08-20-2024 11:04 PM
@DeepikaR1661877 Please update your function as follows.
checkActionableUIActionVisibility: function(sirRecord) {
if (gs.hasRole('xyz')&&gs.getUser().isMemberOf(sirRecord.assignment_group)) {
return true;
}
}
Hope this helps.