Customize SLA, Due Date in Case Management Studio

In Case Management Studio, the due date utilities, objects and interfaces are dependent on the SLA field that is configured when creating a case type. 

For my use case, I would like a user entered due date(from data intake form) to be set as due date( and connect to the calendar interface, show overdue message etc).

What is the best way to achieve this? Similarly, I would like a user entered "Assignee" to be saved and used instead of the default field. 

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Senior Developer
    I would like a user entered due date(from data intake form) to be set as due date

    Hello  

    This cannot be done via the intake forms instead you can perform using the update details action in the details section of the summary. But if your requirement is to perform in such a way edit the studio generated object (Interface/Intake form) as per your requirement. 

    The assignee part can also be done if you are willing to edit the intake form via designer. Once the changes(addition of new Components) are made in the designer, these can only be updated in the designer and not in the studio.

Reply
  • 0
    Certified Senior Developer
    I would like a user entered due date(from data intake form) to be set as due date

    Hello  

    This cannot be done via the intake forms instead you can perform using the update details action in the details section of the summary. But if your requirement is to perform in such a way edit the studio generated object (Interface/Intake form) as per your requirement. 

    The assignee part can also be done if you are willing to edit the intake form via designer. Once the changes(addition of new Components) are made in the designer, these can only be updated in the designer and not in the studio.

Children