You need to sign in to do that
Don't have an account?
Invoke Trigger when I update trigger Manually only.
Hi!
I have update trigger on A object, and in my org, there are the other class that update A.
In this case, I'd like to make new update trigger, and i'd like to invoke it only when user update A object manully.
Existing trigger update A but dosen't invoke new trigger.
Is it possible?
I have update trigger on A object, and in my org, there are the other class that update A.
In this case, I'd like to make new update trigger, and i'd like to invoke it only when user update A object manully.
Existing trigger update A but dosen't invoke new trigger.
Is it possible?
Thank you, and I found workaround yesterday.
I create checkbox field, and then use it for If statement.
By using this field, I checked it is autogenerated or updated manually.
All Answers
This can get tricky, do you want this to run for any field update or a specific update or for a specific user, or a scenario. I am thinking if we could Identify such an event and run the second trigger on that, and update the first trigger to skip.
Hope it helps
Thank you, and I found workaround yesterday.
I create checkbox field, and then use it for If statement.
By using this field, I checked it is autogenerated or updated manually.