Josef
Josef

Reputation: 5

Acumatica add new screen

Can we add a completely new screen to Acumatica rather than customizing existing screen?

This is not discussed in T100 Guide so was curious to know.

Upvotes: 0

Views: 1997

Answers (2)

Sin
Sin

Reputation: 1864

As @Brendan said, it will be in a different guide, but the steps are as follows when you use visual studio primarily.

  • Create a new Graph Define a Primary View for the graph and related views
  • Build the project
  • Create a page to the correct sub folder under the pages with the right acumatica template eg: FormDetail or FormTab
  • set up the primary view for data source and generate controls
  • Add sitemap in acumatica to show your new page

Upvotes: 1

Hayk
Hayk

Reputation: 46

But this is not a good way to creating a screen. You can also create it from Customization of your project (System - Customization - Customization Project). Select Screens Tab, select add screen, New screen, will be provided a Window with initial properties for creating a screen. There you will see what need to do (new PXGraph name, a site map for that screen, name of the screen, and number eg: SO301010, but you need to set number that not busy.)

Upvotes: 1

Related Questions