"set" of variables

osvald

Member²
how i can organize substituted values of variables in some "sets"
for e.g.: i want to run my script for
customer_id = 4 and agreement_n = '00XX16' -- first case
customer_id = 6 and agreement_n = '11XX18' -- second case
.. then some others cases ...

my request is -- how can i the next time i use script understand that when i select 6 for customer_id (in drop down list of values) - i must select '11XX18' for agreement_n (you know that pair customer_id = 4 and agreement_n = '11XX18') will return nothing
 
Back
Top