var
code= Xrm.Page.context.getQueryStringParameters().etc
Search This Blog
Tuesday, July 22, 2014
Friday, July 11, 2014
Make field mode always same
So if you want to save a read only field you need to set the
SubmitMode to be always, which ensures the value is sent to the
database.
Xrm.Page.getAttribute( "fieldName" ).setSubmitMode( "always" ); |
Subscribe to:
Posts (Atom)