Client

From MobileX for SageCRM
Revision as of 13:30, 28 June 2016 by Crmtogether (talk | contribs) (Created page with " The client plugin is created in the file "SageCRMWS/js/plugins/PLUGINNAME/client/plugin.js" You would add the following: var onDocumentReady = function () { } var onC...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The client plugin is created in the file "SageCRMWS/js/plugins/PLUGINNAME/client/plugin.js"

You would add the following:

 var onDocumentReady = function () {
 }
 var onContextChanged = function () {
 };

This is the basic setup of the client plugin