Skip to main content
Question

Custom Action in Import Scenario

  • March 13, 2024
  • 1 reply
  • 155 views

Forum|alt.badge.img

Hello Acumatica Community,

I'm currently attempting to implement the code shared from @Naveen Boga in this post Acumatica Community Post to enable the "CreatePDF" action through a Generic Inquiry, a Business Event, and an Import Scenario for what I'd envision as a type of bulk processing replacement. However, the action is not appearing in the Import Scenario. Am I missing something? How can I ensure that this action is available in that context?

 

 

 

1 reply

WillH
Semi-Pro II
Forum|alt.badge.img+4
  • Semi-Pro II
  • June 16, 2026

Hi ​@jwestermann17  
I know I’m 2 years too late here, apologies.


I was just looking into this for a project i was working on. 
The cause I’ve become aware of, is that the action button needs to be attached to a Summary Object to be able to be picked up by an import scenario.
If you attach the button to a detail object (say a DetailGrid) then the detail grid can’t be seen by the import scenario. 

Changing the exact object the action/button is attached to might help.

If anyone has other hints for this kind of scenario, feel free to share. 
Hope this helps someone else troubleshoot quicker in future. :)