Hello, I'm a first-timer here.
My problem is that I want to create a trigger 'A' that acts as a fallback trigger. This means if the conditions for my other triggers 'B' and 'C' are not met, trigger 'A' should activate. However, if the conditions for triggers 'B' or 'C' are met, trigger 'A' should remain inactive. I don't want trigger 'A' to check whether 'B' or 'C' are active; it should activate only when the conditions for 'B' or 'C' are not met. I have many triggers, so I can't include the conditions of other triggers in 'A'.
Is there solution for this case?
Thank you.
My problem is that I want to create a trigger 'A' that acts as a fallback trigger. This means if the conditions for my other triggers 'B' and 'C' are not met, trigger 'A' should activate. However, if the conditions for triggers 'B' or 'C' are met, trigger 'A' should remain inactive. I don't want trigger 'A' to check whether 'B' or 'C' are active; it should activate only when the conditions for 'B' or 'C' are not met. I have many triggers, so I can't include the conditions of other triggers in 'A'.
Is there solution for this case?
Thank you.
Comment