I want to add contacts through my process, but I don't want the administration window to pop up. I am not trying to add the user through user management, I would simply like the associated window to pop up, so the fields can be filled out.
As it stands, when I want to add a new user through a process, a window pops up that looks like this:
Instead, I would like a window to pop up that simply looks like this where I can manually fill out the fields, and it will add it to the database then bring me back to my process.
The reason being, is that when it opens the administration component, it doesn't copy the fields back over into my ticket window. This means I can't add a collection of new users on to my ticket.
The reason I think it should work, is because I'm currently doing this when adding Groups to a ticket, and it does exactly what I want. It adds the new group to the database, and it copies the record over to my ticket. Users however does not work this way. I would like it to.
Please help.