I try to write some Javascript using the f12 tool. In the console if I write console.log(Xrm.Page) I get
Æ’ () {
}
if I write Xrm.Page.ui instead I get null. According to this article I should be able to use the console to test javascript : https://msdn.microsoft.com/en-us/library/gg328261.aspx#BKMK_DeveloperTools
I am doing this in the form of a custom entity. Anyone know what I'm doing wrong?
*This post is locked for comments