C
|
cgphp 12/9/2013 |
In the "Before record added" event, add this code: $_SESSION['test_value'] = $values['subscope_bujvend']; |
S
|
seedavidwork author 12/9/2013 |
I tried this code where you suggested in "Before record added" and I did not see any value in the 'subscope_bujacc' field during a record add or edit. |
![]() |
Sergey Kornilov admin 12/9/2013 |
The suggestion provided by Cristian is 100% correct. I guess you either have some sort of syntax error in your code or you looking for something else. There is a great bit of confusion between default values, session variables and calculated fields in your post. |