Scripts
- Last UpdatedMay 12, 2025
- 1 minute read
Scripts are a list of instructions to accomplish a desired operation. You can use various methods in the Forms APIs in your scripts to customize your business applications. Forms use JavaScript to deliver rich and dynamic web content.
Use scripts to create business rules and complex scenarios in your forms.
Notes:
- Forms customization through scripting can introduce security vulnerabilities if
the End-Users who author those scripts are unfamiliar with Secure Coding principles
or are acting maliciously. Forms Designer permission role should only be assigned
to users who are trusted not to abuse the system and are familiar with secure coding
principles.
- AVEVA Work Tasks supports JavaScript based on the ES2021 ECMAScript standard, applicable
for Forms.
- It is recommended to test your solution on the browsers and devices that need to
be supported, as ECMA standard support may vary depending on the browser version used
on the system or device.
- The JavaScript Numeric Separator (_), introduced in ES2021 ECMAScript standard,
is not supported.