Question

Aurena page with overview for person association person groups

  • 26 October 2022
  • 5 replies
  • 53 views

Userlevel 1
Badge +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

Userlevel 7
Badge +30

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!

 

Userlevel 1
Badge +7

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.

Userlevel 7
Badge +30

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.

 

 

Userlevel 7

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

Is this what you are looking for?

 



 

Userlevel 7
Badge +30

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

😲

Reply