With Dynamics CRM 2011 you now have the ability to create multiple forms per entity. This allows you to streamline the data entry process based on roles and fields. Dynamics CRM 2011 already has an out of the box feature to control which form is displayed based on a user’s role. However it is missing the ability to switch the form based on a form value. So, let’s take a look at how we can change the form to be used based on a form value. var FormSwitcher = FormSwitcher || {}; FormSwitcher...(read more)
↧