We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e64952 commit d75019dCopy full SHA for d75019d
components/hr_cloud/actions/create-employee/create-employee.mjs
@@ -106,7 +106,7 @@ export default {
106
xStartDate: this.startDate,
107
xLocationLookup: this.locationId,
108
xEmploymentStatusLookup: this.employmentStatus,
109
- xEmploymentNumber: this.employmentNumber,
+ xEmployeeNumber: this.employeeNumber,
110
xRecordStatus: this.recordStatus,
111
xAddress1: this.address,
112
xCity: this.city,
0 commit comments