Hello All,
I've been trying to figure out a way to set the value for the
"Assignee" field. In order to set a value for this, 3 other fields
need to be set. They are: Support Company, Support Organization, and
Assigned Group. The values of these 3 fields will determine the
selection of values for the Assignee field.
In my API, this is what I'm setting:
inputHPD.setSupportCompany("University of Calgary");
inputHPD.setSupportOrganization("Information Technologies");
inputHPD.setAssignedGroup("Remedy");
inputHPD.setAssignee("Mikhail Serate");
If I set these values in the client itself, it's fine. But if I use
this code to submit through the API, it will give me this error:
MessageType: 2
MessageNum: 1291053
MessageText:
AppendedText: The Asssigned Group fields are invalid. Use the menus
for the Support Company, Support Organization, Assigned Group, and
Assignee fields or the type ahead return function on the Assigned
Group or Assignee fields to select this information.
When I try to comment out this line: inputHPD.setAssignee("Mikhail
Serate");
it works just fine.
I've tried using the username: inputHPD.setAssignee("mrserate");
I've tried using the people ID:
inputHPD.setAssignee("PPL000000000003");
Both to no avail.
Any ideas? Thoughts? Please let me know! :)
Thanks,
Mikhail
_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the
Answers Are"