0

Trigger after update strange behavior

I have 3 number fields. Each of them have Trigger After Update(TAU) which change next number. As example:

TAU number1 is number2:=99

TAU number2 is number3:=55.

But, when I change value of number1 TAU number2 doesn’t run. 

1 reply

null
    • Mconneen
    • 4 yrs ago
    • Reported - view

    @agiorno... I recall submitting a similar question .... and the answer was this is by design.  If the user physically changes the value... the TAU fires... If the value is changed by code... it will not fire. 

    As the programmer.. you should know all the TAU and dependancies..  So, as a work around, you can put the TAU logic in global functions and then when changing  number2 in TAU 1... you can call TAU 2's global function.    A bit of a kludge.. but should work. 

Content aside

  • 4 yrs agoLast active
  • 1Replies
  • 1059Views