Discussions
Can I designate an assignee in a WoCreateCommand via API?
about 2 years ago by Andrew Hinchman
Hello, I'm working on a project where I am integrating automatic work orders based on an analytics system. I have a sucessfull one-way integration, where I can communicate to Corrigo and use the WoCreateCommand to generate tickets. However, I can't seem to figure out how to designate an account to assign the tickets to.
I have figured out auto-assign using the following:
AutoAssignEnabled: true
ComputeAssignment: true
But this does not help me very much. I'd like to be able to do something along the lines of:
AssignTo: Example User
Is there a way to do this?