Updates an open period’s Match/Validate Before Post settings and absolute or percentage matching tolerance for a given scenario and year.
<HsvAdminICM>.UpdatePeriodSettings2 lScenario, lYear, lPeriod, sMVBP, dAcctTol, dTIDTol, dManTol, dAcctPct, dTIDPct, dManPct| 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. |
| sMVBP | Integer (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 |
| dAcctTol | Double (ByVal). Absolute matching tolerance for match by accounts. |
| dTIDTol | Double (ByVal). Absolute matching tolerance for match by ID. |
| dManTol | Double (ByVal). Absolute matching tolerance for manual match. |
| dAcctPct | Double (ByVal). Percentage matching tolerance for match by accounts. |
| dTIDPct | Double (ByVal). Percentage matching tolerance for match by IDs. |
| dManPct | Double (ByVal). Percentage matching tolerance for manual match. |