Skip to main content
Skip table of contents

t_ScheduleLayout_Schedule

Schedule

Properties

allDay : string

Collection providing schedule item all-day flags

captions : string

Collection providing schedule item captions

codes : string

Collection providing schedule item styles

contactNames : string

Association providing the name of the schedule item Entity participants

contacts : string

Collection providing schedule item Entity participants

endTimes : string

Collection providing schedule item end times

icons : string

Collection providing schedule item icons

monthCaptions : string

Collection providing schedule item month captions

notes : string

Collection providing schedule item notes

participantIds : string

Association providing the Entity of the schedule item User participants

participants : string

Collection providing schedule item User participants

precisions : string

A space-separated list of allowed schedule calendar precisions: day|week|workweek|month

quickAddMenu : string

The name of the menu item in the toolbar that will serve as the quick add menu for the Schedule

startTimes : string

Collection providing schedule item start times

weekCaptions : string

Collection providing schedule item week captions

where : string

Logical expression that the items must satisfy. If quasiquoted, it is expanded on the client every time the model is (re-)loaded.

Special local variable this (=controller) is provided by the framework for the function
Example


Constant where expression:
(= (@ firstName) "Joe")

Function returning where clause:
`(generate-where-clause this "EntityId")

In a library:
(define (generate-where-clause controller var)
...
)

Content

Parents

Parent topic: t_FormLayout_ScheduleLayout

Parent topic: reuseable-references

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.