Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Fetch the 'restricted folder name' in access management from xtk:operator schema

Avatar

Level 3
 

Is it possible to fetch the folder name in Access rights when we select "restrict to information found in sub-folders of ' . It is not visible when we query xtk:operator schema. Please find the screenshot for reference

Folder name.PNG

 

1 Accepted Solution

Avatar

Correct answer by
Level 9
Yes the access element is stored as XML in the schema. You will probably have to use JS queryDef to pull out the XML and parse it to get the @fullName attribute

View solution in original post

3 Replies

Avatar

Level 9

Yep - look under xtk:operator/access/homeDir/@fullName

DarrenOrigin_0-1584328012170.png

Cheers

Darren

Avatar

Level 3
But 'Root folder' is not available in Query activity when xtk:operator is chosen as the targeting dimension.

Avatar

Correct answer by
Level 9
Yes the access element is stored as XML in the schema. You will probably have to use JS queryDef to pull out the XML and parse it to get the @fullName attribute