Doc link formula

I’m trying to automatically create a few doc links to related records in the current DB.I have text fields that contains the doc ID numbers of the notes I’d like linked too.

I’d like another field to read that value and display a doclink.

What code would I use to do this?

I’m fairly new to this, so please be specific as possible

Thanks for your help in advance.

Jim Lamb

Subject: doc link formula

Create a Rich Text Field in the form

Create an Action Button or an agent that will

Read the DOCID field get the document and add it to the Rich text field as a link

There is some e.g. in the Help for NotesRichTextitem, NotesEmbeddedObject, that can help you get started.