I have been awarded Microsoft MVP – Dynamics CRM.Thanks for Microsoft and my friends, colleagues and family.
See my MVP profile here: https://mvp.support.microsoft.com/profile/Jim.Wang
MS CRM
Customize the crmForm
There are some useful crmForm customization skills which I want to share:1. Change a filed label style/* change new_button field label style */if (crmForm.all.new_button != null){ var field = crmForm.all.new_button_c; field.style.fontWeight = ‘bold’;…
MS CRM
Double Click EmailAddress to Open in Outlook
There is a question on Microsoft CRM Forum asking how to: Double Click EmailAddress to Open in OutlookI think it’s worth to bring it here because it’s also demonstrate how to send parameters in attachEvent method, so here is the answer:/* Double Click …
Recent Comments