As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
Is there a way to dynamically create a library access list like there is for email distribution?
We have a report that will be bursted by territory or region. we would like to use Report Library to ensure only the appropriate people view only their territory information.
The challenge is sometime region names change and territory assignments can change.
any information on how to control access dynamically would be appreciated.
To submit a New Feature Request (NFR), you may contact Information Builders' Customer Support Services and open a case for that. The phone number is 1-800-736-6130, or you may access InfoResponse.
Hope this help.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004
Though this is not supported by IBI Tech Support. We have done this at our site by writing MODIFY (Match/Merge) routines to update BOTLIST, BOTUPROF, WF_MRUSERS and WF_USRGRPTB tables. We are using Realm Driver for UAS. Hope this will give you a direction.
Here is an example of define to match with the tables. DEFINE FILE ALIST ACCESSNAME/A64='REGION ACCESS LIST'; COUNTER/A6='p'|| EMPID; MEMBERTYPE/A1='U'; MEMBER/A6='p'|| EMPID; INDEXVALUE/A6='p'|| EMPID; USERID/A6=MEMBER ; LOGINNAME/A6=MEMBER ; DESCRIPTION/A41=FULLNAME; USERNAME/A41=FULLNAME; PASSWORD/A1=''; EMAIL/A22=EDIT(MEMBER,'999999') || '@NASGMT.COM'; ROLEID/A4='User'; PROPERTIES/A14='active,library'; GROUPID/A11='LibraryOnly'; ISACTIVE/A1='Y'; ISGRPADMIN/A1='N'; END
Saif
Posts: 20 | Location: Michigan | Registered: November 23, 2004