- On Change is not firing In crm 4.0
- Posted by Jack on April 25th, 2008
hi
I am facing problem
Just i am writing alert like HI -on change of Bit field its firing when it
Is radio button but when its check box it’s not firing what was the problem
Please help me out
- Posted by BLAW on April 25th, 2008
I hate to not suggest this but I know I overlook the easy stuff
sometimes but did you enable it? On the details tab you must be sure
to select the Enable button. Any luck?
- Posted by Bertil on April 25th, 2008
Maybe this is the problem: with checkbox the onchange doesn't fire untill the
field loses focus. So clicking the checkbox and then click any other place on
the form might give the alert.
Good luck,
Bertil
"Jack" wrote:
- Posted by Gregor on April 25th, 2008
correct. (and so it was in 3.0)
In the radio button layout this problem doesn't exist, cause the old value
loses focus
--
______________
closing and rating answers is a good habit and helps the community.
please make it so
"Bertil" wrote:
- Posted by Michael Höhne on April 26th, 2008
If you want to stay with the checkbox, you can use the following workaround:
"Getting notified when a user changes a checkbox value before leaving the
field"
http://www.stunnware.com/crm2/topic.aspx?id=JS12
--
Michael Höhne, Microsoft Dynamics CRM MVP
CRM Blog: http://www.stunnware.com/?area=blog
----------------------------------------------------------
"Gregor" <Gregor@discussions.microsoft.com> schrieb im Newsbeitrag
news:9525A3A4-7794-4092-A280-2A0865943C90@microsoft.com...
- Posted by Snow White on July 4th, 2008
Michael, I used your code as a reference in crm 3.0 but it doesnt seem to be
working for crm 4.0.
I have a post called "Checkbox Jscript CRM 4.0" would appreciate if you can
look into my code and please provide some feedback.
Hope you can help..
Regards
Snow White
"Michael Höhne" wrote:
- Posted by Michael Höhne on July 4th, 2008
Look at http://www.stunnware.com/crm2/topic.aspx?id=JS30. Posted yesterday
and it includes a custom entity showing how it works.
--
Michael Höhne, Microsoft Dynamics CRM MVP
CRM Blog on http://www.stunnware.com
----------------------------------------------------------
"Snow White" <SnowWhite@discussions.microsoft.com> schrieb im Newsbeitrag
news:34F099F7-CEF0-4192-8C58-5579AB74EBD4@microsoft.com...