Today we are going to show you how to try your Javascript with an easy form of doing it.
First of all, to develop some Javascript, let´s sure you have downloaded Google Chrome, if you haven´t done that and you have Internet Explorer 10/11, we are going to work out how it is doing.
Google Chrome
Press F12 or Right Click with your mouse and Inspect Element.
Staying with the Dev Tools open you are going to see something similar to this.
We have to select customScriptsFrame and then back to the console again we can type our code.
We are going to see tones of console logs, made from Microsoft.
Here we have to figure out 3 buttons.
Clear button - It is going to clear all the console logs in your console
The console is going to be the please where we are going to write the code
The iframe selector is the place where we are going to choose in which iframe we want to run the Javascript
First of all we are going to go to the record of the entity of CRM where we want to try the Javascript. We press F12 or Chrome Inspector Tools, and then after clear we select in the Iframe selector, the iframe called: customScriptsFrame
After that we can get back to the console, and the we can type the desire Javascript.
The result after pressing enter it would be something like this.
With these steps, you can run custom Javascript in your environment.
In the next post, I am going to include how to do the same in Internet Explorer 10/11.
After that, there is going to be an explanation of how can you add some jQuery and how you can retrieve the document in the Javascript record. Everything is not supported, but I think it deserves a try to understand how to include these changes.
Hope you enjoy, looking forward to hearing from you.
If you have any comments or questions, please, don't hesitate to comment the post.