Returns counts of intercompany transactions that have various posting and matching statuses for the specified Scenario, Year, Period, and Entity dimension members.
Syntax
<HsvICM>.GetMonitorICDetails lScenario, lYear, lPeriod, lEntity, plUnpostedUnMatched, plUnpostedMisMatched, plUnpostedMatched, plUnpostedReasonMisMatched, plPostedUnMatched, plPostedMisMatched, plPostedMatched, plPostedReasonMisMatched
Argument | Description |
---|
lScenario | Long (ByVal). The member ID of the Scenario dimension member. |
lYear | Long (ByVal). The member ID of the Year dimension member. |
lPeriod | Long (ByVal). The member ID of the Period dimension member. |
lEntity | Long (ByVal). The member ID of the Entity dimension member. |
plUnpostedUnMatched | Long. Returns the number of intercompany transactions that are unposted and unmatched. |
plUnpostedMisMatched | Long. Returns the number of intercompany transactions that are unposted and mismatched without a reason code. |
plUnpostedMatched | Long. Returns the number of intercompany transactions that are unposted and matched. |
plUnpostedReasonMisMatched | Long. Returns the number of intercompany transactions that are unposted and mismatched with a reason code. |
plPostedUnMatched | Long. Returns the number of intercompany transactions that are posted and unmatched. |
plPostedMisMatched | Long. Returns the number of intercompany transactions that are posted and mismatched without a reason code. |
plPostedMatched | Long. Returns the number of intercompany transactions that are posted and matched. |
plPostedReasonMisMatched | Long. Returns the number of intercompany transactions that are posted and mismatched with a reason code. |