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 thenlet d := Time + " Tran-" + text(Contacts.Contact);styled(d, 'Background Color', 'Text Color', Icon)elselet d := "Tran-" + text(Contacts.Contact);styled(d, 'Background Color', 'Text Color', Icon)endCustomize like this, or something else?
-
This works! Thanks!
Content aside
- 5 yrs agoLast active
- 3Replies
- 563Views

