Hey guys,
I'm tried a few days to get solutions for my mission without success.
I need to develop an alert message without using Alert built in method on JavaScript.
It should be on Account entity when open a form.
The mission included.
Anyone know how to start it? Good tutorials are welcome!
Thanks a lot.
The mission:
On this task you have to add a JavaScript to the “Account” entity form so it will welcome you when you enter the account – On the OnLoad event of the page, show a form notification (not JavaScript alert) message with the text : “ Welcome <Name>!” Instead of the <Name> you should insert the name as it appears in the Account Name (schema name = name) of the account. For example: if the account name is “Adventure Works (sample)”, on entering the account the user will see a message “ Welcome Adventure Works (sample)!”