How do I refer to an environmental variable from inside a business rule? Or is this not possible?
I've created an environmental variable called stdCutoff in my solution. It contains a number. I have a Dataverse table CustomCutoffs where different teams can set their personal cutoff values. Most teams won't bother to create a custom cutoff. But if they do, I want a business rule that sets its default value to stdCutoff.
If I can't do this from inside a business rule, is there another way?