How to call the decision table on the varibale level
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 03:21 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 03:45 AM
create a variable of type reference and reference it to your decision table.
Is that what you are looking for?
Regards,Sushant Malsure
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 04:44 AM
Use Refernce Qualifier in the Type Specifications of the Refernce Field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 05:24 AM
Can you please share me the refernce qualifier condition.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2023 06:46 AM
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)