CRM Scripting: Difference between revisions

From Customer365 for SageCRM
(Created page with "This page covers details on how scripting in CRM Screens can be used. There are normal limitations that come from CRM's own limitations (CRM.GetContextInfo is not supported...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
This page covers details on how scripting in CRM Screens can be used.  
This page covers details on how Server scripting in CRM Screens can be used.  


There are normal limitations that come from CRM's own limitations (CRM.GetContextInfo is not supported for example)
There are normal limitations that come from CRM's own limitations (CRM.GetContextInfo is not supported for example)
In fact it looks like it is not possible to get the CRM context from within a screen script which makes using these very limiting


CreateScript and ValidateScript - working API's


CreateScript - working API's
  -Caption
 
  -Required
-Caption
 
OnChangeScript - working API's
 
 
ValidateScript - working API's

Latest revision as of 17:13, 18 August 2016

This page covers details on how Server scripting in CRM Screens can be used.

There are normal limitations that come from CRM's own limitations (CRM.GetContextInfo is not supported for example) In fact it looks like it is not possible to get the CRM context from within a screen script which makes using these very limiting

CreateScript and ValidateScript - working API's

 -Caption
 -Required