Tag Archives: Sage CRM SDK

Easiest way to filter Custom list By Context Id in Entity’s List Page

Sage CRM has its own .NET API (Application Programming Interface) that allows a developer to extend Sage CRM functionality by creating and using .NET DLLs (Dynamic Link Libraries). Developers can add references of DLLs from and within Sage CRM and thus call methods exposed by the DLLs to perform certain actions. The Sage CRM .NET… Read More: Easiest way to filter Custom list By Context Id in… »

Add Divider or Subsection for existing screen in Sage CRM

Sage CRM SDK allows users to add multiple screens, panels or blocks on a single screen. For example if you refer standard company screen Person Detail, Address, Phone/Email and Contact blocks are added on a single screen. Suppose you want to further divide Person detail block to show (say Bank Account Information) within the same… Read More: Add Divider or Subsection for existing screen in Sage CRM »