Microsoft
Software
Hardware
Network
Question : Changing properties of a Read Only field
CRM 4.0 - the attribute Price Per Unit in the Opportunity Product entity is Read Only by design. I would like to change that so that the field is NOT read only. I can't do that from within CRM. I'm sure there is a way to accomplish this, but I haven't found it yet. :) Any help would be greatly appreciated. Thanks.
Answer : Changing properties of a Read Only field
Yup, as suggested by rakesh.
in the form onload event.
crmForm.all.priceperunit.D
isabled = false;
Regards.
Random Solutions
Certficate Error: Navigation Blocked
Reference to Microsoft.SharePoint.Publi<wbr />shing not working (GAC issue?)
Find Nearest Value
How to include dynamic html code in aspx page?
how to get the name present in different tables in SQL server
Access Subreports Overlay each other
Cool Form Design
Who logged in and what did they do while in CRM 4.0
Extracting a portion of a string
using a query to combine multiple records into one record