Skip to main content
Answer

Adding a grid view record/s to another grid by using an action when a button is clicked without using event handlers

  • May 10, 2023
  • 3 replies
  • 354 views

Forum|alt.badge.img

 

How can I achieve below function by overriding the action/s.

“ I need to add a record/s of inventory lookup view to Receipts screen Details tab when I click panel buttons (ADD, ADD & CLOSE)”

Additional info:
Used version: Acumatica 22.112.0018
No customizations published
Used data set  U100

  • Below I have attached a sample demo (assume inventory lookup view consist of different set of records)

 

Best answer by darylbowman

Without actually doing it, I can’t say for sure, but it looks like the Add button calls addInvSelBySite, which is an action in the SiteStatusLookupExt graph extension of INRegisterEntryBase. I believe if you extend the graph extension and override the action, you could add additional code to the action.

3 replies

darylbowman
Captain II
Forum|alt.badge.img+15

Unless I’m mistaken, this is how this screen already works. Could you explain what you are trying to accomplish? Did you want to change something about how this works or were you just trying to understand how it works?


Forum|alt.badge.img

Is it feasible to override these panel buttons?


darylbowman
Captain II
Forum|alt.badge.img+15

Without actually doing it, I can’t say for sure, but it looks like the Add button calls addInvSelBySite, which is an action in the SiteStatusLookupExt graph extension of INRegisterEntryBase. I believe if you extend the graph extension and override the action, you could add additional code to the action.