OpenWGA 7.5 - TMLScript reference
HDBModelParamsMethod :
setUpdateModuleProcess(db, moduleName)
| On object | HDBModelParams |
| Usage |
Sets the param process to execute the code of a TMLScript module |
| Description |
This fills the property hdbModelParams.process with a process that executes the code of a TMLScript module on the operation. The code is executed with the content to create/update in context and may do custom modifications, which automatically get saved. Valid for operations:
|
| Parameters |
db (WGAPI object WGDatabase): The application containing the module moduleName (String): Name of the TMLScript module. |
| Writable | False |
| Allowed in script types |
|