We know in the CRM JS file quoted Xrmpagetemplate.js, you can implement smart hints, but each JS file is too cumbersome to refer to, in fact, you can use the function of the VS to each JS file automatically realize the smart prompt CRM JS;
In addition, we debug JS, the release JS file is also more cumbersome things, the best way is all tuned, and then released, this article introduced with Firefox + Firebug + frame can be easily debug CRM js, all tuned, then upload JS, obviously can speed up the development of speed.
1. VS Plus xrmpagetemplate.js:
Http://yunpan.cn/cyy2BDaXnhQcC Extract Code E7f7
So we do not have to add this reference in each JS, directly can be a hint:
2. Firefox + Firebug + fireframe
Http://www.cnblogs.com/ziyunfei/archive/2012/12/13/2815543.html
This way we can debug the CRM JS in different frame.
Dynamic CRM 2013 Learning Notes Series Rollup
Dynamic CRM 2013 Learning notes (23) CRM JS Smart tips, and Firebug frame debugging