function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
fer_farfer_far 

Detect canvas app event from VF page

Hi community,

I need to integrate a .NET application into a VF page, within a multi-step wizard (visualforce pages). Through this application I can make some actions and click on Back / Next buttons. These two buttons should redirect me to the previous / next wizard step (visualforce pages). My question is: can I detect the button clicks using canvas app events from the page and redirect to the right page?

I've taken a look to the Canvas app guide and I've seen information about publish and subscribe, but I don't know if it can be used to accomplish the requirement explained above.

Thanks in advance.