beforeRecordProcessed
Validasi atau modifikasi data sebelum proses insert/update.
Validate or modify data before insert/update processing.
Event memungkinkan developer menjalankan kode pada momen tertentu, misalnya sebelum simpan data, setelah hapus data, atau saat tombol custom diklik.
Events allow developers to run code at specific moments, such as before saving data, after deleting data, or when a custom button is clicked.
Validasi atau modifikasi data sebelum proses insert/update.
Validate or modify data before insert/update processing.
Jalankan proses setelah data berhasil disimpan.
Run a process after data is successfully saved.
Sinkronisasi, audit log, atau hapus data terkait setelah delete.
Synchronize, audit, or remove related data after delete.
Setiap event berjalan otomatis pada momen tertentu di aplikasi hasil generate. Klik tab di bawah untuk melihat snippet kode�atau biarkan demo berjalan sendiri.
Each event runs automatically at a specific moment in the generated app. Click a tab to see its snippet�or let the demo cycle on its own.
Event juga dapat digunakan untuk membuat tombol custom, misalnya mengirim email invoice atau notifikasi kepada customer.
Events can also power custom buttons, such as sending invoice emails or customer notifications.