With respect to my previous Post, I want to ask another question that is Can I use the onKeyPress or similar events which could be fire on key press? Because CRM 2011 allows only onChange and onLoad events.

So I want to seek your kind suggestions regarding this.

有帮助吗?

解决方案

Yes you can the only time you need to make sure you use CRM js functions is when it comes to getting/setting entity values etc... But if it has to do with UI events etc.. you can use normal javascript events.

CRM applies rules and required field validation upon submit so you aren't interfering with any plumbing.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top