HELP: Add logic to what Voting buttons do

S

sam

Hi All,

Is it possible to add logic to what Voting Buttons do?

For eg, If i select "Reject" on voting button I want a new message window to
popup with some text already in the new message window and the "To" field to
be populated

Is this possible?

Thanks in advance.
 
S

Sue Mosher [MVP]

Yes, that's possible IF your form is for internal use only and can be
published to the Organizational Forms library on your company's Exchange
Server. Just write code for the form's Item_CustomAction event handler.
 
Top