diff --git a/meta-data.json b/meta-data.json index 24a7221..9b1a709 100644 --- a/meta-data.json +++ b/meta-data.json @@ -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", @@ -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, @@ -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,