Activate Pop Up Message with Entry Number

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
aspsteve
User
Posts: 52

Activate Pop Up Message with Entry Number

Post by aspsteve »

We have a Master/Detail table and will like to automate the population of the detail table after the Master Record has been updated. Our Master Record Primary Key Fields is "HeaderDocumentNumber".
How can we activate the following message to pop up after saving the Master Record "HeaderDocumentNumber : 123456 has been created".
If this message pops up, then we can grab that HeaderDocumentNumber and use it to enter the detail record via automation.


MichaelG
User
Posts: 1103

Post by MichaelG »

You can refer to the Row_Inserted server event example in the help file:
https://aspnetmaker.dev/docs/#/customscripts.html


Post Reply