Viewing 4 posts - 1 through 5 (of 5 total)
Not sure what the current version of Epicor is. I was looking for away to speed things up from using the Business Objects and writing a single Material at a...
August 27, 2015 at 11:12 am
Since I can't change the trigger on the ERP System database, would I be able to set the Stored Proc up to use a Cursor and input a single row...
August 27, 2015 at 9:32 am
No sir, our ERP is Epicor. They originally used Progress but are phasing it out now.
August 27, 2015 at 9:30 am
Unfortunately the table I'm attempting to insert into is part of the our companies ERP systems database and it does have the following trigger:
create trigger [dbo].[_ti_JobMtl] ON [dbo].[JobMtl] for insert...
August 27, 2015 at 9:07 am
Viewing 4 posts - 1 through 5 (of 5 total)