Skip to main content

Show "due date" on end user portal

  • September 3, 2008
  • 8 replies
  • 78 views

  • Community Enthusiast
Hello everyone, I just installed SysAid and I want to show to the end user the due date, such field is not shown by default in their view. Anyone knows how to show it? Thank you

8 replies

techguy
Active talker
Forum|alt.badge.img+1
  • Active talker
  • September 3, 2008
Go in to helpdesk and select list. Change the view at the top of the screen to EndUser instead of Default and then customise the view using the cog icon. Add in the due Date field and save. These changes will be reflected in the end user portal.

  • Author
  • Community Enthusiast
  • September 3, 2008
Hello techguy, Thank you, I did it and it work, but only in that particular view. Is it possible to show it in the detailed view of each ticket????

techguy
Active talker
Forum|alt.badge.img+1
  • Active talker
  • October 7, 2008
Sorry I can't answer that.

techguy
Active talker
Forum|alt.badge.img+1
  • Active talker
  • November 1, 2008
*BUMP* Haim?

  • Active talker
  • February 12, 2009
Any updates on this? We have the Due Date showing on the end user portal (html submission page), but when you fill it in and hit submit, the date is not being added to the ticket that is generated.

Forum|alt.badge.img
  • Active talker
  • February 17, 2009
Dear MichelleU, Can you please let us know if you wish to add a new field ( Due Date ) to your submit-service-request form ,or to add the Due date to the " View your old service requests " ?

  • Active talker
  • August 4, 2009
On service-request-page.htm (view service request details) use: #if( $attributes.indexOf("due_date") > 0 && $sr.dueDate) #set( $cnt = $cnt+1 ) #set( $row = ($cnt % 2)+1 ) <tr align="$rb.getString('dir.left')" > <td > </td> <td class="Form_Ctrl_Label"><label>$rb.getString('sr.due.date'):</label></td> <td class="Form_Ctrl_Label"><label>$esc.escapeTextHtml($format.format($sr.dueDate), $charset)</label></td> <td> </td> </tr> #end Note: this will also hide the due date row no date is available, which is handy.

alefabian
Active talker
Forum|alt.badge.img
  • Active talker
  • September 2, 2020
Is there a way to hide the due date appearing on the Self-Service Portal? The above mentioned instructions just work for EUP