Hello List! We have upgraded our old HelpDesk 4.x to the new good looking ServiceDesk. We have a C API that allows tickets to be automatically created when a user sends a mail to a particular email. Anyway, we have to upgrade the C API code because the fields in the new ServiceDesk are very different from the old HPD. I am almost done in implementing this until I bumped into a couple of things:
1. "Incident ID" field. How do I generate this? I noticed in the Active Link, it uses the keyword $LASTID$. How do I use this in the C API? 2. "No groups were found using automated routing. You need to manually select a group. (ARERR 44699)". I get this error when printing out the ARStatusList after submitting the ticket. When I use the user tool, this error will pop up if I don't manually assign values to the following fields: "Assigned Support Organization" and "Assigned Group". These fields are dropdown menus, and the "Assigned Group" list of values will depend on what value you chose under "Assigned Support Organization". Anyway, in my C API code, I assigned these fields with values: Assigned Support Company (1000000251) : :"University of Cowtown" Assigned Support Organization (1000000014) : "ICS" Assigned Group (1000000217) : "Tier-One" The rest of the required fields are filled up with necessary values. After submitting the ticket, it gives me that "groups were not found using automated routing". Any ideas anyone? Thanks! _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the Answers Are"

