InterviewSolution
| 1. |
What Are Ways To Create Input Forms For Workflow ? |
|
Answer» TWO different approaches can be used to develop custom input forms for a WSS workflow template. You can create your forms by using custom application pages, which are standard .aspx pages deployed to run out of the _layouts directory. ( disadv: lot of code required when compared to Infopath approach). using Microsoft Office InfoPath 2007 /2010 (disadv: PICKS up a dependency on MOSS, i.e. it cannot run in a STANDALONE WSS environment). Two different approaches can be used to develop custom input forms for a WSS workflow template. You can create your forms by using custom application pages, which are standard .aspx pages deployed to run out of the _layouts directory. ( disadv: lot of code required when compared to Infopath approach). using Microsoft Office InfoPath 2007 /2010 (disadv: picks up a dependency on MOSS, i.e. it cannot run in a standalone WSS environment). |
|