GetPhasedSubmissionStateUsingPhaseID

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:

Syntax

<HsvProcessFlow>.GetPhasedSubmissionStateUsingPhaseID lScenario, lYear, lPeriod, lEntity, lParent, lValue, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4, lPhaseID, vbEnsureUptodate, psProcessState
ArgumentDescription
lScenarioLong (ByVal). The member ID of the process unit's child Entity dimension member.
lYearLong (ByVal). The member ID of the process unit's Year dimension member.
lPeriodLong (ByVal). The member ID of the process unit's Period dimension member.
lEntityLong (ByVal). The member ID of the process unit's child Entity dimension member.
lParentLong (ByVal). The member ID of the process unit's parent Entity dimension member.
lValueLong (ByVal). The member ID of the process unit's Value dimension member.
lAccountLong (ByVal). Pass one of the following:
  • The member ID of the cell’s Account dimension member.

  • MEMBERNOTUSED

lICPLong (ByVal). Pass one of the following:
  • The member ID of the cell’s Intercompany Partner dimension member.

  • MEMBERNOTUSED

lCustom1Long (ByVal). Pass one of the following:
  • The member ID of the cell’s Custom1 dimension member.

  • MEMBERNOTUSED

lCustom2Long (ByVal). Pass one of the following:
  • The member ID of the cell’s Custom2 dimension member.

  • MEMBERNOTUSED

lCustom3Long (ByVal). Pass one of the following:
  • The member ID of the cell’s Custom3 dimension member.

  • MEMBERNOTUSED

lCustom4Long (ByVal). Pass one of the following:
  • The member ID of the cell’s Custom4 dimension member.

  • MEMBERNOTUSED

lPhaseIDLong (ByVal). Pass one of the following:
vbEnsureUptodateBoolean (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.

psProcessStateInteger. Returns the CEnumProcessFlowStates enumeration constant that represents the submission phase's review level. See Table 136, CEnumProcessFlowStates Enumeration.