Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Context (
RSS)
-
|
Secondary entities are technically never in context so the GetContextInfo method doesn't work for these entities. For example if you wanted to get the current address id this would not work: GetContextInfo...
|
-
|
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 little while ago I wrote an article called " Adding the Document Drop Plugin into a Custom Page ". That article provided the code to include activex plugin into a custompage to allow upload...
|
-
|
The code in article has been corrected, 7th May 2009. An individual screen within CRM will be produced as a result of a hyperlink that looks like this: http://servername/crm/eware.dll/Do?SID=5351668533575&Act...
|
-
|
This article has been updated (29th April 2009) to use the coding convention introduced in Sage CRM 6.2 Normally when you enter a SQL Tab condition associated with an option in a Tabgroup you can either...
|
-
|
This article has been updated (29th April 2009) to correct hyperlink references. In a previous article " Tab SQL Clause " I discussed how it is possible to separate SQL clauses with a "...
|
-
|
This article has been updated (29th April 2009) to correct hyperlink references and to use the coding convention introduced in Sage CRM 6.2 I have created a very simple page that contains a couple of buttons...
|
-
|
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...
|
-
|
GetContextInfo() is perhaps the most commonly used method within the Sage CRM API. This is both within internal code (Create scripts, Validate scripts etc) and application extensions which maybe either...
|
-
|
This article has been updated to correct links. A screen is called as a result of a hyperlink. This may be a button click, a call from the recent list or any other selection from the interface. A URL of...
|
-
|
This article has been updated and corrected. This is a little trick that has to fall into the category " and not a lot of people know that ". Quite a while ago I posted an example of how to carry...
|
-
|
Please see the previous articles that discuss the Key values in Sage CRM URLs. PreviousDominantKey = -1; DominantKey = 0; CompanyId = 1; //current company PersonId = 2; //person we are CURRENTLY viewing...
|
-
|
Limiting access to a workflow rule is done by hiding the workflow button on the entity summary screen. One very simple way of limiting access is by using the "Restrict to Team" selection box...
|
-
|
Imagine a system where you may want to ensure that your users do not create any new support cases for a company that has had their status changed to "On Hold". The ideas discussed here would...
|
-
|
I have been investigating the list of documents that appears under the Company tab group. This is actually part of a set of investigations into the library entity that I am working on. So there will be...
|
More Posts
Next page »