How to restrict faceplate view for Standard objects?
I am working on Sil 3 Standard objects and want to restrict the view an operator has of the faceplates.
I want the operator to be just able to open the reduced and normal faceplates and not the extended faceplate. The user with a higher role lets say the application role should be able to open the extended faceplate.
How do i implement this? I thought the property override aspect would be able to accomplish this but that only shows object tags, not tags on the faceplate links. Where do i set this?
Voted best answer
In faceplate config view, element tab there is an option called UserRole. This can be used to set the permissions based on user role.
By default it will be set to Everyone. Change this according to your requirement.
Answers
You can continue with creating Security Definition, on that particular Faceplate element, in your object. And then dress it according to your need !!
1. One option is Overide the mainfaceplate aspect in control struture and modify the faceplate view, but this has to be done for all instance.
2. Second option is Create new Main faceplate for that object type structure and create custom view for the faceplate. Make this Main Faceplate has default.Here you can use it all instance.
by haidar.hussein Rank: 284 on 3/3/2015 12:23:23 AM | Like (0) | Report
Since i will be using this globally, any global aspect can be edited i believe!
Add new comment