cloud_metadata.execute_module_returning_binary: Data Dictionary Cloud HTTP metadata utilities |
Retrieve binary output of a module
Documentation:
Runs another module, specified by application code, module code and parameter values. Returns the output as binary.
Parameters of Procedure
The following parameters can be used to control the behaviour of the procedure cloud_metadata.execute_module_returning_binary. A value must be provided at all times for required parameters, but optional parameters in general do not need to have a value and the execution will default to a pre-defined behaviour. Values can be specified by position and by name. In both cases, all parameters not specified will be evaluated using their default values.
Value specification by position is done by listing all values from the first to the last needed value. For example: a `begin package.procedure(value1, value2, value3); end` on a procedure with four parameters will use the default value for the fourth parameter and the specified values for the first three.
Value specification by name is done by listing all values that require a value. For example with `begin package.procedure(name1 => value1, name3 => value3); end` on the same procedure will use the default values for the second and fourth parameters and the specified values for the first and third.
Name |
Data Type |
Required |
Default Value |
Documentation |
---|---|---|---|---|
application_code |
string |
☐ |
|
Application code; defaults to current application. |
module_code |
string |
☑ |
|
Module code. |
parameter_1 |
string |
☐ |
|
Value for parameter #1. |
parameter_2 |
string |
☐ |
|
Value for parameter #2. |
parameter_3 |
string |
☐ |
|
Value for parameter #3. |
parameter_4 |
string |
☐ |
|
Value for parameter #4. |
parameter_5 |
string |
☐ |
|
Value for parameter #5. |
parameter_6 |
string |
☐ |
|
Value for parameter #6. |
parameter_7 |
string |
☐ |
|
Value for parameter #7. |
parameter_8 |
string |
☐ |
|
Value for parameter #8. |
parameter_9 |
string |
☐ |
|
Value for parameter #9. |
parameter_10 |
string |
☐ |
|
Value for parameter #10. |
23-06-2025 19:18 Version 24.1.116-BETA+5455