![]() |
Sergey Kornilov admin 12/24/2017 |
The following should work: $values['parent_event']=$values['ID'];
|
G
|
gdmacdo author 12/25/2017 |
The following should work: $values['parent_event']=$values['ID'];
|
![]() |
jadachDevClub member 12/25/2017 |
When you copy a record, you are creating a new record with a new ID. You don't have access to the ID field you are looking for. |