随笔分类 - CRM
MS CRM Plugin調試.
摘要:MSCrm Plugin調試時應該把[assembly: AssemblyCulture("EN-US")]改為[assembly: AssemblyCulture("")],然後,放到Plugin時再改回來.
阅读全文
轉 Not have enough privilege to complete Create operation for an Sdk entity" exception when you register a CRM 4.0 plug-i
摘要:CRM 4.0 introduces the concept of plug-ins that will replace the callouts. CRM 4.0 Plug-in is custom business logic that can be integrated into CRM 4.0's platform. Plug-ins are much more powerful than...
阅读全文
everspring Quote Product OnLoad
摘要:Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function OnCrmPageLoad(){ //提供Function在On Save調用. crmForm.getq1AttributesString=_getq1AttributesSt...
阅读全文
MSCrm javascript queryByAttribute 补充Function
摘要:用来查询queryByAttribute function返回的xml的栏位的值 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function queryByAttributeFieldValue(resultXml,fieldName){ ...
阅读全文
MSCrm javascript queryByAttribute
摘要:我自已实现的Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->function getq1AttributesString(attributes){ var strRet=""; for(i=0;i"+attributes[i]+"") ...
阅读全文
用javascript调用WebService,RetrieveDynamicEntity的方式取出EntityProperty的Value
摘要:function getDynamicEnitity(entityName, entityId,attributeNames){ var xml = "" + "" + "" + GenerateAuthenticationHeader()+" " + " " + " " + " " + " "+entityName+"" + " ...
阅读全文
去掉整數之間的千分號(轉)
摘要:在CRM里面我们可以设定字符串的格式,比如我想在千位之间显示一个逗号分隔符: 123,456 这样看上去会更清楚。然而这是全局设定,也就是说如果我选择了这个设定,那么它会影响所有数字格式。但是如果我要 new_number 这里的值不显示逗号分隔符(也就是说显示 123456),那么怎么办呢? CRM用一个htc文件来格式化显示输出,道理和我以前的这篇blog一样。 CRM里的.DataValu...
阅读全文
微软CRM系统二次开发步骤以及注意事项
摘要:微软CRM系统的二次开发主要包括四个方面:1)自定义实体的设置;2):站点图的设置;3)ISV.Config文件(实体页面导航条以及功能菜单)的配置;4)客户端JavaScript的设计。 特别注意:对系统中进行的二次开发之后一定要在自定义界面选择“发布”,不然是不能使用的。 一:自定义实体的设置 微软CRM系统提供按照自己需求要求,对CRM系统功能进行扩充,因此也涉及到用户自定义实体的设计工...
阅读全文
MSCRM中disabled和Disabled屬性的區別
摘要:MSCRM中disabled和Disabled屬性的區別在于Disabled會將控件變為灰色。但disabled只會改input,而不是MSCRM 控件, disabled狀態下是可以提交的,但Disabled狀態就是不能提交修改,需要設置crmForm.all..ForceSubmit=true; 注意:MS的控件的屬性沒有採用javascript的寫法。MS採用的每個單詞首字母大寫。 jav...
阅读全文
MSCRM儲存disabled欄位的值
摘要:In order to assign value to and SAVE a read only field by javascript, write crmForm.all..ForceSubmit = true; after crmForm.all..DataValue="some value";
阅读全文
MSCRM 4 - Remove 'Add Existing xxxxx to this record' button
摘要:i 've been working on a MS CRM 4 project and found that the custom entities that we added displayed an 'Add Existing xxxxx to this record' button when it was not required and created a lot of confusio...
阅读全文
Dynamic Picklist Sample
摘要:var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); var data = ''; data = data + ''; data = data + ''; data = data + ''; data = data + ''; data = data + ''; ...
阅读全文
浙公网安备 33010602011771号