Use PDIs? Take our 5-minute survey to help shape the PDI roadmap.

Load data from decision table to Catalog Item form

Henrik Jutterst
Kilo Sage

I have created a decision table where I have a unique input condition for each row. Now I'm looking for a way to list my records from the decision table into a Catalog Item.

 

I have created a new variable as a type = reference. The problem is that I can't select my decision table in my  catalog item variable.

 

To me it sounds like you shouldn't be able to reference decision tables from a Catalog Item variable. 
Is this by design or am I doing something wrong?

 

HenrikJutterst_2-1787755152503.png

 

1 REPLY 1

HarishKumar6668
Tera Guru

Hi @Henrik Jutterst ,

A Decision Table is composed of multiple underlying tables. Even if you are able to reference the Decision Table itself, the actual decision rows are stored in the Decision Question (sys_decision_question) table, while the inputs are stored separately.

Instead, I would suggest copying the Decision Table code snippet and implementing the logic in a GlideAjax Script Include. You can then invoke the Script Include from the Client Script and use addOption() to dynamically populate the choices on the form load.


Screenshot 2026-08-26 at 8.35.33 PM.png 

If you find this information useful, please mark it as Helpful and Accept the Solution.


Regards,
Harish