Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Multiple Blocks (
RSS)
-
|
This article has updated so that the code follows the convention introduced in Sage CRM 6.2. We have seen in other posts that it is perfectly possible to create ASP pages that contain multiple blocks....
|
-
|
This article has been updated to correct links and to bring the code into line with the new coding standard introduced with Sage CRM 6.2. I have blogged previously on creating Multi block screens based...
|
-
|
This article has been updated to follow the coding standard introduced in Sage CRM 6.2 I was recently asked about how to handle the problem of having multiple screen blocks on the same page than when you...
|
-
|
In an earlier article I showed how you could create a complex screen that allowed the editing multiple records in ASP. The actual example was the editing of a Company, Person and Address record all together...
|
-
|
I have written before about the creation of a complex screen where the ASP page offers the user the ability to edit two records at the same time. See: http://dpp.sagecrm.com/blogs/hints_tips_and_tricks...
|
-
|
This COM API trick for ASP based Application Extensions shows how you can create a screen with 2 (or more) blocks where one of the blocks remains in view mode regardless of the value of eWare.Mode? It...
|
-
|
Sage CRM's screens are primarily designed for the entry of one record at a time. But occasionally we need to consider the ability to enter sets of records together. This is not the same as the importation...
|
-
|
The word Block crops up over 1300 times in the Sage CRM developers guide. The word is actually quite a loose term that is used to name some of the Application Programming Interface (API) objects that can...
|