Code below in "Before record added" comprised of two parts. First creates a unique number based on date and number counting up...was taken form these forums, and it works. Second part is to add new data into another table...and it doesn't work...due to first? Help???
After some investigation we found that this behaviour was caused by return true; statement at the end of the first code snippet. Once this statement was moved to the very end of event it all started working.