Index BlackBerry Workspaces SDK
BlackBerry Workspaces JSON
OrganizationCustomization
Details about organization customization
Parameters
Name Type Description

allowUserSwitchAccounts

Boolean

Flag indicating whether to allow user to switch accounts

sicDefaultDocOrder

ApiDocumentOrderVDR

Default ordering of files in SIC (relevant only if organization uses SIC)

Possible values: [SCORE, SENDER, LAST_UPDATED, SIZE, SENDER_ADDRESS, FILE_NAME, TYPE, LAST_VIEWED, NAME, TAG_NAME].

vdrDefaultDocOrder

ApiDocumentOrderVDR

Default ordering of files in workspace (relevant only if organization uses workspace)

Possible values: [SCORE, SENDER, LAST_UPDATED, SIZE, SENDER_ADDRESS, FILE_NAME, TYPE, LAST_VIEWED, NAME, TAG_NAME].

Json Format
{
allowUserSwitchAccounts: Boolean,
vdrDefaultDocOrder: ApiDocumentOrderVDR,
sicDefaultDocOrder: ApiDocumentOrderVDR
}