I'm on 701. However I was trying to avoid having a submit on save. I'd rather there be a warning and leave it up to the employee to submit or not.
I have employees entering hours in time and expense. They seem to be pretty careless and we are getting a few entered but not submitted times. I've been racking my brain on how to prompt a warning if they try to switch to another day or create a new time before submitting the existing time. I'm trying to avoid having their time auto-submit.
So far i've tried listchange in a customization and data/method BPMs.
It would be perfect if there was a BeforeListChange that I could use. Listchange was working but doing a foreach on the new table. I need it to do a foreach on the table before the change.
The BPMs I created seemed to catch "E" too much and I was getting prompts everywhere.
Does anyone have any suggestions on how to do this either through BPM or customization?
What version are you on? I believe it started with 9.05.701 where you can go into Company maintenance, Plant configuration, Time & Expense module and set the Time entry to "Submit on Save" -- then you don't need to worry about BPMs at all.