Disabled fileds are not getting updated back in CRM 2011
-
quarta-feira, 11 de abril de 2012 12:44
Hi
When we change the value of a disabled field via Jscript, those changed values were not getting saved when i am trying to save the form data with updated values.
Is there any supported way to save the data from those disabled fileds.
Thank you,
Babu
Todas as Respostas
-
quarta-feira, 11 de abril de 2012 12:49Usuário que responde
Hi Babu,
You need to set the submit mode to 'always':
Xrm.Page.getAttribute(attributeName).setSubmitMode('always')
hth,
Scott
Scott Durow
Read my blog: www.develop1.net/public
If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"- Sugerido como Resposta JLattimerMicrosoft Community Contributor, Moderator quarta-feira, 11 de abril de 2012 13:09
-
segunda-feira, 16 de abril de 2012 04:44
Scott,
Thank you for sharing information. It is working fine in my application.
Thank you,
Babu