Skip to main content
Question

Make Action Massready to use in GI

  • July 6, 2022
  • 4 replies
  • 223 views

Forum|alt.badge.img

Hello!

I’d like to know how i can make a specific Action mass ready to use/select in Generic Inquiries. 
I tried creating a action with the Customization Editor and using the following code to make it avaiable for mass processing. 

 

namespace PX.Objects.PO
{
public class POOrderEntry_Extension : PXGraphExtension<POOrderEntry>
{
#region Event Handlers
public override void Initialize()
{
processPurchaseOrderJW.IsMass = true;
}
#endregion
}
}


This doesn’t work and fails on validation with “The name ‘processPurchaseOrderJW’ does not exist in the current context.

The Action is a Workflow Action and is suppossed to set two user defined checkboxes to true.

Would be glad to receive some ideas!
Thank you​​​​​​​

4 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • July 6, 2022

Hi, @jwestermann17  processPurchaseOrderJW → Is this the custom action?

If yes, this button should automatically in the Mass Actions tab in the GI screen.

 


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • July 6, 2022

Hi, @Naveen Boga.

Correct, this is the name of the custom action i created with the Customization Editor.
Action Name: processPurchaseOrderJW
Action Type: Workflow

Field Update:
The two Checkboxes i’d like to Update.

But i checked multiple times with the GI Screen being on the correct entry point - the action is not visible.


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • July 26, 2022

Hi @jwestermann17 - were you able to find a solution for your issue? Thank you!


Forum|alt.badge.img
  • Author
  • Jr Varsity III
  • July 26, 2022

Hi @jwestermann17 - were you able to find a solution for your issue? Thank you!



Hi @Chris Hackett - Unfortunately not. We went ahead and we use a business inquiry for our use case at the moment, which seems to run fine. But we could not figure out our problem with the workflow action.

Greetings​​​​​​​