Know how to modify the icons of Acumatica Workspaces.

This blog explains how users can modify the icons of the Workspaces of Acumatica with lesser coding to make them more unique and presentable.

Users can either create their custom SVG icons or download them and use them for workspaces instead of the default ones.

Use case: Let us assume that the user wants to modify the icon for the Production Workspace of Acumatica.

To modify the Workspace icons below mentioned are the steps: 

  1. Download/create an SVG icon. 
  1. Now copy this SVG file to [instance_name]/Content/svg_icons folder.

  1. Open this file in Visual Studio. 
  1. After you open it, the file will contain the below code. The following code is an example of the SVG file that we have downloaded in this blog.

  1. And enter the below surround the code tag of <path> by <symbol> tag.
<symbol id= “production_icon”> 
<path d= “…”> //this tag is already present 
</symbol> 
  1. id: represents the ID of the icon. 
    viewBox: represents the coordinates of the icon. The dimensions defined in viewBox should be for a square layout of the icon.  In our case since, the viewBox attribute is already present in the code, there isn’t any requirement to add a new one. You can even remove the viewBox attribute from the <svg> tag and can put it in the <symbol> tag. In case there are multiple icons in one svg file, make sure the correct values have been specified for each of them.
  2. And hence, save the file.

  1. Now log in to Acumatica, with the credentials have to right to edit the Menu page. 
  1. Click on the More Menu (three dots) in the lower left bottom of the screen, and select Edit Menu.

  1. This will change the screen in editing mode.

 

  1. Select the pencil icon to the right of the Production Orders workspace.

 

  1. This is open the Workspace Parameters dialog box. 
  1. Select the production_icon option from the Icon dropdown menu.

  1. And then click on OK.

 

  1. And at last, select the Exit Menu Editing option in the lower left bottom of the screen.

 

  1. Refresh your browser and hence, the icon has been modified.

Curious to know how Acumatica can Unlock your business potential?

Contact Us today at info@germinit.com!

What We Do – GerminIT, one of the oldest ERP providers, is well known for its ERP implementation and customizations. We provide complete end-to-end assistance for data migration, system integrations, technical consultations, implementation competence, third-party add-on development, and product customizations for clients across the US, UK, Middle East, Australia, Asia, and Africa.

GerminIT

Cloud ERP Consultation In India

Subscribe

Leave a Reply

Your email address will not be published. Required fields are marked *