ftos.context.getAdminMode

IMPORTANT!  
Starting with v24.3.0, this is renamed from getAdminMode to ftos.context.getAdminMode.

Checks the if the context of the current transaction is administrator. Also see ftos.context.setAdminMode.

This is a method suitable for all business service components.

Syntax

function ftos.context.getAdminMode(): boolean

Return Value

Examples