getPatchDetailsForPatchNumber

getPatchDetailsForPatchNumber(patchNumber:     Integer;
                              _dateTimeOpened: TimeStamp output;
                              _openedBy:       String output;
                              _description:    String output;
                              _dateTimeClosed: TimeStamp output;
                              _closedBy:       String output;
                              _count:          Integer output): Boolean;

The getPatchDetailsForPatchNumber method of the JadePatchControlInterface class obtains patch details for the patch number specified in the patchNumber parameter and returns true if the specified patch number exists in the JADE database.

The parameters to which patch number details are output are listed in the following table.

Parameter Specifies the…
_dateTimeOpened Date and time at which the patch number was opened
_openedBy User id of the user who opened the patch number
_description Description specified in the Patch Number Update dialog when a patch number is added
_dateTimeClosed Date and time at which the patch number was closed
_closedBy User id of the user who closed the patch number
_count Number of patch entries

This method returns false if the patch number specified in the patchNumber parameter is not found.