1. Mbiyc
  2. Support
  3. Thursday, November 12 2015, 07:47 PM
If I have a skeleton definition for triggerProfileUpdate() and another for triggerFieldMyFieldUpdate(), do they both always fire on an update to MyField? If so, in what order?
admin Accepted Answer
Admin
Hi,
do they both always fire on an update to MyField?
Yes

If so, in what order?
Easy Profile trigger these with following order:
1. triggerFieldMyFieldUpdate
2. triggerProfileUpdate
  1. more than a month ago
  2. Support
  3. # 1
Mbiyc Accepted Answer
Thanks...

So, as long as the triggerProfileUpdate() does not overlap updating the same Profile Fields as triggerFieldMyFieldUpdate() I should be fine to use both?

Which is more efficient? Should I put all my update code in triggerProfileUpdate() since I have that already set up of multiple field updates, or is there any advantage to using both?

It might be a good idea for you to add this information to your Skeleton document page, and to comments in the skeleton.php. Just a suggestion...
  1. more than a month ago
  2. Support
  3. # 2
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.