Skip to main content

SharePoint 2007 Workflow with Visual Studio 2005 + InfoPath 2...

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 5 people (-4 private), first by anonymouse user on 2007-03-29


Public Sticky notes

InfoPath 2007 got

Highlighted by zhujingyu

Data from InfoPath forms is represented by XML

Highlighted by zhujingyu

Now we need to configure what happens when people click on the submit button.

Highlighted by zhujingyu

This time the action 'Close this form' and make sure the checkbox is not selected...

Highlighted by zhujingyu

File->Publish, chose to publish it 'To a network location' and then chose the location of your VS 2005 project, and the "Deployment Files/Feature Files" folder.

Highlighted by zhujingyu

remove the alternate access path

Highlighted by zhujingyu

File -> Save as Source Files

Highlighted by zhujingyu

edit the task

Highlighted by zhujingyu

create our form that enables users to >

Highlighted by zhujingyu

Edit Task Form

Highlighted by zhujingyu

When this Edit form opens we’re going to want to pass some data to it (ie the instructions), we do this by creating a task schema and adding it as a secondary data source.

Highlighted by zhujingyu

<z:row xmlns:z="#RowsetSchema" ows_instructions="" />

Highlighted by zhujingyu

ItemMetadata.xml

Highlighted by zhujingyu

Now we need to bind the data that we are receiving from our new data connection to the necessary fields.

Highlighted by zhujingyu

Source Files.

Highlighted by zhujingyu

xsd myschema.xsd /c

Highlighted by zhujingyu