Skip to main content
Question

How to add button to mobile which open dialog the same as in the web version?

  • December 10, 2025
  • 1 reply
  • 24 views

Forum|alt.badge.img+2

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


How i can do this in mobile app?

1 reply

Forum|alt.badge.img+1
  • Jr Varsity II
  • December 11, 2025

Hi ​@bihalivan15 

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.

WSDL

 

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 
    }