OpenWGA 7.2 - TMLScript reference

Auth
Method :

removeAccessFilter([database])

On object Auth
Usage Removes a currently active WGAPI access filter
Description

Specify parameter "database" to remove a filter that was exclusively active for the given database. Omit it to remove a filter that was applied to the whole domain.

This method removes a WGAPI access filter from the users session that was previously applied with applyAccessFilter(). The user will again work on all affected databases with his full user rights.

This will implicitly reopen open sessions on all affected databases, so that the filter removal is immediately active

Parameters

database (Database, optional):

Specify to remove a filter that was exclusively active on this database. Omit it to remove a filter from the whole domain.

Allowed in script types
  • WebTML pages and normal WebTML actions