Difference between revisions of "Script Callout"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
m (BeanShell Callout moved to Script Callout: Added support for more scripting languages)
(No difference)

Revision as of 15:20, 24 January 2008

Status: POC
Contributed by:
Quality Systems & Solutions - QSS Ltda.
Carlos Ruiz

Create the Rule

Within the script you can use:

  • Window context variables start with a single underscore _
  • Login context variables start with two underscores __
  • Parameters for callout start with three underscores ___
    • ___WindowNo
    • ___Tab
    • ___Field
    • ___Value
    • ___OldValue

01 BeanShell.png

Configure the callout

02 BeanShellCallout.png