Announcement

Collapse
No announcement yet.

What is the correct way to add custom Hooks to Quote Entity from Advanced Pack?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • What is the correct way to add custom Hooks to Quote Entity from Advanced Pack?

    Hi,

    I tried to create a custom Hook as I do for regular entities but it seems that it is not supported. I tested to create a Hook for Account and it worked but it doesn't work for Quote.

    How should I proceed? Should it be in another folder?

    Thanks in advance
    ​​

  • #2
    Hi,

    It should work the same way as it works for Account.

    Comment


    • huscmk
      huscmk commented
      Editing a comment
      Hi,
      After some more testing, its seems that the Hooks created for Quote Entity are triggered only at the creation of a record and never again afterwards (using either beforeSave of afterSave).

      Is it possible that something is coded differently for the Quote Entity that makes the Hooks not triggered when the record already exists ?

      Thank in advance
Working...
X