Hi

Has anyone managed to change the fields on CRM forms to read only or not
visible based on a picklist value?
If so, How?

Thanks
Jakob

Re: Read only fields based on picklist values by nospam2Newsgroup

nospam2Newsgroup
Mon Mar 01 16:10:55 CST 2004

msnews.microsoft.com wrote:
> Has anyone managed to change the fields on CRM forms to read only or not
> visible based on a picklist value?
> If so, How?

JScript may be a solution for that.

--
Jürgen Beck
MCSD.NET, MCDBA, MCSE, MCT
MCP CRM Application/Installation/Customization
www.Juergen-Beck.de


Re: Read only fields based on picklist values by GreaterThanTwo

GreaterThanTwo
Mon Mar 01 16:16:28 CST 2004

Hi Jakob, the only event supported for the picklist is the onchange event,
so you would only be able to enable/disable fields when a user picks a value
(not when the form is opened or saved). You need to set the field to
disabled, as well as changing the style.

There are ways to add other javascript events to form fields, but it's not
currently supported or documented.

Mike

greaterthantwo media
Printable Quotes, Orders and Invoices, with line-item details,
nowavailablefor MSCRM.
http://www.greaterthantwo.com


"msnews.microsoft.com" <js@union.dk> wrote in message
news:OPa6uP6$DHA.3400@tk2msftngp13.phx.gbl...
> Hi
>
> Has anyone managed to change the fields on CRM forms to read only or not
> visible based on a picklist value?
> If so, How?
>
> Thanks
> Jakob
>
>