Customize start and end dates

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 1분
  • You can configure calendar reports to support the spanning of multi-day events across calendar cells.

    시작하기 전에

    Role required: dictionary admin or admin.

    이 태스크 정보

    A change request with a Work Start date on Monday and a Work End date on Tuesday is displayed on both days when viewed in a Calendar field. However, when two custom fields named First Date and Last Date are used, the same behavior doesn’t occur.

    The code looks for an ending field with the same name as the start date field, except using the word end instead of start. If the custom fields are My Start Date and My End Date, the system correctly interprets the meaning of these fields because their names are the same except for the words start and end.

    프로시저

    1. Follow the steps in Add and customize a field in a table.
    2. Enter the following values in the form to create the start date span field.
      FieldValue
      Name Calendar start date span
      Database column name u_first_date → u_my_start_date
      Type Date
    3. Add another field using the following values for the end date span field.
      FieldValue
      Name Calendar end date span
      Database column name u_last_date → u_my_end_date
      Type Date