Using dimension IDs, gets an individual record to process for consolidation. This function can be used in Consolidation rules.
Note: | This function is used when you have more than four Custom dimensions. |
DataUnit.GetItemIDs2ExtDim(1Item, lAccountID, lICPID, lCustomID, dData)
Table 60. Syntax for GetItemIDs2Function
Parameter | Description |
---|---|
lItem | A record number. |
lAccountID | ID number of a valid Account dimension member. |
lICPID | ID number of a valid ICP dimension member. |
lCustomID | ID number of a valid Custom dimension member. |
dData | The data in the specified cell. |
A two-column array containing the IDs for both the dimension and member.
Call DataUnit.GetItemIDs2(lItem, lAccount, lICP, lCustom5, dData) If dData = 0 Then ... End If