|
|
Sergey Kornilov admin 1/19/2011 |
|
That's very simple: $values["Editor"]=$_SESSION["UserID"]; |
|
|
|
bbarker author 1/19/2011 |
|
That's very simple: $values["Editor"]=$_SESSION["UserID"];
|
|
|
|
Sergey Kornilov admin 1/19/2011 |
|
BeforeRecordAdded is correct event for this. |
|
|
|
bbarker author 1/19/2011 |
|
Thanks for responding. // Before record added |
|
|
|
Sergey Kornilov admin 1/19/2011 |
|
I guess you removed "return true;" statement from the end of BeforeAdd event. That's why. |
|
|
|
bbarker author 1/19/2011 |
|
Sergy, |
|