I figured it out - I had to add null check in IF statement because Incident.Category == null in Create New Incident.
Now it just isn't working in Web until after the incident is saved, which defeats the purpose...
I figured it out - I had to add null check in IF statement because Incident.Category == null in Create New Incident.
Now it just isn't working in Web until after the incident is saved, which defeats the purpose...