Deluge Script enables you to:
- Modify the form contents dynamically when
the form loads
Form contents will be modified both while adding and editing a row. learn more - Modify the form contents dynamically when
the field value is changed
For eg: In 'Bug Tracker' application, when a Module is chosen from the dropdown, the next field will display only Team Members who belong to that particular Module. learn more - Validate form data before persisting it
For eg: In 'Recruitment' application, to accept only those applicants who have more than two years of experience. learn more - Perform an action after a form data is persisted
For eg: You might want to receive email notifications as and when a row is added. learn more - Perform an action only when the value of a
field is modified and persisted in the database .
For eg: In 'Bug Tracker' application, you might want to receive email notifications whenever the status of the issue gets modified. learn more - Define formula fields for calculations.
For eg: Assume a 'Student' database has marks obtained by students in all the subjects and you want to display the total and average marks also. learn more - Create complex filters in views.
learn more


