Previous  Next          Contents  Index  Glossary  Library

AccessCheck

Syntax

function AccessCheck

(access_str in varchar2)
 return varchar2;

Description

Returns a username if the notification access string is valid and the notification is open, otherwise it returns null. The access string is used to verify the authenticity of both text and HTML versions of E-mail notifications.

Argument (input)

access_strThe access string, in the format: nid/nkey where nid is the notification ID and nkey is the notification key.


         Previous  Next          Contents  Index  Glossary  Library