Page Name
|
Definition Name
|
Navigation
|
Usage
|
Content Ref Administration (content reference administration)
|
PORTAL_CREF_ADM
|
PeopleTools, Portal, Structure and Content, Portal Objects
Navigate to the Content References list and click Edit.. Or click Add Content Reference.
|
Add new content references or edit existing content references.
|
Content Reference Security
|
PORTAL_CREF_SEC
|
PeopleTools, Portal, Structure and Content, Portal Objects, Content Ref Administration, Security
|
Set content reference security.
|
User ID Queries
|
USER_QUERY
|
PeopleTools, Security, User Profiles, User Profiles, User ID Queries
|
Review content reference security by user.
|
Permission List Queries
|
PLIST_QUERIES
|
PeopleTools, Security, Permissions & Roles, Permission Lists, Permission List Queries
|
Review content reference security by permission list.
|
Role Queries
|
ROLE_QUERY
|
PeopleTools, Security, Permissions & Roles, Roles, Role Queries
|
Review content reference security by role.
|
Select a Content Reference or Content Reference Link
|
PORTAL_CREF_SELECT
|
PeopleTools, Portal, Structure and Content, Portal Objects
Navigate to the Content References list and click Add Content Reference Link.
|
Select a content reference or content reference link.
|
Content Reference Link Administration
|
PORTAL_CREF_LNK
|
|
Add new or edit existing content reference links.
|
Related Links Group
|
PORTAL_RLNK_ADM
|
|
Create related links groups.
|
Security
|
PORTAL_CLINK_SEC
|
PeopleTools, Portal, Structure and Content, Portal Objects, Content Reference Link Administration, Security
|
Set content reference link security.
|
Monday, April 30, 2018
Pages Used to Administer Content References
Thursday, April 26, 2018
Site Name Is Not Valid When Clicking Search Results
Tools VersionOn : 8.55 version, Elastic Search
When searching with Elasticsearch in a test 9.2 we receive results but when clicking the result we are receiving the error ""Site name is not valid. check your syntax and try again." when clicking a result on the search results page.
WorkAround:
Here are the steps to make it work after a change to the Portal or content URL's:
A. Undeploy/Redeploy any Search Definitions that were built with incorrect URL's as follows:
When searching with Elasticsearch in a test 9.2 we receive results but when clicking the result we are receiving the error ""Site name is not valid. check your syntax and try again." when clicking a result on the search results page.
WorkAround:
Navigate to Integration Broker Nodes and sort by local. Check the Portal and Content URLs of each node marked local to verify the site name is in lower case for both.
Here are the steps to make it work after a change to the Portal or content URL's:
Make certain this change is made to ALL LOCAL NODES. For example, for HCM, this would need to be defined for PSFT_HR and HRMS nodes.
After you make the above changes, you will need to rebuild the search indices. Do this as follows:
A. Undeploy/Redeploy any Search Definitions that were built with incorrect URL's as follows:
- Navigate to PeopleTools, Search Framework, Administration, Deploy/Delete Object
- Check box next to the non-working Search Definition
- Click 'Undeploy'
- After it completes, check the box next to Search Definition and this time click 'Deploy'
- Navigate to PeopleTools, Search Framework, Administration, Schedule Search Index
- Bring up the Run Control needed to run a Full Index build and launch it.
This should fix the issue as the links were indexed with the prior entries.
Monday, April 23, 2018
How to disable "Personalize Page" link for all users? And Give Access to Adminstrator?
To disable "Personalize Page" link globally, please use the following steps
1. Navigate to Peopletools > Personalization > Personalization Options
2. Select "PPTL" for People Tools
3. Locate CUSTOMPGSET - Customize Page Settings
4. Set Option Default Value to N
5. Save
If you would like to have administrate to override the global option, use the following steps
1. Navigate to Peopletools > Security > Permissions and Roles > Permission List
2. Open the permission list that only shared among the Adminstrator
3. At the Personalization tab, add a new row
4. Choose "PPTL" for Option Category Level, and "PS Internet Architecture" for Option Category Group
5. Click Edit link and select "Allow User Option" for Customize Page Settings row.
6. Click OK and Save
7. Go to Main Manu and select My Personalization
8. Click "Personalize General Options"
9. Set the Override value for "Customize Page Settings " and Click OK
How To Restrict Users From Adding Homepages or Tiles in Fluid Homepages
The Add To functionality (all of it not just parts) are determined by 3 things:
1. Does the component itself have the Add To functionality enabled in Component Properties (default is enabled):
- Open component definition in App Designer
- Access the component's Component Properties.
- Click the "Fluid" tab
- Check "Add To" option box to see if it's checked
2. Does the user have permission to access the iScript which performs the Add To functionality? Development stated the following code is checked specifically:
--IsIScriptAuthorized("WEBLIB_PTNUI", "PT_BUTTON_PIN", "FieldFormula", "IScript_SavePin", %Action_UpdateDisplay);
So one can check:
- PeopleTools > Security > Permissions & Roles > Permission Lists
- Open the user's individual permission lists
- Go to the "Web Libraries" tab
- See if there is permission given to:
Web Library: WEBLIB_PTNUI
Function: PT_BUTTON_PIN.FieldFormula.IScript_SavePin
3. The form factor of the device being used to access the application. The Add To functionality is disabled on the small form factor. So users accessing the application from a small form factor device (such as smartphones) will not see the Add To feature.
The above will determine access to all 3 of "Add To Homepage", "Add To Favorites" and "Add To Navbar". There are no options at a more granular level to control each individual "Add To" item.
How to Hide Global Search Icon and Add To items in Fluid Navigation Header
On the Fluid landing page, the Global Search icon and the 'Add to' items on the Actions list can be hidden by removing security access to components PTSF_GBLSRCH_FLUID and PTSF_GLOBAL_SEARCH under menu PORTAL_ADMIN in permission list PTPT1000.
On the Learning Home Dashboard page, it is more involved, since the Fluid landing page is a physical component whereas Classic Learner Home is a Content reference link.
- To hide the Global Search icon - Going to PeopleTools > Portal > General Settings, then turning off "Display global search in header" removes the global search icon from the header.
- To hide the 'Add to...' items from the Actions list - To remove access for users to the 'Add To...' items, you need to remove security access to point #2 in Doc ID 1983068.1 (see Related Knowledge). In other words, remove access to the iScript WEBLIB_PTNUI.PT_BUTTON_PIN.FieldFormula.IScript_SavePin
Note: This hides all of the 'Add to...' items from the Actions list; there is currently no way to selectively choose which 'Add to...' items you hide/unhide, it is all or nothing.
Source : Doc ID 2198358.1
Subscribe to:
Posts (Atom)