Server Side Scripts

Utilize modern Javascript (ES2020) to enhance the capabilities of a DataSource. These scripts execute within a secure sandbox environment. Employ standard javascript APIs to augment your business functionality.

Edit DataSource UI

Server-side scripts empower developers to control data querying and updating in the database entirely. Incorporate business validations before and after inserting, editing, or deleting data. The CloudIO Platform makes it easy to interact with the database through the DataSource while keeping the underlying database connection secure. Auditing tracks all changes made through the DataSource, including who made them and when. Perform all changes in compliance with the security protocols defined by the user's access level.

Variables Available In Scripts

Pre Query Script

Post Query Script

Before Insert Script

After Insert Script

Before Update Script

After Update Script

Before Delete Script

After Delete Script

Typescript Types

Last updated

Was this helpful?