Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am not sure if the way to go is Enable Conditional but....
I have a Case Type object
Case Type
CCIN
WFIN
CFIN
each of these case types will have expressions associated.
Completed CFIN < 5 Days
Completed CFIN <=10 Days
Completed CFIN>10 Days
Completed CCIN < 5 Days
Completed CCIN <=10 Days
Completed CCIN>10 Days
Completed WFIN < 5 Days
Completed WFIN <=10 Days
Completed WFIN>10 Days
So my predicament is ....
When I select a case type, I want one list box called Days to have
< 5 days
<=10 days
>10 days
so if i select the Case Type listbox to show 'CCIN', the related Completed CCIN appears.
I'm assuming what i want to do relates to Enabling Conditional as I need to provide for WFIN and CFIN?
I really hope I have explained what i want
Attached a pic i am trying to achieve.
Attached a pic i am trying to achieve.
Attached a pic i am trying to achieve.