Skip to main content

Business Logic/Script

How do you write business logic in Hexabase?

A. Hexabase allows you to assign Javascript code to operations (actions) on items. This is ActionScript.

You can use this ActionScript to write logic for items.

How do I write processes that are not tied to items?

A. Use program enhancement > functionsin the application settings.

Additionally, by creating an application for common processing and defining actions and ActionScript there, you can implement processing that is not tied to items.

Where is the server-side input value check performed?

A. Use ActionScript pre-processing.