Returns arrays containing the history of a submission phase, given either the member IDs of a cell in the phase or the phase ID. You must pass one of the following:
If you use a phase ID, pass the HFMConstants MEMBERNOTUSED to the Account, Intercompany Partner, and Custom dimension parameters.
If you use member IDs for the above-mentioned parameters, pass MEMBERNOTUSED to the phase ID parameter.
The arrays have a one-to-one correspondence.
<HsvProcessFlow>.PhasedSubmissionGetHistory2UsingPhaseID lScenario, lYear, lPeriod, lEntity, lParent, lValue, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4, lPhaseID, pvaradTime, pvarabstrUser, pvarasAction, pvarasNewState, pvarabstrAnnotation, pvaravarabstrPaths, pvaravarabstrFiles
Argument | Description |
---|---|
lScenario | Long (ByVal). The member ID of the process unit's Scenario dimension member. |
lYear | Long (ByVal). The member ID of the process unit's Year dimension member. |
lPeriod | Long (ByVal). The member ID of the process unit's Period dimension member. |
lEntity | Long (ByVal). The member ID of the process unit's child Entity dimension member. |
lParent | Long (ByVal). The member ID of the process unit's parent Entity dimension member. |
lValue | Long (ByVal). The member ID of the process unit's Value dimension member. |
lAccount | Long (ByVal). Pass one of the following:
|
lICP | Long (ByVal). Pass one of the following:
|
lCustom1 | Long (ByVal). Pass one of the following:
|
lCustom2 | Long (ByVal). Pass one of the following:
|
lCustom3 | Long (ByVal). Pass one of the following:
|
lCustom4 | Long (ByVal). Pass one of the following:
|
lPhaseID | Long (ByVal). Pass one of the following:
|
pvaradTime | Variant array. Returns an array of the submission phase's times and dates. The array is returned as a Double sub-type. The numbers returned in this array are in a standard date format; for example, in Visual Basic you can convert an array element by passing it to CDate. |
pvarabstrUser | Variant array. Returns an array of the usernames that have performed actions for the submission phase. The usernames are fully qualified. The array is returned as a String sub-type. |
pvarasAction | Variant array. Returns an array of the submission phase’s actions. The valid return values are listed in Table 135, CEnumProcessFlowActions Enumeration. The array is returned as an Integer sub-type. |
pvarasNewState | Variant array. Returns an array of the submission phase’s review levels. The valid return values are listed in Table 136, CEnumProcessFlowStates Enumeration. The array is returned as an Integer sub-type. |
pvarabstrAnnotation | Variant array. Returns an array of the submission phase’s comments. The array is returned as a String sub-type. |
pvaravarabstrPaths | Variant array. Returns an array of arrays that contain the paths of attached documents for each action. The array is returned as a String sub-type. |
pvaravarabstrFiles | Variant array. Returns an array of arrays that contain the names of attached documents for each action. The array is returned as a String sub-type. |