Skip to main content

Our customer is asking the the AP Bills and Adjustment to be added their Mobile App.

I have added to Mobile Workspace AU220012 but do not see on Mobile

What am I missing?

Do I need a customization project ?

Can someone provide the basic outline of this process 1 - 2 - 3?

 

Hi @dsimmerly ,

Have you tried Update Menu using below?

update sitemap {
   add item "AP301000" {
    displayName = "Bills and Adjustments"
    visible = True
  }
}

I believe, it will display the workspace on the mobile app.

Regards,

Sweta
 


Hi @dsimmerly you need bevor a customization project.

You can find all informations in this Acumatica Guide: https://acumatica-builds.s3.amazonaws.com/builds/23.1/PDF/AcumaticaERP_MobileFrameworkGuide.pdf


Hi @dsimmerly  

  1. Open the Customization Project
  2. Click on the Mobile Application (Left Side Menu)
  3. Click on the Update Main Menu
  4. Also, Make sure to add the created workspace should be added in the Mobile Workspace.
  5. Add the below code.


 

update sitemap {

add item "AP301000" {
displayName = "Bills and Adjustments"
visible = True
}

}

 

Please find the screenshots for reference.

 

 

 

 

Add Workspace here

 


Reply