Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Trunk, Upcoming Branch
-
None
-
None
Description
Currently in forms and screens scripts can be set to be executed. The associated xsd reference is:
<xs:element name="script" substitutionGroup="AllActions"> <xs:complexType> <xs:attribute type="xs:string" name="location" use="required" /> </xs:complexType> </xs:element>
However, it is not possible to invoke a specific function of a groovy script.