Discussion:
Can workflow trigger a pop-up message?
(too old to reply)
Keithj42
2010-07-22 15:39:55 UTC
Permalink
Is it possible to have workflow in CRM 4.0 trigger a pop-up message
for a user? In this case, we want to prevent anyone from setting a
status field to closed if another field is blank. I know that I can
prevent the change in status and send an email notification, but I'd
like to notify the user at that time so that they can correct the
information and then go on and close the case. Any ideas?
uMar Khan
2010-07-23 12:57:27 UTC
Permalink
--
uMar Khan :: MS CRM MVP
Microsoft CRM Consultant
Email :: imumar at gmail dot com
Blog :: http://umarkhan.wordpress.com
MVP :: https://mvp.support.microsoft.com/default.aspx/profile/umar.khan
Post by Keithj42
Is it possible to have workflow in CRM 4.0 trigger a pop-up message
for a user? In this case, we want to prevent anyone from setting a
status field to closed if another field is blank. I know that I can
prevent the change in status and send an email notification, but I'd
like to notify the user at that time so that they can correct the
information and then go on and close the case. Any ideas?
.
uMar Khan
2010-07-23 12:57:45 UTC
Permalink
Hi, It can be done with some JScript on client side and not through the
workflows. Workflow is asynchronous service running on server side and cannot
prompt user other then sending email alert.
--
uMar Khan :: MS CRM MVP
Microsoft CRM Consultant
Email :: imumar at gmail dot com
Blog :: http://umarkhan.wordpress.com
MVP :: https://mvp.support.microsoft.com/default.aspx/profile/umar.khan
Post by Keithj42
Is it possible to have workflow in CRM 4.0 trigger a pop-up message
for a user? In this case, we want to prevent anyone from setting a
status field to closed if another field is blank. I know that I can
prevent the change in status and send an email notification, but I'd
like to notify the user at that time so that they can correct the
information and then go on and close the case. Any ideas?
.
Loading...