mapping "User Groups" to "Content Folders"
Answered
hi,
I'd like to know if there is a way to identify the "User Groups" within "Content Folders". I looked specially into yellowfin_config."ContentManagement" and yellowfin_config."AccessGroup" but there is no relationship between the two.
Thanks.
Files:
user groups.JPG
Hi Jose,
If you mean the correlation between user groups and content folders in the configuration database, it involves more than a couple of tables, but the pairing takes place in the accesslevel table.
My example below shows that the content folder with entityid 10196 is matched up with accessgroupid 11950:
I hope that helps!
Kind regards,
Chris
Hi Jose,
If you mean the correlation between user groups and content folders in the configuration database, it involves more than a couple of tables, but the pairing takes place in the accesslevel table.
My example below shows that the content folder with entityid 10196 is matched up with accessgroupid 11950:
I hope that helps!
Kind regards,
Chris
Hi Chris,
This's what I was looking for. Thanks for pointing me to the "AccessLevel" table. I joined that table to the "ContentManagement" table on "EntityId" = "ContentManagementId".
thank you again.
Hi Chris,
This's what I was looking for. Thanks for pointing me to the "AccessLevel" table. I joined that table to the "ContentManagement" table on "EntityId" = "ContentManagementId".
thank you again.
Hi Jose,
That's great to hear! No worries. I'll move this to Answered but let me know if there's anything else you want to discuss on this topic.
Kind regards,
Chris
Hi Jose,
That's great to hear! No worries. I'll move this to Answered but let me know if there's anything else you want to discuss on this topic.
Kind regards,
Chris
Replies have been locked on this page!