MS CRM 2011 developers might not be too concerned with performing actual queries on live customer data, but they will certainly be annoyed when encountering the following prompt after editing a JavaScript web resource: "You have exceeded the maximum number of 200 characters in this field; it will be truncated."
Below is the workaround to work with editor
1.Open the editor.
2.Copy your code and paste it in editor.
3.Click OK button.
4.You will get the error prompt ""You have exceeded the maximum number of 200 characters in this field"
5.Press "Cancel" button on prompt.
6.Now press "OK" button on editor.
7.You can see that all your code has been copied successfully without truncation.
Hope this helps, Enjoy Coding :)
1.Open the editor.
2.Copy your code and paste it in editor.
3.Click OK button.
4.You will get the error prompt ""You have exceeded the maximum number of 200 characters in this field"
5.Press "Cancel" button on prompt.
6.Now press "OK" button on editor.
7.You can see that all your code has been copied successfully without truncation.
Hope this helps, Enjoy Coding :)
No comments:
Post a Comment