This repository was archived by the owner on Sep 13, 2024. It is now read-only.
Replies: 1 comment 1 reply
-
system - is called from PHP code, so it won't work if I didn't add proper PHP code |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I created 4 workflows for one module, all set triggered by [system].
1 workflow -- condition: field b = 0 task: update field c= [option1]
2 workflow -- condition: field b greater than 0 and less than field a task: update field c= [option2]
3 workflow -- condition: field b = field a task: update field c= [option3]
4 workflow -- condition: field b greater than field a task: update field c= [option4]
testing results:
change the trigger from system to Every time a record is saved (eg. creating, modifying), works! all other triggers won't work.
ps: field b is a summary data which collect data and sum from another module (this part works well).
if anyone knows how to solve, please help share your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions