Skip to main content

 

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)

 

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?


Is it feasible to override these panel buttons?


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.


Reply