GetStatusUsingPhaseID

Returns the transaction status, metadata status, and calculation status of either a cell or a submission phase. You must pass one of the following:

Note:

The bIncludeTransType argument enables you to exclude the transaction status from the return value.

Syntax

<HsvData>.GetStatusUsingPhaseID lScenario, lYear, lPeriod, lView, lEntity, lParent, lValue, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4, lPhaseID, bIncludeTransType, plStatus, psReturn
ArgumentDescription
lScenarioLong (ByVal). The member ID of the cell's Scenario dimension member.
lYearLong (ByVal). The member ID of the cell's Year dimension member.
lPeriodLong (ByVal). The member ID of the cell's Period dimension member.
lViewLong (ByVal). The member ID of the cell's View dimension member.
lEntityLong (ByVal). The member ID of the cell's Entity dimension member.
lParentLong (ByVal). The member ID of the parent of the lEntity argument's entity.
lValueLong (ByVal). The member ID of the cell's Value dimension member.
lAccountLong (ByVal). Pass one of the following:
  • To get a cell's status, pass the member ID of the cell's Account dimension member.

  • To get a submission phase's status, pass the HFMConstant MEMBERNOTUSED.

lICPLong (ByVal). Pass one of the following:
  • To get a cell's status, pass the member ID of the cell's Intercompany Partner dimension member.

  • To get a submission phase's status, pass the HFMConstant MEMBERNOTUSED.

lCustom1Long (ByVal). Pass one of the following:
  • To get a cell's status, pass the member ID of the cell's Custom1 dimension member.

  • To get a submission phase's status, pass the HFMConstant MEMBERNOTUSED.

lCustom2Long (ByVal). Pass one of the following:
  • To get a cell's status, pass the member ID of the cell's Custom2 dimension member.

  • To get a submission phase's status, pass the HFMConstant MEMBERNOTUSED.

lCustom3Long (ByVal). Pass one of the following:
  • To get a cell's status, pass the member ID of the cell's Custom3 dimension member.

  • To get a submission phase's status, pass the HFMConstant MEMBERNOTUSED.

lCustom4Long (ByVal). Pass one of the following:
  • To get a cell's status, pass the member ID of the cell's Custom4 dimension member.

  • To get a submission phase's status, pass the HFMConstant MEMBERNOTUSED.

lPhaseIDLong (ByVal). Pass one of the following:
  • To get a cell's status, pass the HFMConstant MEMBERNOTUSED.

  • To get a submission phase's status, pass the phase ID.

bIncludeTransTypeBoolean (ByVal). Determines whether the cell’s transaction status will be returned in the plStatus argument. Specify TRUE to return the transaction status, otherwise FALSE.
plStatusLong. Returns the cell’s status. For details on cell statuses, see About Cell Statuses.
psReturnInteger. For internal use.