Exists() -- Security Task

Examples


The Exists() function of the sySecurityTask form verifies whether the specified task exists in Microsoft Dynamics GP.

Syntax

Exists(task_ID)

Parameters

task_ID – A string specifying the ID of the security task.

Return value

A boolean. The value true indicates the security task exists, while the value false indicates it does not.


Documentation Feedback