My wish fields in the calendar?

Tagged: 

Viewing 3 reply threads
  • Author
    Posts
  • February 2, 2019 at 1:24 AM #33608

    Pyromixer
    Participant

    How can I automatically enter my desired fields in the calendar?

    And can an appointment also be automatically entered in the calendar?

    Can I use a script for this? If so which code? Does anyone have any idea?

    February 2, 2019 at 2:05 PM #33618

    Brendan
    Keymaster

    There’s no scripting support for adding to the Calendar.

    The very first field in your form is what’s used to generate the default Title value. You can edit the title value of course before clicking the Add to Calendar button. The link to the record is also added to the calendar.

    February 2, 2019 at 10:51 PM #33639

    Pyromixer
    Participant

    Here different problems collide:

    The first lines of the database are also responsible for the display in the left column.

    The first line is also the calendar entry. Plus the name of the form (why this name also in the calendar?)

    The first lines are always visible on iOS devices as well. Even if you want to have it differently. Because no layout options on iOS.

    My trick is now:
    1. Line is a calculation field with a text string of fields I would like to have in the calendar.
    Example:

    (Costumername) + (” – “) + (Costumerstreet) + (” – “) + (Costumercity)
     
    Then I hide this field in Tapforms. (Hidden fields do not appear in the left column)

    Now is the calendar entry:
    Formname: Tapp Zapp Software Inc. – Tapp Street 1 – Calgary

    The entry “formname” in the calendar still bothers me.

    February 3, 2019 at 8:59 PM #33642

    Brendan
    Keymaster

    The next update will no longer have the form name in the title by default.

Viewing 3 reply threads

You must be logged in to reply to this topic.