내 커뮤니티 업적 표시줄을 확대합니다.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

How to get the user group information that the user belongs to in the Custom report.

Avatar

Level 5
Level 5

Hi,

I am following the http://dev.day.com/docs/en/cq/5-6/developing/developing-reports.html

How to get the user group information into the custom report. I tried by using the "P:property [String] = "rep:Group"" for the queryBuilder node as property.

 N:queryBuilder [nt:unstructured]
                P:property [String] = "rep:Group" instead of   P:property [String] = "jcr:path"

 

but still no luck.[img]UserGroup.PNG[/img]

 

Thanks in Advance

Var

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 10

Group information is not stored in user node and also at groups we use members id to store reference. Looks like your configuration and mapping is not correct.

원본 게시물의 솔루션 보기

2 답변 개

Avatar

정확한 답변 작성자:
Level 10

Group information is not stored in user node and also at groups we use members id to store reference. Looks like your configuration and mapping is not correct.

Avatar

Community Advisor

How to get group information? What is the correct way to configure mapping