Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Escalation Rules (
RSS)
-
|
This document has been made available for development partners. This covers version Sage CRM 6.2. We are pleased to announce the release of the 'Sage CRM Quick Start Performance Guide'. The idea...
|
-
|
Any SQL statement may take time to run and result in a timeout error. In Sage CRM the general timeout period is controlled within the Administration -> System -> Database screen by setting the Query...
|
-
|
This article has been written to answer the business need for a simple way for a user to pass a message to the System Administrator (or another colleague) without having to leave Sage CRM. The further...
|
-
|
This article has its origin in a recent presentation I gave as part of this years eSummit for Australia, New Zealand and the Pacific ( http://www.sagesummit.com.au/ ). My focus is usually purely on communicating...
|
-
|
The links in this article were corrected 22nd May 2009. Oh how angry I get with myself sometimes. I am a very stupid person. Someone sends me an email entitled 'a quick question' and in my idiocy...
|
-
|
This article has been written referencing Sage CRM 6.1. Details maybe different in previous versions. A simple Notification can be of two types OnScreen Notification Email Notification Both types of Notification...
|
-
|
This is an older tip that I must thank a colleague in the UK for jogging my memory. If you wish to add links that reference records in CRM to the emails that are generated from workflow and escalation...
|
-
|
I have discussed in a previous article the structure and purpose of the SQL clause of an Escalation rule. e.g. (quot_IsQuote is not null) AND UPPER(RTRIM(quot_Status))=UPPER(RTRIM(N'Active')) AND...
|
-
|
Sage CRM provides use with a number of ways of controlling user work processes and data tasks. In particular Workflow allows us to control the progress of data through a series of steps/states using business...
|
-
|
Sage CRM has a very powerful internal workflow engine. Workflow may control the processing of data from the initial insertion of the record through to its final state. The user driven aspect of workflow...
|
-
|
The #Codes are a set of codes that indicate to CRM as the dll parses the Meta data it should substitute these references with internal function calls. These are for use where SQL is used directly as the...
|
-
|
I found this a very interesting issue. If you have created an escalation rule outside a workflow you will not be able to find a place where the component manager script can be generated. So how or where...
|
-
|
If you have created a new primary entity in Sage CRM and would like to have notifications for this table it seems a disappointment that a "Notifications" Tab is not available for the newly created...
|