Hi!
Is it possible to add a custom date field on the custom record to a calendar view?
Thanks
Is it possible to add a custom date field on the custom record to a calendar view?
Thanks
$newName = string\concatenate(name, ', ', russdatetime); ifThen( russdatetime != null && status == 'Planned', name = $newName );
$newName = string\concatenate(name, ', ', russdatetime); ifThen( russdatetime != null && status == 'Planned', name = $newName );
2022-11-02 05:00:00 / 2022-11-02 08:00:00
2022-11-02 5 a.m. ---- 2022-11-02 8 a.m.
Comment