Skip to main content

I created a custom action called ‘Update Lot Nbr/Expiration on a grid:

 

Why does the context menu item have no text?

I’m guessing that you may have found this:

https://www.acumatica.com/blog/adding-actions/

Does your XML in the page have the correct Text value?

<px:PXToolBarButton Text=”Insert Row” ImageSet=”main” ImageKey=”AddNew” DependOnGrid=”grid”>


I combed through that extensively, yes.


In this case, it was because on POOrderEntry, I created the action for the POLine grid, but the Action definition still needs to be made using POOrder.

 

So 

public PXAction<POOrder> ActionForPOLineGrid;


Thank you for sharing your solution with the community @darylbowman !


Reply