popup-view for user records in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 04:11 AM - edited 09-27-2023 04:16 AM
Hi Community!
I have a requirement which goes as following:
Edit the pop-up view/preview for user-records showing in the workspace(ONLY WORKSPACE).
In other words, change the list which shows when you hover over the "i"-icon to preview the user-record from the workspace.
The solution i found was to creat a sys_popup-view for the sys_user-table, but this solution will change the preview-list everywhere we have a reference field to the sys_user-table.
Does anyone have any tips on how to achieve this functionality? is it even possible to edit the list/data which shows when hovering "i"-icon specifically for the workspace?
Thanks in advance, and sorry if my post is in wrong location. Its one of my first posts 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 04:22 AM
Hello,
Please refer the below post for this:-
Please mark my answer as correct based on Impact.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2023 12:35 PM
@Saurav11 thanks for the reply!
It solves the problem, but how can i do this for ONLY configurable workspace?
my thought on that after reading the article was to have a an own view for that CW, and create sys_popup for that view. But not sure.
any ideas?
thanks alot in advance!😊