Wait for relationship to be created in form
Hi, I am trying to save/fill relationships in a form. My question is, is it possible to wait for a relationship to be created, to then create another relationship which depends on that first relationship?
1 Reply
in your resource create page
protected function afterSave(): void
{
// Runs after the form fields are saved to the database. }
// Runs after the form fields are saved to the database. }