There is no 'After Reord Inserted' Event' in the import page |
9/18/2025 02:54:46 | |
PHPRunner General questions | ||
J
jacktonghk authorDevClub member
After I successfully insert a record in the import page, I would like to update some related tables. However, there is no 'After Record Inserted' events. Besides using SQL server's trigger function, how can I acheive the same in PHP Runner? Thanks, Best regards, |
||
![]() |
Sergey Kornilov admin 9/18/2025 |
There is no After event on the import page, you can only use BeforeInsert event there. |
|