T
Trent
Hi All,
We have a custom form published in the Organizational Forms folder on our
Exchange 2003 server and set to not send the form definition.
The form gets submitted to an approver and has approve and disapprove
buttons.
What we would like to do is when the approve or disapprove button is
pressed, to send the form on to another person.
The problem is that the form errors stating that the person approving does
not have rights to send on behalf of...
Is there a good way around this? I know we cannot programmatically alter
the FROM address to get around it. Is it possible to programmatically
forward the message instead? I have tried replacing Form.Send with
Form.Forward but nothing appears to happen. The message never arrives at
it's destination, does not give an error and no message is shown in Sent
Items.
Is there a simple way to replicate the entire message content into a new
message that can be sent rather than building it all manually again?
Or call up a new copy of the original form passing all the values to it?
What is the best approach? It seems that this must be a relatively common
situation.
Thanks.
We have a custom form published in the Organizational Forms folder on our
Exchange 2003 server and set to not send the form definition.
The form gets submitted to an approver and has approve and disapprove
buttons.
What we would like to do is when the approve or disapprove button is
pressed, to send the form on to another person.
The problem is that the form errors stating that the person approving does
not have rights to send on behalf of...
Is there a good way around this? I know we cannot programmatically alter
the FROM address to get around it. Is it possible to programmatically
forward the message instead? I have tried replacing Form.Send with
Form.Forward but nothing appears to happen. The message never arrives at
it's destination, does not give an error and no message is shown in Sent
Items.
Is there a simple way to replicate the entire message content into a new
message that can be sent rather than building it all manually again?
Or call up a new copy of the original form passing all the values to it?
What is the best approach? It seems that this must be a relatively common
situation.
Thanks.