How are your different application SPRights being utilized today?
If my understanding of your use case is correct, I would imagine you could use different capabilities here instead.
Use one SPRight to provide access to this report and build separate capabilities using this SPRight and the other predefined SPRights for different applications.
Let me know if there is additional information to your use case that can help tailor this solution and I’m happy to walk through additional use cases.
This post was answered by a Palyrian Solutions Architect. Feel free to message me directly if your problem requires a deeper dive. palyrian.com | (301) 284-8124
@msingh900 We want to add multiple spRights in a report
They all start with lets say abc
So I want to understand if we have an option to write a code in a report which will pick up all the spRights starting with abc as the required rights
@maniG You can create a custom report of Filter and give it a try. There you can hard code the query options to fetch only rights starting with your keyword.. or you can add it to the report form for dynamic filtering.
Note: Found a fix?Help the community by marking the comment as solution. Feel free to react(,, etc.)with an emoji to show your appreciation or message me directly if your problem requires a deeper dive.