0
Customize Calendar Text
Items which appear in the calendar presently appear to use a default representation of the item for their text. It would be better to have the ability to customize this text. Perhaps anytime an contains a date which is slated to appear in the calendar a "Show As" configuration should appear.
3 replies
-
-
Under the Date field, the "Show as" property code is:
if Time then
let d := Time + " Tran-" + text(Contacts.Contact);
styled(d, 'Background Color', 'Text Color', Icon)
else
let d := "Tran-" + text(Contacts.Contact);
styled(d, 'Background Color', 'Text Color', Icon)
end
Customize like this, or something else?
-
This works! Thanks!
Content aside
- 4 yrs agoLast active
- 3Replies
- 562Views