I am trying to duplicate a Domino workflow onto sharepoint 2010.
The domino workflow that I am trying to port over consist of many section, fields and button. As such I thought of using ASP.NET to create the UI, with an underlying List to store the values and state machine workflow to capture the status.m
Most of the article I read teaches to use Infopath 2010 to create the UI, and uses Visual 2010 to modify the codes to bind custom actions.
However I do not have Infopath 2010, only VS2010. I wonder if anybody have experience in creating such solution without the use of Infopath.
-------------------------- Edit ---------------------------------- Sharepoint MVP, thank you for your response.
I'm attempting to create workflow, using form to record the detail of requester request information, approval remarks and decision, implementation remarks and if it is completed as well as the review by the requester when the task is completed. For example, a workflow to record the process from requesting a new feature details, to approval remarks and decision, to implementer remarks and progress, to review remarks.
The form might consists of several section, fields and button. For example, a Requester Section with the following fields and button Name : Phone : Feature to introduce: Attachment if any: [Button : Send for Approval ]
I am wondering if it is possible to be implemented in Sharepoint2010 with only Visual 2010