Returns the review level of a submission phase, given either the member labels 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 HFMConstant MEMBERNOTUSED to the Account, Intercompany Partner, and Custom dimension parameters.
If you pass member labels to the above-mentioned parameters, pass MEMBERNOTUSED to the phase ID parameter.
<HFMwManageProcess>.GetPhaseSubmissionReviewLevel(bstrScenario, bstrYear, bstrPeriod, bstrEntity, bstrParent, bstrValue, bstrAccount, bstrICP, bstrCustom1, bstrCustom2, bstrCustom3, bstrCustom4, lPhaseID)| Argument | Description |
|---|---|
| bstrScenario | The label of the process unit's Scenario dimension member. Input argument. String subtype. |
| bstrYear | The label of the process unit's Year dimension member. Input argument. String subtype. |
| bstrPeriod | The label of the process unit's Period dimension member. Input argument. String subtype. |
| bstrEntity | The label of the process unit's Entity dimension member. Input argument. String subtype. |
| bstrParent | The label of the parent of the entity specified in the bstrEntity argument. Input argument. String subtype. |
| bstrValue | The label of the process unit's Value dimension member. Input argument. String subtype. |
| bstrAccount | Pass one of the following:
Input argument. String subtype. |
| bstrICP | Pass one of the following:
Input argument. String subtype. |
| bstrCustom1 | Pass one of the following:
Input argument. String subtype. |
| bstrCustom2 | Pass one of the following:
Input argument. String subtype. |
| bstrCustom3 | Pass one of the following:
Input argument. String subtype. |
| bstrCustom4 | Pass one of the following:
Input argument. String subtype. |
| lPhaseID | Pass one of the following:
Input argument. Long subtype. |
Returns the CEnumProcessFlowStates enumeration constant that represents the submission phase's review level. See Process Management Review Level Constants. Long subtype.