Hints, Tips and Tricks
Home
Downloads
Hints, Tips and Tricks
Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
RSS for posts
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Changing the sort order of an SSA (Search Select Advanced) field
Posted
over 14 years ago
by
Sage CRM Team
9
I was recently asked how to change the view order of the drop down in a SSA field (Advanced Search Select/Search Select Advanced). The sorting is always on the view field for the SSA field in alphabetical...
Connecting to a Sage MAS ERP 90 Database as a Linked Server within MS SQL Server 2008
Posted
over 14 years ago
by
Jeff Richards
9
A Linked Server within MS SQL Server is type of 'alias' within the SQL server that points to an external data source rather than a SQL Server database. This external data source can be in another...
Creating a Simple Custom Gadget
Posted
over 13 years ago
by
Jeff Richards
9
In this article I am going to explain how to create a simple Custom Gadget for the Interactive Dashboard. The Gadget will show how it can listen to an event in another Interactive Dashboard Gadget,...
Distinguishing Between Primary Workflow Rules in Create Scripts
Posted
over 12 years ago
by
Jeff Richards
9
In Sage CRM it is possible to have multiple workflows created for an Entity. For example we may have one Opportunity workflow that is used by a one team for a particular type of sales opportunity and another...
Almost everything you wanted to know about Search Select Advanced Fields (A round up about lookups)
Posted
over 9 years ago
by
Jeff Richards
9
Search Select Advanced Fields are Sage CRM's powerful lookup field type that allows child records to be linked to parents to ensure referential integrity. A user can search for records within an entry...
Basic Code Structure of an Edit Page
Posted
over 17 years ago
by
Jeff Richards
8
We should now consider the creation of an edit screen for a Record using an ASP page. The structure is simpler. var myBlock = eWare.GetBlock('OpportunityDetailBox'); var myRecordId = eWare...
The Sage CRM StoredProc Data Type
Posted
over 15 years ago
by
Jeff Richards
8
In the default system the StoredProc datatype is used to generate the reference id values for Case_referenceid Soln_referenceid When a new record is created, these columns invoke a call to...
Creating Groups on External Tables in Sage CRM (E.g. Sage accounting systems)
Posted
over 13 years ago
by
Jeff Richards
8
The requirement: The requirement was to be able to use data from an external table in a group definition. This will allow data from a Sage accounting system to be used to build groups of Person and...
Fields Available to an E-mail Template for a Custom Entity
Posted
over 12 years ago
by
Jeff Richards
8
I have written before about E-mail Templates in Sage CRM. See " Fields Available in Email Templates ". In one of the comments added to that article I mentioned that Custom Entities only use...
Schloss Schwanberg Part 3: Creating the Self Service ASP page to Capture the Lead
Posted
over 12 years ago
by
Jeff Richards
8
This is the third of a series of articles that will walk you through the Schloss Schwanberg case study. You can download the case study used at the conference here: https://community.sagecrm.com...
Updated Partial Rebuild of the Company QuickLook Screen using the ASP API
Posted
over 12 years ago
by
Jeff Richards
8
This is a version of the Company Quicklook screen rebuilt using the classic ASP API back in 2008. There are buttons to call New Task and New Communication buttons. The button code references the...
Sage CRM: Updating a license
Posted
over 10 years ago
by
Jeff Richards
8
After you have installed Sage CRM there will come a time when you will need to make changes to its settings. I don't mean the every day administrative changes like changing the security profiles or...
Creating User Multi Selects
Posted
over 6 years ago
by
Jeff Richards
7
Once upon a time there used to be a CRM field entrytype called 'user multi select' that seemed to be available to help define new fields. The actual EntryType is designed to be used with communications...
Reports and Graphs using Key Attribute Data
Posted
over 17 years ago
by
Jeff Richards
7
Reports and Report Charts can only be built from views. So If we want to create a Report Chart that uses Key Attribute Data then we must first create the view. The structure of the tables that holds the...
A Simple Editable Grid in COM API ASP
Posted
over 16 years ago
by
Jeff Richards
7
This article covers the creation of an editable grid. By this I mean the presentation of data in a spreadsheet like structure, each row in the grid a separate record and each column a separate field. The...
Resetting Workflows and Jumping between Workflows
Posted
over 16 years ago
by
Jeff Richards
7
This is a technique for moving records from one workflow to another. In fact there are 2 ideas here. 1) The first is the concept of resetting a workflow. Basically this is when you have started to progress...
Altering the Length of Phone Number Fields in the Phone/Email Screen
Posted
over 16 years ago
by
Jeff Richards
7
A phone number in CRM maybe configured to consist of 1, 2 or 3 parts. The country code (optional) The area code (optional) and the Number The configuration of the optional parts has been discussed elsewhere...
Adding Dedupe Behaviour to the Lead Entity
Posted
over 16 years ago
by
Jeff Richards
7
This article has been updated to ensure the variables that are passed can take into account a wider range of characters in passed names including umlauts, accents and cedillas. Although this article...
Controlling List Size in ASP Pages
Posted
over 16 years ago
by
Jeff Richards
7
How can we override the User grid size preference for a custom list on ASP pages? You may have seen that there is a List block property called RowsPerScreen ListBlock.RowsPerScreen = 5; On the...
Filing e-mails against custom entities
Posted
over 15 years ago
by
Sage CRM Team
7
* The code in this article has been updated to fix a bug that caused it not to work for any entity that did not have a prefix that matched the entity name * A while back Jeff Richards wrote a blog post...
Video: Tab Customization - Adding a Button to the Group Details screen
Posted
over 13 years ago
by
Jeff Richards
7
You've read the article! ( Adding Extra Buttons to the Group Details Screen ) Now watch the movie! (Please visit the site to view this video)
How to Hide the Assigned User Column in the Case List when in My CRM context
Posted
over 12 years ago
by
Jeff Richards
7
A customer had the requirement to hide the column "Assigned To" from the Case List in the MyCRM menu. but show it in other contexts like company, person and especially Team? Note...
Control of Grids, Lists and Columns Using the Client Side API
Posted
over 11 years ago
by
Jeff Richards
7
The Client Side API contains methods that make it much easier to select rows, columns and individual cells for manipulation. Properties can be set, new data displayed in tool tips and the style of each...
Adding a field to display an Image. e.g. Product Photo
Posted
over 9 years ago
by
Jeff Richards
7
Below is a screen that shows the product configuration area in Sage CRM. To create this field I added a new field to the NewProducts table within the administration screens. I called my field...
Sage CRM's RESTful API: SData (Part 4 of 10)
Posted
over 9 years ago
by
Jeff Richards
7
In this article I want to consider the way in which the RESTful API allows system administrator to easily extend the reach of the API's access to data across custom entities and views with SData. ...
<
>