September 30th, 2008 by admin
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’;…
Tags: dynamics crm, dynamics crm 4, iphone, microsoft crm, microsoft crm 4, microsoft dynamics crm 4, MS CRM, ms crm 4, ms crm customization, ms crm entity, ms crm soap, ms dynamics crm, ms dynamics crm 4, web, web 2.0
Published by admin on Sep 30, 2008 under
MS CRM |
Post your comment now
September 18th, 2008 by admin
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 …
Tags: dynamics crm, dynamics crm 4, iphone, microsoft crm, microsoft crm 4, microsoft dynamics crm 4, MS CRM, ms crm 4, ms crm customization, ms crm entity, ms crm soap, ms dynamics crm, ms dynamics crm 4, web, web 2.0
Published by admin on Sep 18, 2008 under
MS CRM |
Post your comment now
September 6th, 2008 by admin
I was curious about how to use FilteredView in the CrmImpersnator class for a IFD(Internet-Facing Deployment) solution? Thanks to David Jennaway who gave me a clue.Ok, the reason for that is because I’m building a CRM dashboard for an On-Premise/IFD CR…