...
Configurations of a calendar component
...
Model:
...
The connection between the field and the event is the model. when a user performs any action in an event, then a model needs to be bound. but in a calendar, only multirecord models are working. so users need to create a multirecord model.
Creating a multi-record model has to be created for model bindingis shown below
Click on the "+" icon. The model will open
An create a model
...
Then Click the "+" icon to add this model to config, by clicking on the “+“ icon
...
Click on the the layout configuration
...
When users select Run & Preview button, the calendar layout will open display
...
The By selecting the "Calendar" icon, the user can select choose a dateday, a month, and year by clicking on the ‘Calendar’ icon
...
a year
...
By selecting the "Month" dropdown, the user can choose a month, week, and a day
There are different modes to display in the calendar
Month
Week
Day
...
Workflow:
...
The user has been required to create a workflow for a new "New" action
...
Click on the “+“ icon Go to the layout config
In order to create a workflow, click the "+" icon
...
Drag & Drop and drop the push model, then enter the details
...
Click "Event" to add a workflow in the new action
...
Choose the workflow action from the drop-down menu
...
Add the workflow in events
...
Go to the preview page
To enter a record, select the "new" button
...
The layout will open and from this layout, a user can enter a record
...
The record will display in the calendar view
...