Skip to main content

Modified Acumatica User Interface

  • October 15, 2020
  • 1 reply
  • 146 views

purwandaruw
Freshman II
Forum|alt.badge.img

Hi All,

 

Just ask this forums that if anyone have an experience about modifying Acumatica User Interface. So, my team already create a new screen with Acumatica Framework. As you know that every Acumatica screen have limitations such as header part, tab part and etc.

So, if there’s any experience all the developers here that can create allignment between each part of the screen because we’re using multiple grid part for each data.

Please find attached screen for illustration.

So, drop me by an email or replying my chat if you can do this or need more information about this.

Any request of service regarding this, you can contact me privately.

Daru

daru@sunartha.co.id

visit: http://sunartha.co.id/

Did this topic help you find an answer to your question?

1 reply

Hughes Beausejour
Acumatica Employee
Forum|alt.badge.img+2
  • Acumatica Developer Support Team
  • 91 replies
  • October 26, 2020

Make all columns the same size in the form container and it should align.

Size of the column is the size of the largest element it contains.

 

You can use the standard size described here:

https://asiablog.acumatica.com/2016/04/extend-change-field-size.html

 

Standard sizes for Controls and Labels:

  • XXS (40px)
  • XS (70px)
  • S (100px)
  • SM (150px)
  • M (200px)
  • XM (250px)
  • L (300px)
  • XL (350px)
  • XXL (400px)

For special cases you can use CSS with the Style property to set a control position manually:

<px:PXLabel ID="lblCustomerIDH" runat="server" 
    style="z-index:107;position:absolute;left:239px; top:69px; margin-bottom: 10px;"></px:PXLabel>
 


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