Steps to create SharePoint Workflow with “Custom Task Form” in SharePoint 2010 using Visual Studio
Steps to create SharePoint Workflow with “Custom Task Form” in SharePoint 2010 using Visual Studio Download example at here What we are going to do? When create new a requirement => will appear a register form (ASPX Form), after register successful, workflow auto run and send Task for any people, and that requirement when people receive it will open Task to Approve on form (ASPX Form) Steps: · Create new content type for list Target · Create new List Definition for list Target · Create new module · Create new custom .aspx form (application page) for List Target · Create new content type for list task · The custom .aspx form (application page) for List Task · Create new basic workflow · ...