WorkMan Agent 3 - Client Scripter

From WorkManSoft Wiki
Revision as of 09:57, 29 August 2012 by Frla (talk | contribs) (Created page with "== About == Client scripter is a new powerful feature that allows you to customize your own environment so that it can integrate with your own specific business systems. The fir...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

About

Client scripter is a new powerful feature that allows you to customize your own environment so that it can integrate with your own specific business systems. The first version uses Pascal-script to perform scriptactions but more scriptengines will be supported in the future.

Deployment

TBA

Integration with Sugar CRM

By default Sugar CRM is tightly integrated so the script AGENT:SUGARCRMFLASH calls a function titled showSugarCRMFlash that performs all action that is needed.

 begin
   showSugarCRMFlash;
 end.