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
An Introduction to JavaScript in Sage CRM (Part 10)
Posted
over 5 years ago
by
Jeff Richards
This is the tenth and final article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations...
An Introduction to JavaScript in Sage CRM (Part 9)
Posted
over 5 years ago
by
Jeff Richards
This is the ninth article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations using...
An Introduction to JavaScript in Sage CRM (Part 8)
Posted
over 5 years ago
by
Jeff Richards
This is the eighth article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations using...
An Introduction to JavaScript in Sage CRM (Part 7)
Posted
over 5 years ago
by
Jeff Richards
This is the seventh article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations using...
An Introduction to JavaScript in Sage CRM (Part 6)
Posted
over 5 years ago
by
Jeff Richards
This is the sixth article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations using...
An Introduction to JavaScript in Sage CRM (Part 5)
Posted
over 5 years ago
by
Jeff Richards
This is the fifth article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations using...
Thinking about Many to Many Relationships within Sage CRM
Posted
over 5 years ago
by
Jeff Richards
A many-to-many relationship described the situation when we have a need to create a link between several records in one table with several records in another table. Imagine a new custom entity called...
An Introduction to JavaScript in Sage CRM (Part 4)
Posted
over 5 years ago
by
Jeff Richards
This is the fourth article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations using...
An Introduction to JavaScript in Sage CRM (Part 3)
Posted
over 5 years ago
by
Jeff Richards
4
This is the third article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations using...
An Introduction to JavaScript in Sage CRM (Part 2)
Posted
over 5 years ago
by
Jeff Richards
This is the second article in a series provided for non-technical System Administrators who wish to understand more about using JavaScript to control workflow and to implement simple customizations using...
An Introduction to JavaScript in Sage CRM (Part 1)
Posted
over 5 years ago
by
Jeff Richards
JavaScript is a simple, powerful language used within a large number of business applications. The language is used within Sage CRM to define certain types of business rules, to control processes and to...
Changing the display of Billing and Shipping addresses within the Order Entry Screen
Posted
over 6 years ago
by
Jeff Richards
A customer had the requirement to change the way in which the Billing and Shipping addresses were displayed when an Order was created. Consider this screen You can see that the addresses are...
Field Level Scripting in Mobile Devices
Posted
over 6 years ago
by
Jeff Richards
All scripts need to consider where they are executed. Create and Validate scripts are executed on the server. This means that a screen in the mobile device when it submits data will see that data processed...
How the mobile theme interface is generated.
Posted
over 6 years ago
by
Jeff Richards
I want to look in this article how the mobile interface is generated. System Administrators can extend the mobile screens using a feature called RunBlock that covers existing system entities, new custom...
The Journal Table
Posted
over 6 years ago
by
Jeff Richards
6
I was tempted to start a new series of articles called " Mysterious Tables of Sage CRM " but since this is supposed to be a sensible library of "Hints, Tips and Tricks" I have resisted...
Can you open tabs in new windows?
Posted
over 6 years ago
by
Jeff Richards
3
A customer asked for guidance whether screens in Sage CRM could be opened up into new browser tabs or windows. The definitive statement is tucked away in the patch release notes for Sage CRM 7.2 e....
Simplifying step upgrade conversions
Posted
over 6 years ago
by
Dennis Kantor
2
Are you tired of troubleshooting the application after an upgrade? Are you tired of unexpected screen and data errors after a conversion?Were you wondering what your customer is going to think when they...
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...
Converting default ntext fields from an old install of CRM to nvarchar(max)
Posted
over 6 years ago
by
Sage CRM Team
3
This is a SQL script that will solve the problem associated with on-premise accounts that still have some ntext fields in their database from older versions of CRM. The ntext fields do not allow some...
How to track a SData provider request to see the SQL that is fired.
Posted
over 6 years ago
by
Jeff Richards
Perhaps you want to control the logging to see the REST request get handled and then see the database interaction. You may want to see how SQL changes between users (e.g. Mayes/Admin/Ebden) and how that...
Sending Emails in ASP COM API
Posted
over 6 years ago
by
Jeff Richards
9
Sage CRM offers a very simple MessageBlock object that you can use for your own pages. This object can either be used automatically to send a message without an interface prompt or it can create a form...
A component to add 'Companies' and 'People' tabs to the My CRM Menu
Posted
over 6 years ago
by
Jeff Richards
10
A new component has been added to the Example Components & Developer Resources (All Versions) download section. The new component will add two new tabs to the My CRM menu. The tabs will display the...
How would you go about changing the font color of a caption in CRM?
Posted
over 6 years ago
by
Jeff Richards
15
How would you go about changing the font color of a caption or field in Sage CRM? Below is a screen shot from my own system. This is the system that I use for testing ideas and proving concepts. The...
Apply Styles to Selective Grid Rows/Columns without using FilterWhere
Posted
over 6 years ago
by
shiwali.singla
This article takes you through the steps to add your own customised script to highlight columns or rows of grid without using FilterWhere. Let's take an example of search company records. 1....
Adding Advanced Find and Mass Update and Groups for a Custom Entity (Project) in Sage CRM
Posted
over 6 years ago
by
Jeff Richards
14
The article will take you though the steps to add a custom entity to the Advanced Find screen. To do this you will need to have already created the custom entity. I have made the assumption...
>