Home Community Uploads
image

Cireson Partners, Customers and Community members share your customizations and examples here to help benefit the community as a whole to earn Kudos and badges.

DISCLAIMER

All files and projects located here are provided and come "as-is" and without any warranty or support. Use at your own risk. Your use of Community Uploads is subject to our Terms of Use.

Cireson does not and will not support or maintain these enhancements, extensions, and scripts.

For Team Cireson uploads click here.

Custom Service Level tab on IR/SR forms

Alberto_FumagalliAlberto_Fumagalli Customer IT Monkey ✭
Hi to everybody :smile: 
A lot of customers asked me a way to expose SL target and warning dates in a human readable way, because the remaining time (which is the default) may sometimes not providing an immediate evaulation of the deadline in terms of the day of the week.

To solve this problem, I've created a custom tab in both ServiceRequest.js and Incident.js forms in the Customspace path, which enumerates all linked SL instances associated to a SR or an IR.
The code is very simple and attached to this post.

Enjoy it ;)

Comments

  • Alberto_FumagalliAlberto_Fumagalli Customer IT Monkey ✭
    The above and provided code refers to the IR scenario; in SR scenario you need to replace

    { DataType: "DateTime", PropertyDisplayName: "Resolved Date", PropertyName: "ResolvedDate", Disabled: true }

    with

    { DataType: "DateTime", PropertyDisplayName: "Completed Date", PropertyName: "CompletedDate", Disabled: true }


    :)
  • Gerhard_GoossensGerhard_Goossens Customer Advanced IT Monkey ✭✭✭
    This is awesome, thank you
Sign In or Register to comment.