We would like to do some automation from other systems into our Epicor Vista 8.03.409C which is on Windows Server 2003 (Version 5.2.3790.srv03_sp2_gdr.100216-1301) using SQL Server 2005 (Version 611).
I am not too familiar with how the system was setup but was curious if people are able replicate adding a new Sales Order Entry with just making direct calls to the database.
Thanks Jose - any recommendations how we can automatic a sales order creation? Requirement given to me is to import a HubSpot quote into Epicor. Maybe it’s not possible with our version.
Have any contacts that have documentation or could help me figure this out? Contacted a few people we have worked with and so far haven’t been able to get any help.
Thanks. On a side note, with Epicor, can you create on click events? This looks a lot like vb.net and know there are onclick and onchange events. Looking for easy way to trigger database call based on form input change.
It is in Fact VB however you do not call Database anything from the UX in Epicor. You invoke generally a business object or a BAQ which then can execute the appropriate logic server side.