diff --git a/client/src/org/compiere/apps/Script.html b/client/src/org/compiere/apps/Script.html index 5acd345145..ec27d9afe3 100644 --- a/client/src/org/compiere/apps/Script.html +++ b/client/src/org/compiere/apps/Script.html @@ -5,18 +5,65 @@

Adempiere Scripting Help

-

Variables

-

The available variables are loaded from the environment. The variables starting - with '_' are global variables. The color codes are:

+

Context Variables

+

Window context variables start with a W_ prefix.
+Login context variables start with G_ prefix.

+ +

Event Variables

+
+

Callout:

+
+
+

Process:

+
+ +
+

Login validator:

+
+ +
+

Table and document model validator:

+
+ +
+
+ +Wiki Reference: + -Please -check the updated online version on http://www.adempiere.org/technology/integration/scripting.html