Checking prior and current values in validation rules #18172
Unanswered
DamienUKCEH
asked this question in
Help Wanted!
Replies: 3 comments
-
has notbody else tryied mapping a business process into valudation rules to enforce a work flow ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@cruse1977 is there any documentation on how to implement what would be triggers on in SQL land ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, You may be able to do this via a custom validator and using the instance._prechange_snapshot field to check the value of status pre the change being applied. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hi all
am trying to create validation rules that force business process
what am trying to do is check that devices and Vms have a state of planned before going active
how can I check that the prior status was set to "Planned " ?
Beta Was this translation helpful? Give feedback.
All reactions