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 |
||
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 | -Caption | ||
-Required | |||
Revision as of 15:07, 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