Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
EntryTypes (
RSS)
-
|
This article has been updated to correct links and to bring the code in line with the convention introduced in Sage CRM 6.2 I have covered the EntryTypes used in CRM in an earlier article, " Sage...
|
-
|
This article has been updated so the code follows the convention introduced in Sage CRM 6.2 I have covered manually building screens, that is without using existing Screen or List meta data definitions...
|
-
|
This article has been updated to correct links and to correct code. There have now been a few articles posted here that discuss Self Service . So if you have been reading these or have been working with...
|
-
|
The oppo_duration field is defined in the custom_edits tables as being of Entry Type 'Minutes'. The minutes are held as the physical data type 'int' select * from custom_edits where colp_entrytype...
|
-
|
Within the marketing area an individual waveitem or wave activity can be linked to a Group. (The old terminology was Target List). How can a Group field be added to another entity? Add a new field called...
|
-
|
Fields such as the user selection list (oppo_assigneduserid) are examples of a type of field known as an Intelligent Select The intelligent select in edit mode displays additional structures, a search...
|
-
|
Checkbox controls (like Radio buttons) will have to be handled differently to other CRM field type within HTML. The way they are rendered in HTML must be taken into account. Checkboxes can theoretically...
|