Hi Is that possible to change dinamically action of button or hyperlink? Comparing with APEX, you have a breadcrumbs component that is used to branch to other page. Depending on current page, the hyperlink is available or not. For example: Page 1 > Page 2 - [Page 2 is current page so hyperlink is not available] Page 1 > Page 2 > Page 3 - [Page 3 is current page. Page 2 has hyperlink available] When I click in Page 2 hyperlink it will branch to a page 2 (in formspider execute an action) Thanks Ricardo |
Hi Ricardo, It's not possible to change dynamically the action of a component's event in Formspider. Instead, you can define a generic procedure/action pair for your hyperlink and call the appropriate procedure that you have used in the action from this generic procedure:
Best Regards, Ibrahim |