I’m investigating the employee onboarding module in Freshservice, and I’m wondering how it deals with changes in information. Here’s an example of what I mean:
Let’s say we have an onboarding form with two fields, both text fields. * marks fields that are required:
- Name*
- Bank Account Number
And let’s say there are two child tickets created. The second one depends on the first being completed:
- “Create computer account” (includes the “Name” field)
- “Add user to employee database” (includes the “Bank Account Number” field)
Let’s pretend that the employee doesn’t have a bank account number NOW, but will before they start, and let’s also pretend that HR typed the employee’s name wrong.
My questions are:
- Can HR go in and change the spelling of the name after the fact?
- If they can change the form, what happens to the child tickets?
- Does the Name field update in the ticket to show the correct name?
- Is the assignee of the “Create computer account” ticket notified that a change was made?
- If HR can’t update the form, what’s the best way to handle these situations? Because there will be plenty of instances where we don’t have all the information we need NOW, but will in a week or so, and we don’t want to hold up the process simply because the new employee is still waiting for a piece of information to arrive (e.g. the results of a background check)
- Is the “add user to employee database” ticket created even if a Bank Account Number is not entered?
- Can the person who is dealing with the “Create computer account” add the employee’s username somewhere so that it can be used in the “Add user to employee database” ticket?
- I’ve seen this article, but what does that actually look like for the agent who is creating the computer account? Is it a textbox they type into? Do they need to edit the ticket to add that info?
- What happens if they don’t include that the username? Will the “Add user to employee database” ticket get created?
I know there’s a lot to deal with, and I’m planning on doing some testing myself, but I want to know about other peoples’ experiences with the onboarding module so I don’t have to clog our system with test tickets.