Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top