Fact or Person Sentence with URL at end

Is there a way to auto create a hyperlink at end of sentence (based on RIN #)
Such as “http://mysite.org/getperson.php?pid=[RIN]” Not sure if the RIN field is part of sentences.

Basically I want to create a link to by website for each person without having create a fact

thanks!
Kevin

1 Like

There is no field or variable in the sentence template language for RIN.
http://wiki.rootsmagic.com/wiki/RootsMagic_8:Sentence_Template_Language#Fact_Sentence_Fields

What you might do is to set the default sentence for a Fact Type to include the hyperlink with your unsupported variable “[RIN]” and then use SQLite to customise every instance of that Fact Type, replacing “[RIN]” with the OwnerID from the same table.

1 Like

You can add WebTag to a person, which doesn’t require a fact. Otherwise if you add a URL to a note it will create a hyperlink. You would need to supply the correct URL.

http://wiki.rootsmagic.com/wiki/RootsMagic_8:WebTags