Reference qualifier do not work when I edit multiple record in workspace using list view.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 01:34 AM
Hi Team,
Reference qualifier is not working when I try edit multiple record in workspace using list view using the Edit button.
Its showing all the users, and not as per the reference qualifier. Any solution on this would be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2023 03:02 AM
This is likely the same issue that occurs in any list view when editing multiple records - if the advanced reference qualifier, including a Script Include if used, refers to 'current', there is not a current object so it is ignored. If you are unable to get the reference qualifier to work as desired without using 'current', one alternative is an ACL to not allow list edit on fields that could be incorrectly populated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2023 12:33 AM
Thank you for response. But the user want to modify multiple records (assigned too field)from list view only. As all users are getting visible, it will lead to data discrepancy.
Any solution please...!
Regards,
Snehal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2023 03:45 AM
You would have to try a Business Rule on this table when Assigned to changes, or maybe an onCellEdit Client Script might also get triggered in this scenario. Either script will have to do the same thing as the reference qualifier does - so if the reference qualifier is only showing users who are group members of the Assignment group, then the script will have to validate that the selected Assigned to user is a member of the Assignment group on that record, disallowing the update and displaying a message if not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2023 04:33 AM
Oncelledit client script is not working in workspace list view.