Assistance is needed in getting (navigating) to the list of the three dots from the ResourceSearchPage. I need to modify (remove) a few actions but don't see how to navigate to the list.
Also, same with mouse right click on the list
Those actions aren't defined as part of any list. They are what the BusinessClass has defined and security allowed that user to see.
To control those Actions you have the option of controlling via security and roles or on specific lists using "restrict action <ActionName>".
"restrict action <ActionName>" on a list basically says, "yeah, I know the user has access to this action (and should), but right here on this list it just isn't appropriate to see".
Thank you, I was so focus on that list being unique. Searching the action label from the BusinessClass points me to the action name where restrict action can then be used.
I was recently asked to restrict one of the delivered standard actions, export to (pdf | csv), for a specific list.
It appears that we can only restrict the open action.
Do you have any suggestions?
Go to the BusinessClass, search for the label "Export to (pdf | csv) which should point you to the action name. Then reference the action name on the form ...restrict action <ActionName>
I don't think the Standard Actions are defined in a business class. We’re trying to restrict them in a list.