Script Callout

From ADempiere
Revision as of 23:42, 22 January 2008 by CarlosRuiz (Talk) (Initial)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

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

Create the beanshell

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