Process flow: how to force conditions before changing a picklist - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: Process flow: how to force conditions before changing a picklist (/showthread.php?tid=2136) |
Process flow: how to force conditions before changing a picklist - Guido1982 - 04-13-2021 I want to perform a small test-task in the process flow management, since I've never used that before. Now I know we can enforce certain conditions using the process flow, so here is my testcase: I have a dropdown that can only be set to a certain value if a numeric field is set to zero. Is there documentation on the process flow where I can figure out how to do that? RE: Process flow: how to force conditions before changing a picklist - joebordes - 04-13-2021 that sounds like a validation more than a flow business process flow enforces a series of values in a certain sequence in the same status field, not a dependency between values RE: Process flow: how to force conditions before changing a picklist - Guido1982 - 04-14-2021 Ah OK, that seems like something that's due to the lack of my knowledge of the functionality. You did a video on that right? RE: Process flow: how to force conditions before changing a picklist - joebordes - 04-14-2021 https://github.com/coreBOS/ProcessFlowPerspective That is most of the documentation and the link to the video is there too. The is probably some blog post about it. |