Extending Microsoft Dynamics 365 Finance and Supply Chain Management Cookbook - Second Edition
by Simon Buxton
State Machines
State machines are a new concept in SCM and are a very welcome feature. Previously, the control of status fields was handcrafted in code, which could often be hard to read as there was no obvious pattern to follow. Having said that, we will always look at a standard example that's similar to our case and use that idea. This is good practice, as it is good to seek examples in standard code. Using standard code as a pattern often helps other developers understand the code we have written, and, if we can't find a pattern to follow, it might suggest that we rework our technical solution so that we can.
State machines allow us to define how the status transitions from an initial state to its final state through metadata. These rules ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access