Create a dynamic link in a message body.
Procedure
- Navigate to the Cora SeQuence database.
- Create the following stored procedure.
CREATE PROCEDURE sp_{StoredProcedureName} AS SELECT '<a href="{link}" target="_blank">{TEXT}/<a'> AS link
- In the message body, insert the following expression.
Link to {SQL: exec sp_StoredProcedureName}