×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi Dan,
Mmmmm. Commitment control is used in programs that update the master files
in the ERP package we use.
More details in my scenario:
We have an Item Masterfile table. I have an 'after insert' and 'after
update' trigger on it. The trigger program writes minimal data to fileA
and sends a 'Y' to a data queue to wake up a never ending program (code in
original email), which then retrieves more information and does various
calculations and writes to fileB.
If the ERP program does changes to the Item Masterfile and then does a
rollback:
a. Will I see records in the journal to the Item Masterfile to that effect?
b. Will the initial changes cause the trigger to fire and cause records to
be written to fileA?
Yours truly,
Glenn Gundermann
Email: glenn.gundermann@xxxxxxxxx
Work: (416) 675-9200 ext. 89224
Cell: (416) 317-3144
On 20 August 2015 at 11:48, Dan <dan27649@xxxxxxxxx> wrote:
My WAG: Any commitment control going on?
- Dan
As an Amazon Associate we earn from qualifying purchases.