How do I determine whether I should code my customizations as a web part of as a workflow. I am calling out a different system from this feature to trasmit a state change. This is something that needs to be relatively real-time.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Webparts in sharepoint are like components…
while workflow are like flowchart, they can be used to as process.
Workflows
Webparts
if u have series of steps go for workflow..
else go for webparts