Table of Contents

Call DLL from field in List block

You can associate a field in a List block with a method implemented in your custom DLL. As a result, selecting the hyperlink invokes the corresponding method in the DLL.

  1. Log in to Sage CRM as a system administrator.

  2. Go to | Administration | Customization | {Entity} | Lists.

  3. In the List Name column, select {Entity} Grid.

  4. On the page that opens, under Properties, use the following options:

    • Field. Select the field to add the hyperlink to.

    • Hyperlink to. Select Custom Dot Net Dll from the list.

    • Custom Dot Net Dll. Enter the base name of the .dll file you want to reference; omit the file name extension (.dll). The .dll file must be stored in the location mentioned in Where to store custom DLLs.

    • Method Name. Enter the name of a method implemented in the .dll file.

  5. Select Update, and then select Save.