Changes between Initial Version and Version 1 of Ticket #14243


Ignore:
Timestamp:
Aug 30, 2023, 3:15:17 AM (9 months ago)
Author:
Jun Omae
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14243 – Description

    initial v1  
    11I'm trying to set one value in response to another and it is only working if I use a single value.  Trying to have multiple listed does not respond.  I have the following setup under the tickets-custom:
    2 
     2{{{
    33cfc = select
    44cfc.label = Critical Facility Capability
     
    1111itemcode.order = 6
    1212itemcode.options = |BCA|BAC|BNE|P400|HPU|NPW
    13 
     13}}}
    1414I then have these two rules setup:
     15{{{
    1516cfc.set_to_Electrical_when_itemcode = BCA|BAC|BNE|P400  (overwrite)
    1617cfc.set_to_Hydraulic_when_itemcode = HPU|NPW (overwrite)
    17 
     18}}}
    1819Written as above, they do nothing, but if I remove all but the first option then setting my itemcode field to BCA will set cfc to Electrical, and setting it to HPU will set it to Hydraulic. 
    1920