![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Returns the value of the parameter from the table that was accessed when the trigger or validation rule was activated. (F)value = PARMVALUE(parmname)
On return, contains the value of the parameter. Its syntax can be either C (fixed-length character string) or V (variable-length character string). TIBCO Object Service Broker Managing Data for information about event rules.
Raised if an event-driven rule is not being run or the parameter named is not defined as a parameter for the triggering table.The following validation rule checks the updated values for the field EMPNO in the EMPLOYEE_DEPT parameterized table and returns the parameter value if the update fails:
Pressing Enter after updating the table with an invalid value returns the following message to the screen:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |