Skip to main content
Solved

Add information in the footer of the screen PO505000

  • December 29, 2020
  • 1 reply
  • 360 views

SadokHanini
Freshman II

Hello,


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

 

Thanks.

Best answer by Hughes Beausejour

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

View original
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
  • Answer
  • March 9, 2021

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


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