Category Archives: Action

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… »

Hash fields in Workflow Execute SQL Statements

Workflow is one of the powerful features of SageCRM. We can define workflow Rules for systematically updating data for the entities through workflow. Every rule must be associated with set of actions. Sage CRM Workflow has several workflow actions that can be configured for any workflow rule as shown in below diagram. New Stuff: Implementing… Read More: Hash fields in Workflow Execute SQL Statements »

Cloning an Escalation Rule

As we all know that latest version of Sage CRM gives us a features to clone various configurations which eventually saves our valuable time. However cloning is not new to SageCRM framework. It was already in place for escalations, workflow rules etc. Related Post: : Report Cloning in Sage CRM 7.2 Consider a scenario where same… Read More: Cloning an Escalation Rule »