bDenySecurityForTask (server-side)

Use this routine to determine permissions for the current user and the given task page and task.

Definition

function bDenySecurityForTask(sTaskPage, sTaskID)

Parameters

  • sTaskPage
    A String containing the page path relative to the Business Desk root directory.
  • sTaskID
    A String containing the task ID from the module XML configuration.

Return Value

This routine returns True if the user is denied, and False if the user is allowed.

Remarks

The sTaskID must match the id attribute on the corresponding task node in the module XML configuration file of the module. The sTaskPage must match the action attribute on the corresponding goto or postto node under the corresponding task node.

This routine is available in the include file ServerSecurityUtil.asp.

See Also

Client-Side Routines

Copyright © 2005 Microsoft Corporation.
All rights reserved.