Returns arrays that represent the timestamps, usernames, action types, review levels, comments, and names and paths of document attachments for the process management actions of the specified process unit.
<HFMwManageProcess>.GetHistory2 bstrScenario, bstrYear, bstrPeriod, bstrEntity, bstrParent, bstrValue, pvaradTime, pvarabstrUser, pvarasAction, pvarasNewState, pvarabstrComment, pvaravarabstrPaths, pvaravarabstrFiles
The label of the parent of the entity specified in the bstrEntity argument. | |
Returns an array of the timestamps for the process management actions. Note: Array items are in a Double format. To render user-readable dates and times, you must perform conversions. For example, in VBScript, passing an array item to CDate returns a user-readable date and time. The input value of the argument is ignored. | |
Returns an array containing the usernames for the process management actions. The input value of the argument is ignored. | |
Returns an array of the action types of the process management actions. The return values are represented by the HFMConstants type library constants listed in Process Management Action Constants. The input value of the argument is ignored. | |
Returns an array of the review levels resulting from the process management actions. The return values are represented by the HFMConstants type library constants listed in Process Management Review Level Constants. Tip: To return the string equivalent of an array item, pass the item to MapReviewLevelToString. The input value of the argument is ignored. | |
Returns an array of the comments specified for the process management actions. The input value of the argument is ignored. | |
Returns an array of arrays that contain the paths of attached documents for each action. The input value of the argument is ignored. | |
Returns an array of arrays that contain the names of attached documents for each action. The input value of the argument is ignored. |