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
Solved
Add upload button in default tab
Best answer by Vignesh Ponnusamy
Hi
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,
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.