Skip to main content
Solved

Upload button is disabled. Any idea why?


aaghaei
Captain II
Forum|alt.badge.img+10

Hello all,

 

I am wondering if has anyone come across this issue that the “Upload” from Excel is disabled on Top of a details grid in a master-detail form (Below screenshot).

Background:

  • This button was hidden initially so in the page Grid Control I set the “AllowUpload” mode to true to make it visible.
  • The user is admin and has full access.
  • The DAC keys are verified and fine.
  • The DAC didn’t have a PrimaryGraph so I thought it could cause the issue so using a DAC extension I added the PrimaryGraph to the DAC properties.
  • I have checked and there is no event/method that disables the button in Acumatica source
  • I tried to Enable the Action using RowSelected handler but I do not see this action amongst the rest of the actions.
  • I reset Caches and restarted the application.

I have no idea what else could disable the Upload action. 

 

 

Best answer by Naveen Boga

Hi @aaghaei   You might have added the <Mode AllowUpload =”true”> but assuming that you have NOT decorated your GRID View with the PXImport, hence upload button is not enabled. 

Please add PXImport and check once.

 

Example:   [PXImport(typeof(Primary DAC))]
        public PXSelect<GRID DAC> GRIDVIEW; 

 

 

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

6 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3412 replies
  • Answer
  • June 24, 2023

Hi @aaghaei   You might have added the <Mode AllowUpload =”true”> but assuming that you have NOT decorated your GRID View with the PXImport, hence upload button is not enabled. 

Please add PXImport and check once.

 

Example:   [PXImport(typeof(Primary DAC))]
        public PXSelect<GRID DAC> GRIDVIEW; 

 

 


aaghaei
Captain II
Forum|alt.badge.img+10
  • Author
  • Captain II
  • 1204 replies
  • June 24, 2023

@Naveen Boga Thank you very much. I was losing my mind. You are right in Acumatica Source code the view was not decorated with PXImport. I decorated the view and all works just fine. 


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3412 replies
  • June 25, 2023

@aaghaei Awesome! I'm glad that issue addressed and thanks for sharing the update.


genelitomarte18
Freshman I
Naveen Boga wrote:

Hi @aaghaei   You might have added the <Mode AllowUpload =”true”> but assuming that you have NOT decorated your GRID View with the PXImport, hence upload button is not enabled. 

Please add PXImport and check once.

 

Example:   [PXImport(typeof(Primary DAC))]
        public PXSelect<GRID DAC> GRIDVIEW; 

 

 

hello @Naveen Boga  is it possible to enable the Upload Button on a Filtered Processing View in Acumatica? I was able to show the upload button however it is disabled I have no idea to enable it. Thank you in advance. Take care always.


 

 


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • 3412 replies
  • October 10, 2023

@genelitomarte18  As far as I know, it is not feasible to upload the files in the Processing screens.

If we need to add the Upload button, it requires PXSELECT VIEW and will not work with PXPROCESSING VIEW.

Moreover, processing screens are designed for background jobs hence will not support uploading the files manually.


genelitomarte18
Freshman I
Naveen Boga wrote:

@genelitomarte18  As far as I know, it is not feasible to upload the files in the Processing screens.

If we need to add the Upload button, it requires PXSELECT VIEW and will not work with PXPROCESSING VIEW.

Moreover, processing screens are designed for background jobs hence will not support uploading the files manually.

Thank you for your response.  


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