• Problems in 8.5.3

    By Fredrik Norling 1 decade ago

    I get an error saying that

    Script interpreter error, line=24, col=28: Error while converting to a JSON string

    Both the CalendarPlan and the Gantt doesn't work anymore

    The image is from trying to launch the Calendarplan.xsp

    • Date Format

      By Kateryna Czerniachowska 1 decade ago
          <p dir="ltr">
              Please check in what format you have StartDate in view and in this Script.</p>
          <p dir="ltr">
              &nbsp;&nbsp;&nbsp; var tStartDate = DocTask.getItemValueDateTimeArray(&quot;StartDate&quot;);<br/>
              &nbsp;&nbsp;&nbsp; var StartDate = tStartDate[0].toString();&nbsp;&nbsp;</p>
          <p dir="ltr">
              It must be in yyyy-mm-dd. If you have another format, convert it here.</p>
          <p dir="ltr">
              I have Lotus 8.5.3 and this project works.</p>
      </div>