Procedures: Difference between revisions

From nuBuilderForte
Jump to navigation Jump to search
(Created page with "nuBuilder Forte can create Procedures written (using PHP code) to do things to the database directly. A good example of this is where a Procedure can be used to create the ta...")
 
No edit summary
Line 1: Line 1:
nuBuilder Forte can create Procedures written (using PHP code) to do things to the database directly.
nuBuilder Forte can create Procedures.
 
These Procedures are written in PHP to do things to the database directly.


A good example of this is where a Procedure can be used to create the table used in a Report.
A good example of this is where a Procedure can be used to create the table used in a Report.


Another example might be to reduce available stock after an invoice is created in nuBuilder.
Another example might be to reduce available stock after an invoice is created in nuBuilder.

Revision as of 01:24, 7 July 2017

nuBuilder Forte can create Procedures.

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

A good example of this is where a Procedure can be used to create the table used in a Report.

Another example might be to reduce available stock after an invoice is created in nuBuilder.