- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 05:37 AM
How to remove the bookmarks when user to remove pps_resource role, I have added the bookmarks when the user to add the pps_resource role throgh business rule, but iam trying to do for remove the bookmarks when users to remove pps_resource role, can any one help me on this query
business rule: for remove the bookmarks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2024 03:18 AM
If you are trying to delete records from the sys_ui_bookmark table, why is your script deleting from the u_bookmark table?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 06:06 AM
You are trying to delete records from the 'u_bookmark' table? What table is that? And why not just lookup the bookmark titles when you are deleting them? It's easier to do.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 07:10 AM
Iam trying to delete the bookmarks in sys_ui_bookmark table, When the remove pps_resource role to user
Can You provide the sample code?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-08-2024 03:18 AM
If you are trying to delete records from the sys_ui_bookmark table, why is your script deleting from the u_bookmark table?
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark