Tag Archives: tracking

Tracking your custom fields in SageCRM

When it comes to progressing workflows, updating values in any entity of CRM Tracking is very much necessary. Being business software CRM handles very delicate data and we cannot afford anybody to just go and change anything. Hence the Tracking functionality has been provided by SageCRM out of the box. The New Stuff: Checklist for… Read More: Tracking your custom fields in SageCRM »

Floating pipeline to track Opportunity lifeline on Summary Screen

Workflow is one of the best features Sage CRM has provided to track the lifeline of entities in the system. Through different rules we can take the entity on different stages which will elaborate the current state of that entity. Let’s consider opportunity entity for an example. When we progress opportunity workflow through different rules,… Read More: Floating pipeline to track Opportunity lifeline on Summary Screen »

SQL Trigger to track previous & new values for fields

Description: Think about tracking the old data whenever it is changed to new one??? Suppose you want to track this information in single table and display in the tab against any CRM entities. This can be achieved using sql trigger functionality. Solution: For this first you may need to create two magic tables (i.e. inserted… Read More: SQL Trigger to track previous & new values for fields »

SQL Trigger to track previous & new values for fields

Description: Think about tracking the old data whenever it is changed to new one??? Suppose you want to track this information in single table and display in the tab against any CRM entities. This can be achieved using sql trigger functionality. Solution: For this first you may need to create two magic tables (i.e. inserted… Read More: SQL Trigger to track previous & new values for fields »