Skip to main content
Question

Aurena page with overview for person association person groups

  • October 26, 2022
  • 5 replies
  • 70 views

ZIGESAMM
Do Gooder (Customer)
Forum|alt.badge.img+7

A person can be assigned to several person groups in the document managment area.

Is there a page in Aurena wich shows a list of all assinged person groups for one person?

5 replies

Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2903 replies
  • October 26, 2022

No, but you can install a quick report to list the same information with the following query:

SELECT group_id FROM document_group_members
WHERE person_id = UPPER('&PERSON_ID')

I just did this in Aurena. I have never created a quick report before in my life, so it is not very hard :)

Good luck!

 


ZIGESAMM
Do Gooder (Customer)
Forum|alt.badge.img+7
  • Author
  • Do Gooder (Customer)
  • 13 replies
  • October 26, 2022

Thanks for the reply.

A configuration with a tab in PersonInfo-Page which shows your suggested selection. A Custom Projection and Page Designer adjustment with this additional list we will give a try.


Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2903 replies
  • October 26, 2022

That sounds nice, although much harder than to create a simple QR and use that when needed :) I guess it depends on how often people will use this and what kinds of users they are.

 

 


  • Superhero (Employee)
  • 1493 replies
  • October 26, 2022

If you are using IFS Cloud you should be able to achieve this Projection Config.

Is this what you are looking for?

 



 


Mathias Dahl
Superhero (Employee)
Forum|alt.badge.img+32
  • Superhero (Employee)
  • 2903 replies
  • October 26, 2022

If you are using IFS Cloud you should be able to achieve this Projection Config.

😲