Jump to content

lucho

New Member
  • Posts

    2
  • Joined

  • Last visited

Everything posted by lucho

  1. I could do it with this hook add_hook('AdminClientServicesTabFieldsSave', 1, function($params) { ..... }
  2. I'm in the admin area editing a client's product/service and I want to make an API call to another system when certain fields, such as Status, Servers (a Configurable Option), or next_due_date, are modified. I've tried various hooks but have realized that they are not triggered from this area. For example, I know that if I perform an Upgrade, the mymodule_ChangePackage function is triggered, and that works. However, if I edit some of these fields, I can't find a way to make an API call (or even create a log for debugging). Any ideas on how to achieve this?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated