Skip to main content
I have 2 processes:

1. The first one uses the InfoPath Process Template. This process needs to call IPC to Process 2 and pass the infopath document.
2. Process 2 needs to be able to support the InfoPath Form event and display a form to a user that was passed from the orginal process.

How would this best be acomplished?

later,
jason
Looks like I'll answer my own post:

It's as simple as setting up both Processes using the InfoPath Process Template. Then, when setting up the IPC call, just autolink the fields (the infopath schema will autolink as well).

You will run into problems if you change the schema in the infopath document and don't update BOTH Processes InfoPath schemas, but that is expected.

icon-quote.gifj.monty:
I have 2 processes:

1. The first one uses the InfoPath Process Template. This process needs to call IPC to Process 2 and pass the infopath document.
2. Process 2 needs to be able to support the InfoPath Form event and display a form to a user that was passed from the orginal process.

How would this best be acomplished?

later,
jason

Reply