正义君

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

摘要: CRM与ADFS安装到同一台服务器时,出现PluginRegistrationTool 及 CRM Outlook Client连接不上,需要修改ADFS的服务端口号,由默认的808修改为809: Powershell command : Set-ADFSProperties –nettcpport 阅读全文
posted @ 2018-03-29 17:12 正义君 阅读(606) 评论(0) 推荐(0)

2020年3月6日

摘要: CRM ADFS服务器的网络设置为不允许访问Internet时,ADFS登陆报错: Set-ADFSRelyingPartyTrust -TargetName <relyingpartytrustName> -EncryptionCertificateRevocationCheck None 阅读全文
posted @ 2020-03-06 17:00 正义君 阅读(210) 评论(0) 推荐(0)

2018年3月29日

摘要: 通过Microsoft PowerShell修改ADFS的过期时间实现延长CRM的过期时间 To change the timeout value, you will need to update the TokenLifetime value. This is achieved using Pow 阅读全文
posted @ 2018-03-29 17:23 正义君 阅读(539) 评论(0) 推荐(0)

2017年4月17日

摘要: Dynamics 365 for CRM 提供了Sitemap站点图的可视化编辑功能 在之前的所有版本中,我们只能通过从系统中导出站点图的XML进行编辑后再导入(容易出错),或使用第三方的Sitemap编辑工具进行编辑(非常方便)。 在Dynamics 365 for CRM 中原生地提供了站点图的 阅读全文
posted @ 2017-04-17 23:00 正义君 阅读(502) 评论(0) 推荐(0)

2015年6月25日

摘要: A textbox with Wingdings font type can be used to display a checkbox on a report which is checked based on a value in a dataset. Wingdings are a series of fonts which render letters as a variety of symbols. 阅读全文
posted @ 2015-06-25 14:39 正义君 阅读(432) 评论(0) 推荐(0)