Posting Payments by the User
A user can start mass payment posting by periodic task – Post Financing Payment (without services) (R 4026406).
The system opens a dialog window in which the user can filter e.g. the customer number on the Financing Contract Header tab and filter the period by posting date on the Financing Contract Lines tab.
The system will charge according to the set filters if the following applies:
The contracts are labeled Financing with Services = NO.
On the detailed contract status, "Posting from GACs" is enabled.
It is not possible to post if there is a change copy for the contract or if the contract is a change copy.
It is also not possible to charge from the Financing Contract Variant
The system also changes the value of the Reference Date field in the contract header to the current system date.
Posting Payments via Planner
Task Settings
A task can be used for automatic posting via the scheduler.
For the task, you need to set up:
OneCore settings (a detailed description of the fields is in Business Setup https://iao.atlassian.net/wiki/x/WYFSB ):
Paym. Posting Selection Method
Determ. Day for Payments Batch Posting
Batch Contract Posting Setup:
In the table, the user defines which day the system will post which types of contract lines via the scheduler:
No. of Day
Calendar day in month 1-31 is recorded
Contract Line Type Filter
Entering a number for the payment type filter
0 = Payment
1 = Revenue
2 = Advance
3 = Insurance – insurance outside the payment schedule
Batch Payment Posting Job
The task can be run:
From the Role of the OneCore - Financing (All products) center, option Posting.
!! After starting, the task runs without warning, it immediately charges installments!!
The task works with the user's Work Date
Via the codeunit scheduler, 4026414 "API Batch Contr. Posting"
Task works with the system date
After the job starts:
Contracts are transferred that:
Financing Product Types, Contract wit Services = NO
Variant = NO
Change Copy = NO
The detail contract status has Allow Posting from Payment Cal. =YES
It filters payments with Posting Date according to the job settings vid point above.
It posts all payments up to the calculated date from the setup, i.e. if the payment was not posted in the previous month, the system will post the previous payment as well.
o Variant = NO
o Change Copy = NO
o Detailed contract status should Allow Posting from Payment Cal. =YES
o Filters payments with Posting Date according to the job settings vid point above.
o Posts all payments up to the calculated date from the settings, i.e. if the payment was not posted in the previous month, the system will post the previous payment as well.
A task can be used for automatic posting via the scheduler. You must set up batch posting for the job.
The user defines which day the system will post which types of contract lines via the scheduler.
Running a batch payment posting job (scheduler without services) (CU 4026414) does not open a dialog box, but reads the parameter settings for posting and directly posts the contracts if the following applies:
The contracts are marked Financing with Services = NO
On the detailed contract status there is Allow Posting from Payment Cal. = YES
It is not possible to charge if there is a change copy for the contract or if the contract is a change copy
It is also not possible to charge from the Financing Contract Variant
The system also changes the value of the Reference Date field in the contract header to the current system date.