i need to add buttons on mobile app. In web version i have this.

How i can do this in mobile app?
i need to add buttons on mobile app. In web version i have this.

How i can do this in mobile app?
Best answer by Rakshanda
Hi
You can check the web service schema for your screen to identify the name of the action. Once you have that, you can use the code below.

for example- Add receipt button is added in Expense receipt screen as below
add recordAction "ShowSubmitReceipt" {
behavior = Void
redirect = True
redirectToContainer = "AddReceipts$List" // add container which is contains popup fields
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.