Category Archives: Cleanup

Error in Move Territory functionality in Sage CRM

Sage CRM has inbuilt powerful Security mechanism known as “Territories”. By setting territories in Sage CRM, we can restrict one user from accessing records of another user belonging to different territory. Territory field is available on Main entities. A territory can be defined geographically, by product area or by any other criteria. New Stuff: Increase… Read More »

Table Level Scripts Logging and Performance

In SageCRM, Table level script can be used for replicating SQL trigger like functionality.  Table level scripts help us handle the data update events properly and do corresponding actions within SageCRM. The beauty of it is we can use SageCRM API and write server side JavaScript like functionality to function similar to that of triggers.… Read More »

Company Name Cleanup Rules in SageCRM

Company is at the center of all the entities in SageCRM. Whatever data is entered, exported all relates to Company records in some way or other. Considering this fact it becomes very necessary that the Company records are maintained properly in CRM. The New Stuff: Implementing Password Policies in SageCRM SageCRM has already provided some… Read More »