What should happen
- Agent selects the ticket type
- Agent runs the scenario
- Scenario should set all relevant fields including the status to closed and save the ticket
What is happening
- Agent selects the ticket type
- Agent runs the scenario
- Scenario should set all relevant fields including the status to closed and save the ticket
- Scenario errors because it thinks there is no ticket type – even though there is one picked by the agent already
Current work around
- Agent selects the ticket type
- Agent hits update/save
- Agent runs the scenario
- Scenario should set all relevant fields including the status to closed and save the ticket
- This works