DoesCellSupportICTransactionDetail
Indicates whether a cell supports intercompany transactions.
Syntax
<HsvICM>.DoesCellSupportICTransactionDetail(lScenario, lYear, lPeriod, lEntity, lValue, lAccount, lICP, lCustom1, lCustom2, lCustom3, lCustom4)
Argument | Description |
---|
lScenario | Long (ByVal). The cell’s Scenario dimension member. |
lYear | Long (ByVal). The cell’s Year dimension member. |
lPeriod | Long (ByVal). The cell’s Period dimension member. |
lEntity | Long (ByVal). The cell’s Entity dimension member. |
lValue | Long (ByVal). The cell’s Value dimension member. |
lAccount | Long (ByVal). The cell’s Account dimension member. |
lICP | Long (ByVal). The cell’s Intercompany Partner dimension member. |
lCustom1 | Long (ByVal). The cell’s Custom 1 dimension member. |
lCustom2 | Long (ByVal). The cell’s Custom 2 dimension member. |
lCustom3 | Long (ByVal). The cell’s Custom 3 dimension member. |
lCustom4 | Long (ByVal). The cell’s Custom 4 dimension member. |
Return Value
Boolean. Returns TRUE if the cell supports intercompany transactions, FALSE otherwise.
Example
DoesCellSupportICTransactionDetail is used in the example for CreateICTransaction.