This topic is locked

First step done, not second

11/19/2014 12:44:25 PM
PHPRunner General questions
A
ashumak author

Hi,

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???

Sergey Kornilov admin 11/20/2014

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.