Skip to main content
Answer

Adding Workspace to Mobile App

  • July 21, 2023
  • 3 replies
  • 448 views

dsimmerly
Pro I
Forum|alt.badge.img+1

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?

 

Best answer by sweta68

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
 

3 replies

Forum|alt.badge.img+9
  • Semi-Pro III
  • Answer
  • July 24, 2023

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
 


RaphaelPfaff12
Semi-Pro III

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


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • July 25, 2023

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