Call stored procedure using a button on Customer Maintenance

SOLVED

We're looking to build a function to push newly entered customer data (for new account setups) out to an external database for one of our in-house programs (both Sage and external are on SQL 2016). What our developer is suggesting is using a stored procedure passing all the fields as parameters, we can then do validation, update vs. add new, etc. so we could have this integration happen live.

Before I give the ok on this I wanted to confirm that Sage allows for calling a stored procedure off of a custom button in the Customer Maintenance panel.