Browse By Tags
Home
»
All Tags
»
COM
»
Meta Data
»
List Page
ASP
clientside
Columns
Entry Screen
Fields
GridColumns
List Block
Search Screen
Blog Post:
Manage Escalations
Jeff Richards
A new example component has been added to the resources section for development partners to download. The purpose of this component is to make the management of escalation rules easier in implementation of Sage CRM where there are a large number of rules to manage. When working with large number of Escalation...
on
3 Jul 2009
Blog Post:
Building Lists without reference to Meta Data in the ASP COM API
Jeff Richards
Above is a picture of a new list added into the My CRM area of Sage CRM. The code below shows how a list can be created using the ASP COM API. var intRecordId = CRM.GetContextInfo("user","user_userid"); var Arg = "oppo_assigneduserid="+intRecordId; var myBlock = CRM.GetBlock...
on
9 Jun 2009