Dependent OptionSet in Dynamics CRM V9

It is known that for the moment there is no way to set up a dependency between two OptionSet fields with OOB functionalities. It is possible to implement this scenario using JavaScript code as the field type used is OptionSet. We could have implemented it with a simple configuration if the Field type were a LookUp. … Continue reading Dependent OptionSet in Dynamics CRM V9

Advertisement

How do I know what permissions a user’s security role requires to perform an operation?

The problem: A member of the community recently asked what privilege should be added to a security role in order to revise a quote. In effect, it explains that the role seems to have sufficient privileges to perform this action, but an error message shows up when the quote is revised. Below is the security … Continue reading How do I know what permissions a user’s security role requires to perform an operation?