Name (singular): |
Workspace Tab |
Name (plural): |
Workspace Tabs |
Alias (uri): |
workspace_tab |
Identifier (ID): |
cerberusweb.contexts.workspace.tab |
Records API
These fields are available in the Records API and packages:
Req’d |
Field |
Type |
Notes |
x |
extension_id |
text |
Workspace Tab Type |
|
links |
links |
An array of record type:id tuples to link to. Prefix with - to unlink. |
x |
name |
text |
The name of this workspace tab |
|
options_kata |
text |
|
x |
page_id |
number |
The ID of the workspace page containing this tab |
|
params |
object |
JSON-encoded key/value object |
|
pos |
number |
The position of this tab on the workspace page; 0 is first |
|
updated_at |
timestamp |
The date/time when this record was last modified |
Dictionary Placeholders
These placeholders are available in dictionaries for automations, snippets, and API responses:
Field |
Type |
Description |
_context |
text |
Record type extension ID |
_label |
text |
Label |
_type |
text |
Record type alias |
extension_ |
record |
Type |
extension_id |
text |
Extension Id |
id |
number |
Id |
name |
text |
Name |
order |
number |
Order |
page_ |
record |
Page |
page_extension_ |
record |
Page Type |
page_owner_ |
record |
Page Owner |
updated_at |
date |
Updated |
These optional placeholders are also available with key expansion in dictionaries and the API:
Field |
Type |
Description |
comment_count |
number |
Comment count on the record |
comments |
comments |
Comments |
custom_<id> |
mixed |
Custom Fields |
links |
links |
Links |
widgets |
records |
Widgets |
widgets_data |
hashmap |
Widgets Data |
worklists |
records |
Worklists |
Search Query Fields
These filters are available in workspace tab search queries:
Worklist Columns
These columns are available on workspace tab worklists:
Column |
Description |
cf_<id> |
Custom Field |
w_extension_id |
Type |
w_id |
Id |
w_name |
Name |
w_pos |
Order |
w_updated_at |
Updated |
w_workspace_page_id |
Workspace Page |