The following table lists common use cases encountered when authoring mapping rules,
along with the snippet or resolution that addresses each one.
| Use Case | Snippet Used or Resolution |
|---|---|
| Hire date is provided with no timestamp, but Staff Start Date requires a datetime value. | (HireDate + "@00:00").convertDateTimeFrom("MM/dd/yyyy'@'HH:mm") |
The Account Type (employeeType) field is
case-sensitive and must be lowercase. | Ensure that the provided employeeType is in the
proper format. |