Help with method actions?

Is there any documentation on Method actions? I’m stuck on the basics.

The only one I have grasped is the OpenDetails one because I can find examples of it in some of the tiles. However I have not managed to get anywhere doing something basic such as a button that jumps to a page.

WG. If I create a button that I want to jump to a page…
add eventtrigger OK
assign a method action - I’m stuck. Where do I find out what to enter in Method and Parameters fields?

Which Method are you asking about specifically? You need to 1st select a TargetName & then you can select a method from the Method dropdown. Not every Target has Methods. If you aren’t seeing anything in the dropdown, then it doesn’t have any methods you can call.

It has finally dawned on me that when you add a method action - selecting target name App then gives you a drop down list of methods you can pick from. In my case PushPage was the one I wanted.

Before this eureka moment I didn’t understand why I couldn’t access methods such as openpage or pushpage.

1 Like