Hi There,
I am looking to trigger alert box after record save at record creations time.
Hi There,
I am looking to trigger alert box after record save at record creations time.
There already is a message when the create record is successful.
If you look at
clients/base/views/create/create.js
you will see that the createRecordWaterfall uses the buildSuccessMessage to show that the record was successfully created.
You could see if you can extend the create.js controller for your module and leverage the buildSuccessMessage function to customize your message.
FrancescaS
There already is a message when the create record is successful.
If you look at
clients/base/views/create/create.js
you will see that the createRecordWaterfall uses the buildSuccessMessage to show that the record was successfully created.
You could see if you can extend the create.js controller for your module and leverage the buildSuccessMessage function to customize your message.
FrancescaS