Skip to main content
Answer

Add upload button in default tab

  • April 12, 2023
  • 2 replies
  • 723 views

I want to upload excel in the Purchase receipt screen in the document details tab but when I allow the upload from the grid in the in the screen customization the upload button is disabled and the solution is adding Pximport to the graph before the view  but I do not have the graph in my customization project because this graph is default in the website

Best answer by Vignesh Ponnusamy

Hi @mostafaahmed83,

You can create a graph extension and then override the view. Below are the steps to create graph extension and the override the view,

  • Open customization project → Code → Add → Graph Extension → PO.POReceiptEntry
  • Override the view with PXImport(like below)

There is an additional step to enable the upload action in the grid. Below are the step to do it,

  • Add the Purchase Receipt screen to the customization project
  • Select the Grid in the Details → Enable AllowUpload under the Mode in Layout Properties 
  • That’s should be it.!

Attached Customization project for your reference. Thanks,

2 replies

Vignesh Ponnusamy
Acumatica Moderator
Forum|alt.badge.img+5

Hi @mostafaahmed83,

You can create a graph extension and then override the view. Below are the steps to create graph extension and the override the view,

  • Open customization project → Code → Add → Graph Extension → PO.POReceiptEntry
  • Override the view with PXImport(like below)

There is an additional step to enable the upload action in the grid. Below are the step to do it,

  • Add the Purchase Receipt screen to the customization project
  • Select the Grid in the Details → Enable AllowUpload under the Mode in Layout Properties 
  • That’s should be it.!

Attached Customization project for your reference. Thanks,


Forum|alt.badge.img

Hello, 
I added the upload button on the customers and vendors screen - however the menu that appears once the excel file is uploaded seems to pull from the customer and not the location.

How can I resolve?