Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
create script (
RSS)
-
|
Many thanks must go to a colleague in the UK professional services team for this article. Introduction Customers often request the ability to track Company or Person changes in much the same way that CRM...
|
-
|
In this article I would like to discuss a number of distinct concepts and then bring them together. Search Select Advanced Fields Security and Data Access Dynamically Changing Field Properties using an...
|
-
|
In the article " Creating Global Code for OnCreate and Validate scripts " I discussed how we can reuse functions across different create scripts either in the same screen or between different...
|
-
|
In the image below we can see the Company Name is displayed in an opportunity list that is in the context of the company and so that column is redundant and does not need to be shown. The list is created...
|
-
|
A screen like the company summary screen has a very particular structure because it is partially defined in meta data and partial has its structure hard coded into the system action being called. The detail...
|
-
|
This article was updated on 22nd May 2009 to follow the coding convention introduced in Sage CRM 6.2. The Values() and FormValues() collections are serverside objects that are analogous to the ASP Request...
|
-
|
This article has been updated (29th April 2009) to use the coding convention introduced in Sage CRM 6.2 If you have started to code with Sage CRM you will know that the world is seemingly divided into...
|
-
|
When you edit or add a new address for a person in Sage CRM you are invited to specify whether the address is a Business address or a Home address. This choice is then shown on the address list for the...
|
-
|
This post has been updated to make sure the code follows the convention introduced in Sage CRM 6.2. The code has also been corrected to prevent errors occuring as a new person record is created. The idea...
|
-
|
This technique covers the use of the Document Drop ActiveX plugin within a custompage. The Document Drop Plugin is used within Sage CRM to allow the easy upload of documents to the library and will also...
|
-
|
The diagram below contains the objects, methods and properties that are the main ones used in the internal COM API of Sage CRM. These objects can be used in field level scripts; Create and Validate and...
|
-
|
This article has been edited and corrected. The code in this article has been changed to follow the coding convention that was introduced in Sage CRM 6.2 The Values() collection can be used in all serverside...
|
-
|
I have discussed calling Stored Procedures from within Sage CRM before in the the article " Using the COM CRM.CreateQueryObj() to call a Stored Procedure ". From that article it can be seen that...
|
-
|
This example code is provided by a colleague in Switzerland. It provides an alternative way of creating an automatically incrementing field value. The result of the code is to create an incrementing number...
|
-
|
Below is some code that illustrates how a Stored Procedure maybe invoked in the QueryObject. var strSQL = "DECLARE @@ret int"; strSQL += " EXEC @@ret=eware_get_identity_id 'notes'";...
|
More Posts
Next page »