Question
Map Value or Decision table
Which one is better when making decisions based on values of one or more properties ?
it says in PDN that "If you're making decisions on the basis of only 1 or 2 values, then use MapValue", but we can achieve the same with decision table what is the advantage of using Map value and In what scenarios we should use Decision table when making decision on the basis of more than 2 values ?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Hi, With map Value rule, you can have only 1 or 2 inputs to determine the output, however in case of decision table, there can be more than 2 inputs to determine the output. So, considering the scalability, Decision table will need to be used where there is a possibility of additional input parameters being added to the decision logic.