2024 April Release

Enum FSCTEAMROOM@1.1001:MindbreezeQueryConstraintType Permanent link for this heading

Enumeration for generating default MindbreezeQueryConstraints.

Values Permanent link for this heading

Name

Value

Description

MQCT_ALL

1

Anywhere

Generate a constraint without any search restriction.

MQCT_MYORGANIZATION

2

My Organization

Generate a constraint that restricts the search to the primary organization of the current user.

MQCT_OBJORGANIZATION

3

Object Organization

Generate a constraint that restricts the search to the organization the current object belongs to, in case this organization does not match with the primary organization. Use QueryConstraint MQC_MYORGANIZATION for objects belonging to the primary organization.

MQCT_TEAMROOM

4

Teamroom

Generate a constraint that restricts the search to the current TeamRoom.

MQCT_APPROOM

5

App Room

Generate a constraint that restricts the search to the current AppRoom including the external areas of the AppRoom.

MQCT_APPCONFIGURATIONROOM

6

App Configuration

Generate a constraint that restricts the search to the current AppConfigurationRoom and all AppRooms configured in acapprooms.

MQCT_APPDASHBOARD

7

App Dashboard

Generate a constraint that restricts the search to the current AppDashboard, i.e. objects belonging to FSCTEAMROOM@1.1001:AppConfigurationRooms (defined in AppDashboard.dbconfig) and the appropriate AppRooms (defined in AppConfigurationRoom.acapprooms)

MQCT_FILE

8

File

Generate a constraint that restricts the search to the current File.

MQCT_ALLAPPS

9

All Apps

Generate constraints for each AppDashboard of the current user.

MQCT_CURRENTAPP

10

Current App

Generate constraints that restricts the search to the context of the current App.

MQCT_CUSTOM

11

Custom