🛡️
ZenDevX
  • Overview of ZenDevX Design Studio
  • Installation & Setup
    • Prerequisite
  • Getting Started
    • Login Process
    • Homepage
    • Dashboard
    • Project Explorer
  • Project Info.
    • Project Info.
      • Create New Project
      • Edit existing Project
      • Open existing Project
      • Remove Project
      • Close Project
  • Session Variables
  • Generate Code
  • Page Information
    • Page Information
      • Edit Page Info
      • Create New Page
        • Page Design Interface
          • Building Page Layout
      • Remove Page
      • Generate Code
      • Preview Page
  • Web-service
    • Web-service / REST-API
      • Create New Web-Service
      • Open existing Web-service
      • Remove Web-service
      • Generate Code (Web-service)
  • Database Management
    • Database Info.
    • Create Table
    • Modify Table Structure
    • Drop Table
  • Query Builder
    • Query Builder
      • Query Types
        • Insert Query
        • Update Query
        • Delete Query
        • Select Query
          • Join Multiple Tables in Query
          • Condition (Where Clause)
          • Sorting Data
    • Generate Web-service
  • Actions (the Power Within)
    • Action Wizard
      • Definition Group
        • Define Variable
        • Set NULL
        • Set Unique ID
        • Set Value
        • Perform Formula
        • Assign Value
        • Reset Form
        • Read/Write Session Variables
        • Library Functions
      • UI Group
        • Information Dialog
        • Set Focus to Control
        • Open Window/Page
        • Enable/Disable
        • Display/Hide
        • Show/Hide Modal
        • Change Tab
      • Actions Group
        • Data Exchange
        • Upload Image
        • Call UDF
        • Return value from UDF
        • Reload Select List
        • Manual Code
      • Condition & Loop
        • IF...THEN...ELSE
        • Break
        • FOR... Loop
        • Duplicate Check
        • Delete Check
        • User Confirmation
      • Database
        • Execute Query
        • Assign Query Result to
        • Return Value
        • Execute Stored Procedure
        • Generate Document #
        • Return Auto Increment Value
      • Data Table
        • Remove Current Row
        • Get Number of Rows
        • Loop in Table Rows
        • Reload Table Data
        • Fetch Row Value
  • Deploying Web Application
    • Deploying Web Application
Powered by GitBook
On this page

Was this helpful?

  1. Actions (the Power Within)

Action Wizard

PreviousGenerate Web-serviceNextDefinition Group

Last updated 4 years ago

Was this helpful?

Action Wizard is the way to apply business rules in an applicatin. This means that a developer can build required business rules but just point and click without writing a single line of code.

To add an Action got to Action tab in the Description dialog of Page or Control. Then click on the event to which you want to attach action and then click on the green Plus sign button located on top right side of the dialog.

This will open a dialog as shown below.

Below follows basic explanations of each Group and the actions in them.

Definition Group

Definition Group allows developer to define Variables, Assign values, etc.

UI Group

UI Group allows developer to show messages dialogs, set focus to controls, open web page, etc.

Actions Group

Actions Group is the most important group. Use this group actions to Exchange data between Forms, Tables, Arrays, Web-service, etc., Upload image, Reload Lists like Select list, etc.

Condition & Loop

Condition & Loop group allows If condition, run For and While Loops, Break from loops, Show confirmation message to user for performing a particular action, etc.

Database

Database group allows user to Execute queries, return results of Web-service, Execute stored procedures in database, etc.

Data Table

Data Table group allows user to manage data table like reload table, Fetch a row value, Delete a row, etc.

There are Six major groups. Each group has multiple actions under them.