CA Service Management

 View Only
  • 1.  Automatically push request to next status based on form values

    Posted Jun 04, 2018 01:04 AM

    Question:

    How to automatically push request to next status based on form values

     

    Requirement:

    In fulfillment phase, we may have multiple (e.g. 4) fulfillment assignees to fulfill a request.

    Each assignee will update the form values. (like to tick the checkbox)

    When the form meet certain condition (e.g. all checkboxes are ticked), I want the request to push to next status.

     

     

    Implementation:

    We don't want to use ITPAM task list function as it needs to introduce another interface..

    I checked. There is no pre-define javascript function that I can update the request status.

    I know we can use the origin javascript to find the DOM of the status input. When the last checkbox ticked, update it to next status. But this is not standard approach and risky for further version upgrade.

     

    Any suggestion? 



  • 2.  Re: Automatically push request to next status based on form values
    Best Answer

    Broadcom Employee
    Posted Jun 04, 2018 10:20 AM

    An action to call an ITPAM task that makes the check and acts accordingly is almost certainly the way to go - with the process being automated, the end users wouldn't need to use another interface at all.