Home Service Manager Portal Feature Requests
We appreciate you taking the time to vote and add your suggestions to make our products awesome! Your request will be submitted to the community for review and inclusion into the backlog.

We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.

For more information around feature requests in the Cireson Community click here.
Options

Add support for TimeOnly display of datetime fields in portal forms

Chris_Chekaluk1Chris_Chekaluk1 Customer Advanced IT Monkey ✭✭✭

According to knowledge article #51 (https://support.cireson.com/KnowledgeBase/View/51#/), portal forms support Date and DateTime controls for displaying SCSM datetime properties.

This is a feature request to support a TimeOnly display of SCSM datetime properties via a new datatype supported in portal form .JS. This new control should support any class and allow the dev/admin the ability to control the time format according to their specific localization requirements. For example:

{ DataType: "TimeOnly", PropertyDisplayName: "CreatedDate", PropertyName: "CreatedDate", Disabled: true; Format: “hh:mm AM/PM”}


The only workaround I currently am aware involves using javascript to parse out the time from the text of the datetime field and then drop the result into a 2nd text field in the class.

1 votes

Submitted · Last Updated

Sign In or Register to comment.