How to prevent users from running the rule
Hello everyone,
I am using PBCS, which does not support Groovy.
I am trying to prevent users from running the datacopy rule when the Version is approved.
My business rule is like this :
FIX(fix statement)
DATACOPY {DraftVersion} to {FinalVersion};
ENDFIX
My question is:
- Is there any way to prevent users from running the rule on the 2nd time with the same FinalVersion?
For example:
If {FinalVersion} = Final01 , users ran the rule to copy from the Draft version to Final01 for the first time.
After that, if users still choose Final01, the rule will run unsuccessfully.
I am testing with Security on the rule:
Tagged:
0