Skip to main content
Solved

Adding Workspace to Mobile App


dsimmerly
Semi-Pro III
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
 

View original

Forum|alt.badge.img+10
  • Semi-Pro III
  • 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 I

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

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


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings