CommonDynamicFunctionParams(FunctionName: string): any
Calls a dynamic function with parameters (if it exists), also allow ! in front to reverse the result. The dynamic function is the provided function name in the dialog option object and it is prefixed by the current screen.
Parameters
FunctionName: string
Function name to call dynamically
Returns any
Returns what the dynamic function returns or FALSE if the function does not exist
Calls a dynamic function with parameters (if it exists), also allow ! in front to reverse the result. The dynamic function is the provided function name in the dialog option object and it is prefixed by the current screen.