/
SETTING_GET( SETTING_CODE{, SCOPE, SCOPE_ID})

SETTING_GET( SETTING_CODE{, SCOPE, SCOPE_ID})

DESCRIPTION

 

This formula gets the setting assigned to an object existent in a scope

Parameters:
  • SETTING_CODE: code of the setting to retrieve
  • SCOPE: scope object in which the setting is defined. If the scope is NULL the setting be searched in all scopes until it is found following the next order USER, TEAM, SUBSCRIPTION, TASK, PROGRAM
  • SCOPE_ID: ID of the SCOPE object indicated. If NULL, then is the ID of the SCOPE object in the current context (i.e. if SCOPE=TASK, then SCOPE_ID = current TASK_ID)

Calculated:

On close

Formula:

SETTING_GET( TASK.ROLE, PROGRAM)

Calculation

Return the value of the setting if found, otherwise an empty string

Notes:Not all the SETTING_CODES are available in all scopes. See OBJECT CODES to see availability

 

SETTING SCOPES

Scope
USER

TEAM

SUBSCRIPTION
TASK
PROGRAM

Related content