The employee onboarding captures all data from the onboarding submission into text data. This makes functionality in other parts of FreshService not work correct. For example
- This text data does not flow into the mobile app because the mobile app only shows ticket description and ticket field data. It is impossible to work on the ticket.
- You can’t use business rules on any of this text data or questions because business rules rely on fields.
- You are unable modify any of the answers captured during the stakeholder submission process in the portal like a regular incident. Example, HR needs to change the start date, or Modify job title or name due to typo. None of this can be edited from the support portal ticket view because it’s all text data. Only form fields can be granted permission to be modified in the service portal.
The onboarding module needs to have it’s own form fields in field manager. By moving the questions created in employee onboarding setup to Field Manager it fixes all of the above 3 problems.
- The mobile app will show everything correctly
- business rules will work
- you can modify the form field to allow requesters to view/modify as needed.





