Returns the review level for a submission phase in a process unit.
<HFMwManageProcess>.GetReviewLevelUsingPhaseID(bstrScenario, bstrYear, bstrPeriod, bstrEntity, bstrParent, bstrValue, 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. |
lPhaseID | The phase ID of the submission phase. Input argument. Long subtype. |
Returns a number that represents the review level of the submission phase. Valid values are represented by the constants listed in Process Management Review Level Constants. Long subtype.
Tip: | You can obtain a string that represents the review level by passing the return value to MapReviewLevelToString. |