Skip to content

Commit

Permalink
Auto update of meta-data.json (#157)
Browse files Browse the repository at this point in the history
Co-authored-by: DannyvdSluijs <[email protected]>
  • Loading branch information
github-actions[bot] and DannyvdSluijs authored Jul 4, 2024
1 parent 40574a8 commit 9d2e471
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions meta-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -86250,6 +86250,20 @@
"hidden": false,
"mandatory": false
},
{
"name": "AutoCorrection",
"type": "Edm.Boolean",
"description": "Confirmation: Create Auto CorrectionWhen the 'payroll run' already finalized and the update is made to the employment salary amount, the system will first block the PUT action with the message below. With the 'PayrollCorrection' right, the error message below will be thrown: \u2003This change will lead to a recalculation of previous periods. A correction request will be created with the following data: \u2003\u2003Activation date: 01-01-2019 \u2003\u2003Payroll year: 2019 \u2003\u2003Period: 1 \u2003If you are confirmed want to proceed, set the [AutoCorrection] to True and re-submit the request. Without the 'PayrollCorrection' right, the error message below will be thrown: \u2003You do not have rights to change data that can influence processed payroll transactions. Note : If you delete this salary in an already calculated period, auto corrections will be created for this employee.",
"primaryKey": false,
"supportedMethods": {
"get": true,
"post": false,
"put": false,
"delete": false
},
"hidden": false,
"mandatory": false
},
{
"name": "AverageDaysPerWeek",
"type": "Edm.Double",
Expand Down Expand Up @@ -86477,7 +86491,7 @@
{
"name": "EndDate",
"type": "Edm.DateTime",
"description": "Salary record end date",
"description": "Salary record end dateNote : This property only supported for successor.",
"primaryKey": false,
"supportedMethods": {
"get": true,
Expand Down Expand Up @@ -86757,7 +86771,7 @@
{
"name": "StartDate",
"type": "Edm.DateTime",
"description": "Salary record start date",
"description": "Salary record start dateNote : This property only supported for successor.",
"primaryKey": false,
"supportedMethods": {
"get": true,
Expand Down

0 comments on commit 9d2e471

Please sign in to comment.