By using this website, you agree to our Terms of Use (click here)
Is there a way thru Acumatica customization projects to run an SQL script dynamically? Probably the best way to explain this is the use case scenario.
We are using Acumatica to create new stock items. But we have a 2nd SQL database (not-Acumatica) that needs to know when a new stock item has been created and copy the data over. Ideally upon saving the new stock item in Acumatica an SQL script is run that pushes the necessary info over to the other SQL database. Is this possible within the bounds of the built in Acumatica customization projects? Or would it require more in depth customization?
Would you not use a SQL trigger at DB level rather than through the Accumatica framework?
For a framework option, message @fernando-amadoz at SkyKnack. I know he's done stuff syncing data between Acumatica Tenants.
This is now possible with AugSQL (click here). With AugSQL, you can trigger a SQL script with a Business Event in Acumatica.