As a User I have multiple application access, Ex: App1 and App2
I login in App1 and bookmarked the cases from Recents in Navigation
Again I login to App2 , when I navigate to Recents- in Navigation I am able to see App1 bookmarked cases in App2 Recents Bookmarked list
How to restrict these cases from one App to another
@PrakashP6773 Recents Bookmarks does not seem to be taking or storing the context of the application. One way is to save as the data transform pySetAdditionalDetails from Link-Association into Link-Association-WorkBookmark and set pyLabel to store the current application name also override either the RD(pzWorkBookmarks) or Data page(D_WorkBookmarks) to filter out the records based on the current application. Since the changes need to be applicable to all applications, choose a common ruleset to save as the rules.
@PrakashP6773
Identified the solution , please follow the below steps
- first set the pyLabel=Application.pyProductname in DT pySetAdditionalDetails (Link-Association and Link-Association-Bookmark)
2.add the filter in RD pzWorkBookmarks (Link-Association-WorkBookmark )same pyLabel=Application.pyProductname
See the attachments