Calling a .NET DLL from a field in a List block

You can associate a field in a List block with a method implemented in your .NET .dll file. As a result, when a user clicks that hyperlink, the corresponding .dll method is invoked.

  1. Log on to Sage CRM as a system administrator.
  2. Go to <My Profile> | Administration | Customization | <Entity>| Lists.
  3. In the List Name column, click <Entity> Grid.
  4. On the page that opens, under Properties, use the following options:
    • Field. Select the field to which you want to add the hyperlink.
    • Hyperlink to. Select Custom Dot Net Dll in 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 Storage location for custom .NET DLLs.
    • Method Name. Type the name of the method you want to call that is implemented in the .dll file.
  5. Click Update, and then click Save.