Skip to main content
Answer

Unable to add the customized screen actions to mobile application.

  • January 16, 2023
  • 3 replies
  • 201 views

Forum|alt.badge.img

When we are trying to add the customized actions to the mobile application it is not showing in the mobile app.


actions in the customized screen:

 

In the screenshot we can see the actions under the Actions complex type in WSDL Schema

 

In the code part we have tried with the different action commands still we could not able to see the actions in the mobile applications.

add container "HeaderView"{
    
     add recordAction "Save" {
     behavior = Save
     }
     add recordAction "Cancel" {
     behavior = Cancel
     }
      add recordAction"ScanReset" {
     behavior = Record
     }
     add recordAction"UserSetupDialog" {
     behavior = Record
     }
     add recordAction"ScanRemove" {
     behavior = Record
     }
     add recordAction"ScanQty" {
     behavior = Record
     }
     add recordAction"ScanReleaseTransfer" {
     behavior = Record
     }

     add layout "HeaderViewHeader" {
      layout = "HeaderSimple"
    
       add layout "HeaderViewHeaderRow1" {
        layout = "Inline"
       add field "SuggestedLocation"
       }
       add layout "HeaderViewHeaderRow2" {
        layout = "Inline"
       add field "DPARule"
       }
    }
    
    add field "Scan"
    add field "ReceiptNbr"
    add field "Message"
    
    
    
    add layout "Receive" {
     layout = DataTab
     add containerLink "Receive" {
     control = "ListItem"
     }
   }
    add layout "PutAway" {
     layout = DataTab
     add containerLink "PutAway" {
     control = "ListItem"
     }
   }
    add layout "Transfers" {
     layout = DataTab
     add containerLink "Transfers" {
     control = "ListItem"
     }
   }
    add layout "ScanLog" {
     layout = DataTab
     add containerLink "ScanLog" {
     control = "ListItem"
     }
   }
    
    
   }

 

Best answer by Anacarina Calvo

Hi @rakeshe45 none of the actions are shown? keep in mind that the actions that are disabled on the web version, will not be shown on the mobile until they are editable.  

3 replies

Yuriy Zaletskyy
Jr Varsity I
Forum|alt.badge.img+3

which build of Acumatica you use?


Forum|alt.badge.img
  • Author
  • Varsity I
  • January 23, 2023

Hi
I am using 22.200.0104 Build.


Anacarina Calvo
Pro I
Forum|alt.badge.img+4

Hi @rakeshe45 none of the actions are shown? keep in mind that the actions that are disabled on the web version, will not be shown on the mobile until they are editable.