The Exists() function of the sySecurityTask form verifies whether the specified task exists in Microsoft Dynamics GP.
Exists(task_ID)
• task_ID – A string specifying the ID of the security task.
A boolean. The value true indicates the security task exists, while the value false indicates it does not.