Today's video is going to demonstrate a technique to disallow actions from the SOP Transaction Entry window Action Button. We don't have the ability to enable/disable this button, so we'll do the next best thing and stop the action from completing.
This will be a VBA modification, that means that you have to have reg keys that allow you to make VBA modifications.
The solution that I'm going to offer is somewhat complcated, I'm not going to explain it in full because it would introduce a larger topic than we have time for… but the article that accompanies this video has a link to the author of the code. Our job here is to teach how to implement it.