Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Key Values (
RSS)
-
|
A while back I blogged about injecting scripts into system action screens that don't have custom content field. Well recently I had an epiphany about Translations and using them to embed scripts into...
|
-
|
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 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...
|
-
|
Some time ago I wrote an article " Passing Parameters Directly to CRM on Startup ". The example I gave in that post was a URL that could be sent to someone in an email. The URL hyperlink when...
|
-
|
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...
|
-
|
The links in this article have been corrected and updated. It might seem that you can't use ASPX pages in the context of Sage CRM, but that is not the case as you can see from the simple example below...
|
-
|
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...
|
-
|
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 a Case's Summary Screen will look something...
|
-
|
In this post I would like to consider how you can establish whether a page has just been called via a hyperlink (from the tab) or it has been called because "Save" action button has been pressed...
|
-
|
Sometimes the underlying action of a screen is obscure. You can normally expect to be able to see the action being called in the URL of the hyperlink. For example: http://zeus/crm/eware.dll/Do?SID=172491750769593&Act...
|
-
|
In an ASP page to get the currentusers team or the selected users team you can access this with the normal GetContextInfo method. var intTeam = eWare.GetContextInfo("user", "user_primarychannelid"...
|
-
|
This is useful when creating emails to allow the recipient of the email to click on a hyperlink that will open a browser and present them with a logon screen. Once the recipient/user has logged on they...
|
More Posts
Next page »