How to find out exactly what an application is doing in Sage 500 without source code?

SUGGESTED

Our company wants to write its own labor entry screen outside of Sage 500 (ITAR compliance for a government contract), but integrate it by writing/updating/selecting from the Sage files. Basically mimic what Sage 500 is doing. How do I do this without source code?

Parents
  • 0

    From the SQL Server side run a SQL Profiler or SQL Extended Events session to capture information while doing the labor entry screen process. This will show you what is happening for the most part. You can also reach out to your Sage Partner who may be able to assist. I know we have created an extended API for this already as we have this at other customers. 

Reply
  • 0

    From the SQL Server side run a SQL Profiler or SQL Extended Events session to capture information while doing the labor entry screen process. This will show you what is happening for the most part. You can also reach out to your Sage Partner who may be able to assist. I know we have created an extended API for this already as we have this at other customers. 

Children