Page 1 of 1

Activate Pop Up Message with Entry Number

Posted: Wed Dec 21, 2022 8:46 am
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.


Re: Activate Pop Up Message with Entry Number

Posted: Wed Dec 21, 2022 11:02 am
by MichaelG

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