Is there a way to search by Report Distribution Groups, and individual?
Hi
It’s not possible to search that window by the individual user… since the Advanced search option is also disabled for that screen.
If your requirement is to know/get the document distribution group in which a particular user is included, you can execute the below select statement in SQL Query Tool in the application or in the PLSQL developer.
select group_name from ifsapp.distribution_group_member
where member = 'USER_ID'
Replace user_id with the user_id of the user you want to see.
Thanks,
Hi
Thanks & Best Regards,
Yasas
Hi Yasas,
This form seems to be a component in FNDADM in that case it should be directed to framework right?
Hi
If you take the Presentation object for the specific report you can search it from “Presentation Object Grants” window. here you can manage the grants for the report.
for this example I have taken “Security Per User” report
Hi
Thanks for the replies. Sadly I don’t seem to have access to Presentation Object Grants. I’ve searched for it at every angle. I was able to find the group the individual is associated with so that was helpful.
Follow up question: I am wanting to locate all the items that he/she is needing to approve. Requisitions etc. This is why I figured searching by individual would be most helpful.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.