Skip to content

ViewModel

General information of the member(user/group/organization) on the kintone application

Methods

getBuiltinType()

Get the code of the user/group/organization

Parameter

(none)

Return

BuiltinType

setCode()

The BuiltinType of the built-in View.

Parameter

None

Return

BuiltinType

getDate()

The field code set for the Date Field. Responded for Calendar Views.

Return

String

getFields()

The list of field codes for the fields displayed in the View.

Responded for List Views.

Parameter

None

Return [String]

getFilterCond()

The filter condition as a query.

Return

String

getHtml()

The HTML code set for the View.

Responded for Custom Views.

Parameter

None

Return String

getId()

The View ID.

Parameter

None

Return Integer

getIndex()

The display order (ascending) of the View, when listed with other views.

Parameter

None

Return Integer

getName()

The name of the View.

Parameter

None

Return String

getPager()

The pagination settings. Responded for Custom Views.

Parameter

None

Return Boolean

getSort()

The sort order as a query.

Parameter

None

Return String

getTitle()

The field code set for the Title Field. Responded for Calendar Views.

Parameter

None

Return String

getType()

The type of View in Type

Parameter

None

Return Type

Enum

Type

Name Type Value Description
LIST String LIST List View
CALENDAR String CALENDAR Custom View
CUSTOM String CUSTOM Custom View

BuiltinType

Name Type Value Description
ASSIGNEE String ASSIGNEE The "Assigned to me" View.(This list is automatically created if the Process Management settings have been enabled in the app.)