Announcements
No record found.
how to add function after post action on sales transaction entry screen ?!
You will need to develop a customization for this. You can use Dexterity or Visual Studio C#. What does this function need to do?
I'm working in VB.NET, not C#, and I need just the code to allow me to add a customized function after the post action.
You can capture the event with this. In my case I was capturing the Transfer option.
SopXferDocumentForm.SopXferDocument.TransferButton.ClickAfterOriginal += new EventHandler(SalesXferDocActionButton_Change); /* Capture the Transfer event */
I would recommend capturing logs and using the actual posting procedure as your trigger point.
Use GP Power Tools to make capturing logs much easier and even using GP Power Tools - Developer Tools module instead of Visual Studio Tools. Much easier to develop, no external tools, no restarting GP and copying DLLs etc.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Stars!
We are thrilled to have these Champions in our Community!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Giorgio Bonacorsi 689
André Arnaud de Cal... 478 Super User 2026 Season 1
Syed Haris Shah 258 Super User 2026 Season 1