Difference between revisions of "Script Callout"

From ADempiere
Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.
(Initial)
 
Line 4: Line 4:
 
[[User:CarlosRuiz|Carlos Ruiz]]
 
[[User:CarlosRuiz|Carlos Ruiz]]
  
== Create the beanshell ==
+
== Create the Rule ==
  
 
Within the script you can use:
 
Within the script you can use:

Revision as of 11:18, 23 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