GetParmDate method: OptBase class
Syntax
GetParmDate(parmName, &parmVal)
Description
The GetParmDate method retrieves a Date parameter value that passed as input by any method you develop that corresponds to an Optimization PeopleCode plug-in transaction. You develop the transaction method in an application class that you derive from the OptBase application class.
Parameters
| Parameter | Description |
|---|---|
|
parmName |
Specify the name of the parameter as it's defined for the Optimization PeopleCode plug-in transaction. |
|
&parmVal |
Specify a Date variable to contain the value passed as input by the parameter. |
Returns
A Boolean value: True if the method is successful, False otherwise.