I am trying to add a filter to also filter by Application in Find User Access. The current find user access only have the provision to filter by user, which I understand, serves the purpose. But I have a requirement to also filter by Application, so that only users entitlements/access for the selected application shows up.
I believe creating a plugin is only way around, I have seen plugins available to hide an existing filter from the access request, which also can be done via jQuery only by modifying the custom.js But how would I go around to add a new filter
I am a novice in UI modifications, and have only done UI modifications earlier for the OOTB comment box as a dropdown for specific scenarios. But that’s the only experience in UI side, and few TODO plugins.
Please let me know any pointers on how the new filter for application can be implemented. Initial way planned is to track the sp-object-suggest item in identityfilterpanel for application and implement the same in the find user access, however doesn’t seems to be going well.
Please let me pointers to implement this.Thanks in advance