Previous  Next          Contents  Index  Glossary  Library

OpenNotificationsExist

Syntax

function OpenNotificationsExist

  (gid in number)
   return boolean;

Description

This function returns a value of 'TRUE' if any notification associated with the specified notification group ID is 'OPEN', otherwise it returns a value of 'FALSE'.

Use this procedure only if you are writing your own custom Voting activity. See: Voting Activity.

Arguments (input)

gidThe notification group id.


         Previous  Next          Contents  Index  Glossary  Library