Business logic

Business logic is the collection of rules that constrain and guide the handling of business data. eConnect encapsulates its business logic in business objects. The business objects recreate Microsoft Dynamics GP’s business logic for the documents and operations that eConnect supports.

The eConnect business objects implement business logic using SQL stored procedures. Any eConnect action that queries, creates, updates, or deletes data from Microsoft Dynamics GP uses one or more stored procedures. The eConnect install encrypts these stored procedures so you cannot edit the SQL instructions they contain.

While you cannot directly modify eConnect’s core stored procedures, eConnect’s business logic can be modified to respond to unique business problems. To adjust its business logic to a unique business problem, eConnect allows you to customize it’s XML documents and add custom SQL code that supplements the eConnect stored procedures.


Documentation Feedback