CA Service Management

 View Only
  • 1.  Use spel to query about Change Order (chg) related Requests(cr) status

    Posted Jan 21, 2019 12:32 PM

    Hi, please your help on this requirement.

     

    We need to trigger some actions using Spel when a Change Order has no related Request (query based on cr.caused_by_chg field) and when related request have some attribute values.

     

    Ex:

     

    chg has no related request (cr objects where caused_by_chg field contains chg persid), then spel scritp display a message

    Chg has 3 related request (cr objects where caused_by_chg field contains chg persid), then spel script evaluate this 3 request status attribute and then display specific messsages based o cr status.

     

    Thanks for your suggestions.

     

    Best Regards,

    JOHN



  • 2.  Re: Use spel to query about Change Order (chg) related Requests(cr) status

    Posted Jan 21, 2019 09:52 PM

    Hi John,

    what event should trigger this action?  For example, if you have configured status transitions then you could code these tests in a site-defined condition macro as a pre-condition to the status change.  If you wish the test to happen when a change is saved, you could call it from an on_pre_val trigger.  Is it the triggering mechanism, or the logic of the condition macro (or both) that you need help with?

    Regards,

    James



  • 3.  Re: Use spel to query about Change Order (chg) related Requests(cr) status

    Posted Jan 22, 2019 09:11 AM

    James, thanks for your answer.

     

    I need help with the logic of the macro condition. How to identify change order's related call_request.

     

    Any suggestion?



  • 4.  Re: Use spel to query about Change Order (chg) related Requests(cr) status

    Posted Jan 28, 2019 08:51 AM

    I mean, which spel functions could we use in order to ask for related request attributes?

     

    Regards,

    JOHN