Hey guys,
I'm trying to create a custom list form which will start a Workflow when the User press the "OK"-Button. So I went to the SharePoint Designer and created a new form for the list and put some TextBoxes and Buttons in it. That works so far.
But now I'm stuck with the problem that I need to put some C# code behind the Buttons, for example to check if an entered AD name already exists or not. Is there any way to do this?
Also I need to automatically start a Workflow for the created list item and not just create it. So it should work like an initiation form for the workflow.
Is there a good way to do this?
Many thanks in advance.