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.
Log in to Sage CRM as a system administrator.
Go to
| Administration | Customization | {Entity} | Lists.
In the List Name column, select {Entity} Grid.
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.
Select Update, and then select Save.