UpdatePeriodSettings2

Updates an open period’s Match/Validate Before Post settings and absolute or percentage matching tolerance for a given scenario and year.

Syntax

<HsvAdminICM>.UpdatePeriodSettings2 lScenario, lYear, lPeriod, sMVBP, dAcctTol, dTIDTol, dManTol, dAcctPct, dTIDPct, dManPct
ArgumentDescription
lScenarioLong (ByVal). The member ID of the Scenario dimension member.
lYearLong (ByVal). The member ID of the Year dimension member.
lPeriodLong (ByVal). The member ID of the Period dimension member.
sMVBPInteger (ByVal). The Match/Validate Before Post setting for the period. Valid values are represented by the HFMConstants type library constants listed in Match/Validate Before Post Constants
dAcctTolDouble (ByVal). Absolute matching tolerance for match by accounts.
dTIDTolDouble (ByVal). Absolute matching tolerance for match by ID.
dManTolDouble (ByVal). Absolute matching tolerance for manual match.
dAcctPctDouble (ByVal). Percentage matching tolerance for match by accounts.
dTIDPctDouble (ByVal). Percentage matching tolerance for match by IDs.
dManPctDouble (ByVal). Percentage matching tolerance for manual match.