Send link to document from web

Hi.

I have a scenario I am not sure how to solve.

On web, when you are looking at a form in readmode. How kan I make a function for the user to press a button for the link of the document to be sent to an emailaddress specified by the user?

I am a bit stuck here. any suggestions?

thanks.

Roger Hansen

Subject: Send link to document from web

You could do the following:

  1. Allow the user to select a recipient. This is a little trickier than usual since you are in read mode, but definately not impossible. You can use pass through HTML or Javascript to create a NAB lookup prompt.

  2. Create an agent that takes the recipient user as a parameter (URL argument).

  3. Create a button on the form to call the agent via URL and pass the recipient name.

  4. Get the document URL from the context document in the agent. You can then send this URL in an email to the recipient.