Archived User Group Membership Table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hello guys,
I have this custom script that archives user group memberships (sys_user_grmember). The script works, as it does moves the group membership records to the archived table (ar_sys_user_grmember). However, when I refer to the archived table (ar_sys_user_grmember), the 'user' and 'group' fields are empty. But looking into the XML, it does have the 'user' and 'group' information. Is there something I have to configure in order for it to have the referenced values in the 'user' and 'group' fields? Any help will be greatly appreciated! 😭
Custom script:
Archived user group membership table (ar_sys_user_grmember):
XML:
System Definitions > Tables > Archive Group Member:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
16m ago
Are you able to view user and group field value in the archive table?
If No , Just check if you have any ACL like
ar_sys_user_grmember.user
ar_sys_user_grmember.group
If yes, check if that ACL causing the issue
