zoukankan      html  css  js  c++  java
  • CRM自定义页面

    1.  把自定义页面拷入CRMWeb 文件夹下.
    2.  打开IIS定位到此文件夹
    3. 右键
    4. 转换为应用程序

    Below  are the steps you can try to integrate with CRM:

    1. Create a Folder(Example: CustomImport) in CRMWeb Folder(Example: C:Program FilesMicrosoft Dynamics CRMCRMWeb) and Copy/Paste all your files/website in it.
    2. Goto CRM Installation Path: CRMWebHelpin (Example: C:Program FilesMicrosoft Dynamics CRMCRMWebHelpin) and copy all these files and paste it into the above website bin folder (where your Microsoft.Xrm.Sdk.dll located)
    3. Goto IIS drill down to the CRM Website and select the Folder which you have created in the Step 1.
    4. Right Click on the Folder and click Convert to Application
      1. Verify Windows Authentication is enabled.

    This solution doesn't impact any of the CRM files or dll;However it is not a recommended solution that is provided by Dynamics CRM team.

  • 相关阅读:
    C++---const
    qt--textEdit多行文本编辑框
    qt--QByteArray字节数组
    qt5--拖放
    qt5--自定义事件与事件的发送
    qt5--键盘事件
    qt5--鼠标事件
    qt5-事件过滤器
    qt5-event事件的传递
    qt-事件的接受和忽略
  • 原文地址:https://www.cnblogs.com/BinBinGo/p/10895999.html
Copyright © 2011-2022 走看看