- How to make a field as Read Only
- Posted by BizWorld on October 21st, 2005
I want to setup Account numbers of Accounts to be created Automatically, i
was able to add Trigger on AccountBase table but I cannt make this field as
Readonly on the form, any idea on making field as read only.
Regards,
BizWorld
- Posted by Matt Parks on October 21st, 2005
There is no supported way to do this, but you could add javascript to the
sfa\accts\edit.aspx page the disabled the field when the form loads.
BTW: Triggers on the table are technically not supported. The preferred
method would b to use a Post-callout.
--
Matt Parks
MVP - Microsoft CRM
"BizWorld" <moonis.tahir@gmail.com> wrote in message
news:eBAG$9n1FHA.2008@TK2MSFTNGP10.phx.gbl...
I want to setup Account numbers of Accounts to be created Automatically, i
was able to add Trigger on AccountBase table but I cannt make this field as
Readonly on the form, any idea on making field as read only.
Regards,
BizWorld
- Posted by Pierre Hulsebus on October 24th, 2005
As it goes triggers are not supported. But in V 3.0 Read only is now
somehting you can support.
--
---------------------------
Pierre Hulsebus - CRM Consultant
http://www.ehtc.com/ehtc/infuse.htm
Certified Integration Between Microsoft CRM to Microsoft Solomon
----------------------------
"BizWorld" wrote: