Setting priority within a participant
![]()
I'm sure this is really easy, but for the life of me, I can't get it to work.
I am in a Server-side participant for a WorkItemSave and I just need to set the value of the Priority built-in attribute. I have the workingCOpy, and I can do workingCopy.setPriority(iPriorityIdentifier); and then _service.saveWorkItem3(); but the setPriority takes an Identifier<IPriority> which I am struggling to get. Anybody have a snippet they can help me with? Susan |