Loading ...

How to override CopyPaste action

Imagine you’ve implemented some logic that automatically adds a line to your document to assist with your business processes. However, you don’t want this line to be included when using the copy-and-paste functionality.  Below is an example of how you can override the CopyPaste action and re...

How to get attached file in code

How do extract attached files to work with them? In this article, we’ll explore how to extract files attached to a record in Acumatica ERP and process them programmatically. We'll create a button on the Expense Claim screen and use it to retrieve attached files, perform operations on them, and ha...

How to create warning in window

How to create a window with a warning. In my case, I want to create a warning when clicking on the Confirm Shipment button on the Sipments SO302000 page. To begin with, we find our button on the screen and inspect it by clicking on it with the left mouse button, holding Ctrl and Alt. Copy the Ac...