Returns the access rights that the connected user has to 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.
<IHsvDataSecurity>.GetProcessUnitAccessRightsEx lScenario, lYear, lPeriod, lEntity, lParent, lValue, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4, lPhaseID, plAccessRights
Argument | Description |
---|---|
lScenario | Long (ByVal). The member ID of the process unit's Scenario 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:
|
plAccessRights | Long. Returns the number that identifies the connected user’s access rights for the submission phase. The valid return values are listed in Table 68, Access Rights Constants. |