Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Logging (
RSS)
-
|
If you are developing a server-side script such as a Create Script, Validate Script or Table Level Script, it is often useful to write debugging information to a log. Jeff has blogged about a technique...
|
-
|
The following is a survey of all the different articles that have discussed creating and editing views within Sage CRM. Understanding SQL views is essential as they under pin just about every feature within...
|
-
|
This article has been updated to follow the coding convention that was introduced in Sage CRM 6.2 I was asked recently about how to create a log of when data was changed within a particular screen. Now...
|
-
|
I have just uploaded a performance troublehsooting guide that maybe be of some interest to you. The guide is really an internal Sage document designed to help the different support teams round the world...
|
-
|
When I lecture I stress the need to test any system changes that are made with a user other the System Administrator. This is because of all the override rights that a System Administrator has, and therefore...
|
-
|
This is an interesting question and depending of what we understand by the word 'transactions' it can have a couple of answers. Answer 1 The first thing to note is that each webservice request...
|
-
|
This controls the display of the tab via SQL. We can decide whether a tab should display based on the information of the entity that is in context. If we are looking at a person screen the person entity...
|
-
|
Nobody writes perfect code and tracking problems in ASP pages can be quite frustrating especially if you are writing the code in a simple text editor like Textpad. A sophisticated IDE like Visual Web Developer...
|
-
|
If you are working on an integration of Sage CRM with another system you may have a requirement to Log errors that are specific to the integration itself. For example integrating Sage CRM with an ERP system...
|
-
|
All of the visible captions within CRM can be translated. One way of quickly proving if a caption can be translated is to log on as Hans Muller (Mullerh) in the demo data and see if his screens are translated...
|