Solved

Add information in the footer of the screen PO505000

  • 29 December 2020
  • 1 reply
  • 295 views

Userlevel 2

Hello,


it is possible to add an information in the footer of the screen PO505000
For example a total of the field Amount.

 

Thanks.

icon

Best answer by Hughes Beausejour 9 March 2021, 15:56

View original

1 reply

Userlevel 5
Badge +2

You can use the grid control StatusField property to display text in this area:
<px:PXGrid ID="grid" runat="server" DataSourceID="ds" StatusField="Availability">

public virtual void POLine_Availability_FieldSelecting(PXCache sender, PXFieldSelectingEventArgs e)
{
   // Set text that appear in footer
   e.ReturnValue = "Text to be displayed in grid footer.";
}

I have a more detailed answer about this on stack overflow:

https://stackoverflow.com/a/56067383/7376238

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved