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).
Question
lucho
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?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.