How to call the decision table on the varibale level

Archana23
Tera Contributor

I have a requirement with the below attcahed screenshot with more options, so I have created a decision table for the varible..How to call the decision table on the variable level, please suggest.

 

Archana23_0-1691489980948.png

 

4 REPLIES 4

sushantmalsure
Mega Sage
Mega Sage

create a variable of type reference and reference it to your decision table.

Is that what you are looking for?

 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,Sushant Malsure

Community Alums
Not applicable

Use Refernce Qualifier in the Type Specifications of the Refernce Field

Can you please share me the refernce qualifier condition.

Community Alums
Not applicable

You have two fields Function and Activity. You want activity field dropdown based on the function Selected?

Make Activity as the reference field which is referring to the table. 

Condition: function=current.variables.func_name

func_name- backend name of the function variable in the form

(For Condition Goto the Custom Table created and copy the Encoded Query you need to show)