Dynamic list of methods to execute (in D365FO)
Imagine that you’re running a set of payment matching rules or you’re trying to find discounts based on various criteria. You’ll try one way to find the data, if it doesn’t bring anything, you try another one, and so on. A typical implementation looks like this: found = trySomething(); if (!found) { found = …
Continue reading ‘Dynamic list of methods to execute (in D365FO)’ »