Custom field to calendar view?
Collapse
X
-
The formula should be registered in the Administration > Entity Manager > YOUR_ENTITY_NAME > Formula.
Please write what your Name should ideally look like for Entity (this is needed to change the formula). I mean the date and time format, separators between dateStart and dateEnd. It is desirable to specify like:It's not just a field, but a whole new entity, called vacations, it has date start and date end, and I would like to show them on the calendar view..or like:Code:2022-11-02 05:00:00 / 2022-11-02 08:00:00
Note that in Calendar mode, time start - time end will always be indicated before Name (as shown on screenshot).Code:2022-11-02 5 a.m. ---- 2022-11-02 8 a.m.
Last edited by victor; 11-09-2022, 08:27 AM.Leave a comment:
-
It's not just a field, but a whole new entity, called vacations, it has date start and date end, and I would like to show them on the calendar view..Leave a comment:
-
Thanks so much!Russ,
You can try this option when Name is appended with " ," and a value from your field. I specially made it more difficult with the Status field (something else is possible) so that the name," ,", russdatetime does not occur after each update of the record.
The calendar looks as shown in the screenshot.Code:$newName = string\concatenate(name, ', ', russdatetime); ifThen( russdatetime != null && status == 'Planned', name = $newName );
But where do I add this formula? To my entity or somewhere else? If to the entity, my entity already has it's name, looks like it is some sort of a calendar event?
1 PhotoLeave a comment:
-
Russ,
You can try this option when Name is appended with " ," and a value from your field. I specially made it more difficult with the Status field (something else is possible) so that the name," ,", russdatetime does not occur after each update of the record.
The calendar looks as shown in the screenshot.Code:$newName = string\concatenate(name, ', ', russdatetime); ifThen( russdatetime != null && status == 'Planned', name = $newName );Leave a comment:
-
Thanks guys!
My question is more narrow, I have a date time field, what should I do to make this field like a due date field so the whole record will appear on the calendar?Leave a comment:
-
Hi Russ,
I think that without programming skills, you will not be able to add fields to the Calendar view. Therefore, an alternative option can be a formula or workflow that will change the names of your Task, Meeting, Call, etc. (or add phones, contact names, etc. to the name).
But in this case, all the information will be in one line.Leave a comment:
-
yes you can create your own custom date field and it will be available to add to any entity.Leave a comment:
-
Custom field to calendar view?
Hi!
Is it possible to add a custom date field on the custom record to a calendar view?
ThanksTags: None

Leave a comment: