Hi,
I want to fire an action after Publish button click.
Steps:
1- User create new product
2- User click on Publish button.
3- Publish button perform action of publish. (CRM Action)
4- Once Publish action completed, I want to Show/Hide a section in Product detail page. (My Action)
In short, I have a section in Product detail page which should only display if product is published. I can set this on OnLoad method of form.
But this will not work if user create a new product and click on Publish. In this case I user must refresh the page. I don't want this. I want that section should display immediately as user click on Publish.
Please suggest me. Let me know if more details are required.
Thank you.









