Skip to main content
Question

SEARCHING BY GROUP OR INDIVIDUAL

  • June 14, 2021
  • 7 replies
  • 233 views

Forum|alt.badge.img+4

Is there a way to search by Report Distribution Groups, and individual?

This topic has been closed for replies.

7 replies

Thushitha Chandrasiri
Superhero (Partner)
Forum|alt.badge.img+21

Hi @LScruggs70 ,

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,

 


Yasas Kasthuriarachchi
Superhero (Employee)
Forum|alt.badge.img+30

Hi @Mohamed Infaz could you please help out on this or tag who could help?
Thanks & Best Regards,
Yasas


Mohamed Infaz
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • 158 replies
  • June 16, 2021

Hi Yasas,

This form seems to be a component in FNDADM in that case it should be directed to framework right?


Shanaka Tennakoon
Hero (Employee)
Forum|alt.badge.img+12

Hi @LScruggs70 ,

 

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

 

 


Yasas Kasthuriarachchi
Superhero (Employee)
Forum|alt.badge.img+30

Hi @Mohamed Infaz thanks I asked Shanka to check on the same, if this needs WADACO / Distribution assistance as well or we could clarify :)


Mohamed Infaz
Hero (Employee)
Forum|alt.badge.img+10
  • Hero (Employee)
  • 158 replies
  • June 16, 2021

@Yasas Kasthuriarachchi  sure thing :)


Forum|alt.badge.img+4
  • Author
  • Do Gooder (Customer)
  • 8 replies
  • June 16, 2021

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.