Returns a variety of process management-related information for the specified cell, including the names and paths of document attachments.
<HFMwDataGrid>.ProcessFlowGetInfo2 lRow, lCol, pvarbstrScenario, pvarbstrYear, pvarbstrPeriod, pvarbstrEntity, pvarbstrParent, pvarbstrValue, pvarbstrUserName, pvaravarbAccessRightsToProcessFlowRoles, pvarlSecurityClassAccessRightsToSubCube, pvarlCompleteAccessRightsToSubCube, pvarsProcessState, pvaravardTime, pvaravarbstrUser, pvaravarsAction, pvaravarsNewState, pvaravarbstrAnnotation, pvaravarabstrAttPaths, pvaravarabstrAttFiles
Returns an array of Booleans indicating the connected user’s access rights for the various process management roles. The array contains an item for each process management-related role. The HFMConstants type library constants that represent roles are listed in Role Constants. An array item returns TRUE if the user has access to the role, FALSE otherwise. | |
Returns the connected user’s access rights to the security class that applies to the cell. Access rights are represented by the HFMConstants type library constants listed in Access Rights Constants. | |
Returns the connected user’s access rights to the cell’s process unit. Access rights are represented by the HFMConstants type library constants listed in Access Rights Constants. | |
Returns the current process management state of the cell. The following list shows the numbers that represent process management states: | |
Returns an array of DateTimeStamps for the cell’s process management actions. | |
Returns an array of the usernames who performed the cell’s process management actions. | |
Returns an array of the cell’s process management actions. The valid return values are represented by the HFMConstants type library constants listed in Data Explorer Process Management Constants. | |
Returns an array of the states that resulted from the cell’s process management actions. | |
Returns an array of the comments for the cell’s process management actions. | |
Returns an array containing the paths of the cell’s document attachments. | |
Returns an array containing the names of the cell’s document attachments. This array has a one-to-one correspondence with the array returned by the pvaravarabstrAttPaths argument. |