Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
custom_tables (
RSS)
-
|
Within the Administration screens is the location that allows the System Administrator to create an additional database connection to a 3rd party database. Administration -> Advanced Customization ...
|
-
|
This is a trick that applies to Sage CRM 6.1 (and earlier). Sage CRM 6.1 added the capability to add new Buttons to screens generated from system actions such as the RelatedCompaniesList. This uses the...
|
-
|
Below is some example C# code showing how a new Company record can be inserted into CRM using the Web Services API. The code will result in a new Company with a default contact and default address with...
|
-
|
In several areas of the system you will see references to Table ID. This is especially true if you are programming directly using the Record or Query Objects. The notes table is quite straightforward....
|
-
|
The screen and lists are driven from the dll but they do have some representation in the Meta data. Assuming that you are using SQL Server, open the SQL Server Enterprise Manager, navigate to the CRM table...
|