Procedures: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
No edit summary
Line 10: Line 10:


===Code===
===Code===
A unique Code for this Report
A unique Code for this Procedure
===Description===
===Description===
The description of this Report
The description of this Procedure
===Group===
===Group===
A field that can be used to help organise Reports.
A field that can be used to help organise Procedures.
===Launch From===
A Launch Form will allow..
*The user to define the information to be used by the Procedure.
*Run the Procedure from an [[Action Button]] at the top of the [[Forms|Form]].
===Run===
*In a new window - Appears in a new window much the same as a [[Reports|Report]].
*Hidden - This runs behind the scenes but can display a result using [[nuDiaplayMessage]]()

Revision as of 01:39, 7 July 2017

Building a Procedure

nuBuilder Forte can create Procedures.

These Procedures are written in PHP to do things to the database directly.

Here are 2 examples of where a Procedure can be used.

  1. To create the table used in a Report.
  2. Reduce available stock in a products table after an invoice is created in nuBuilder.

Code

A unique Code for this Procedure

Description

The description of this Procedure

Group

A field that can be used to help organise Procedures.

Launch From

A Launch Form will allow..

  • The user to define the information to be used by the Procedure.
  • Run the Procedure from an Action Button at the top of the Form.

Run

  • In a new window - Appears in a new window much the same as a Report.
  • Hidden - This runs behind the scenes but can display a result using nuDiaplayMessage()