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

null
    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    Calendar

    • Choices_Software_Dean
    • 3 yrs ago
    • Reported - view

    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?

    • Head of Program Management at Groq
    • Vladimir_Bathory
    • 3 yrs ago
    • Reported - view

    This works!  Thanks!

Content aside

  • 3 yrs agoLast active
  • 3Replies
  • 561Views