Residential Setup for System Administrators : Task Runner Setup : Adding and Scheduling Tasks for Voyager Residential

Adding and Scheduling Tasks for Voyager Residential
In order to ensure normal operation of your Voyager Residential database, several tasks must be performed on a regular basis. You can automate these tasks with Task Runner. You add these tasks using step templates. Each Voyager Residential task uses one of two step template:
c
YSTOREDPROCEDURE for stored procedures:
Z
Z
c
APPTASK for YSI.NET class functions:
Z
For information about these tasks, see “APPTASK ClassNames and URL Parameters List” in the Yardi Task Runner APPTASK ClassNames and URL Parameters document.
Z
After you add the tasks, you must schedule them to run nightly or at the interval that your organization specifies. For more information, see “Adding and Reviewing Task Runner Task Schedules” in the Yardi Service Manager Installation and Setup Guide.
YSTOREDPROCEDURE Step Template
p_hBatchOrHmy_charge Number for charge batch or transaction to which credits are applied.
p_hBatchOrHmy_credit Number for charge batch or transaction from which credits are applied.
p_hBatch_consumer Number for created charge batch.
p_hUser User code associated with created receipts.
p_sChargeAcctCSV Numbers for applicable charge accounts.
p_sChargecodeCSV Charge codes for applicable charges.
p_sCreditAcctCSV Numbers for applicable credit accounts.
p_sCreditCodeCSV Charge codes for applicable credits.
p_sPropCSV Property codes for applicable properties.
p_sTenantCSV Resident codes for applicable residents.
p_dtTrans_from Earliest applicable date.
p_dtTrans_to Latest applicable date.
p_dtDateOccurred Date for created receipts.
p_dtPostMonth Post month for created receipts.
p_bUnpostedCharges Only posted charges are applicable (value 0), or only unposted charges are applicable (value 1).
p_bUnpostedCredits Only posted credits are applicable (value 0), or only unposted credits are applicable (value 1).
p_bUnpostedConsumers Posts receipt batch (value 0), or does not post receipt batch (value 1).
p_bIgnoreChargecodes Does not check the applycreditmap table for the appropriate charges and credits (value 1).
p_bIgnoreChargeHold Keeps holds on charges (value 0), or ignores holds on charges (value 1).
p_bIgnoreNoAutoApplyCode Keeps no auto-apply on charges (value 0), or ignores no auto-apply on charges (value 1).
p_bApplyFutureCharges Applies transactions to receipts after the post month and date (value 1).
p_bPostToGL Posts receipt batches to G/L (value 1).
Type .plist^NUL