Version 5.3.1
 —  Natural Construct Transform-Browse Model  —

Introduction

The Transform-Browse model reads the specifications for a browse module (module generated by a Browse, Browse-Subp, Browse-Select, or Browse-Select-Subp model) and generates object browse modules for use in a client/server environment. As the modules generated by Browse models contain a combination of UI, data, and business logic, they cannot be used in a client/server environment. The Object-Browse models, however, generate separate modules for these layers. The Transform-Browse model uses the following models to generate the object browse modules:

To preserve the original browse module, the Transform-Browse model does the following:

  1. Reads the data for the browse module.

  2. Moves the browse module to the archived module library.

  3. Generates the specifications for the object modules.

  4. Generates all the object modules in the current library.

  5. Moves the object browse modules to the transformed module library.

By default, the archived module library name is B + the first seven characters in the current library name and the transformed module library name is T + the first seven characters in the current library name. These standards are implemented in the WTRNAME module and validated in the CUTRVAL module and can be changed if desired.

Note:
If Natural Security is being used, you must have access to both libraries (there is a validation check to ensure you have access to both).

Top of page