Returns the review level 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.
<HsvProcessFlow>.GetPhasedSubmissionStateUsingPhaseID lScenario, lYear, lPeriod, lEntity, lParent, lValue, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4, lPhaseID, vbEnsureUptodate, psProcessState| Argument | Description |
|---|---|
| lScenario | Long (ByVal). The member ID of the process unit's child Entity 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:
|
| vbEnsureUptodate | Boolean (ByVal). Forces a read from the database before returning the review level. Pass TRUE to force a read, FALSE to have the system read from the database only if necessary. Note: The force option applies only to multi-server systems. |
| psProcessState | Integer. Returns the CEnumProcessFlowStates enumeration constant that represents the submission phase's review level. See Table 136, CEnumProcessFlowStates Enumeration. |