cancel
Showing results for 
Search instead for 
Did you mean: 

Javascript alert message

Former Member
0 Kudos

Hi All,

I am working in CRM5.0 IC Web client.My requirment is, when the user changes the last name of business partner then at that moment an alert message should be shown (In the case of already confirmed business partner). How can I do this?

With Advance Thanks

Sujith

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Sujith,

Somehow I am not able to reply to this post with the logic I have in mind....Its giving some web page error....I had a plan of implementing what you needed.......let me know your email ID so that I can send you the detail if you still need it:)

Thanks & Regards

Anupam

Edited by: Anupam Koley on Jan 16, 2008 5:21 PM

Former Member
0 Kudos

Hello Anupam,

Thanks for the reply. Still now i am not able find a working solution for it. Please inform if you are able to find a solution. My email-id :- sujith.tvm@gmail.com.

Thanks & Regards,

Sujith

Former Member
0 Kudos

Hello Sujith,

I have sent you an email with the idea.

If you can find out an way to post that in your thread it will be great.

Maybe you can open a new thread and delete this one as it is not possible to reply with the solution in this one.

Do let me know if you find the idea interesting and worth trying..

Thanks & Regards

Anupam

Former Member
0 Kudos

Hi Anupam,

We did some alert handling in IC WIN .. and now we need to do the same in ic web too ...

In my case ... the alert should be displayed on the trigger of event bpconfirmed... but i want to have a dynamic alert message ...

for example ...

if it is a customer... the alert should be

"Customer XXXXXXXXX had placed order on [Order Date]"

The function module for determining the order date is already in place.

COuld you suggest something on this ... This is kinda urgent ..

We are currently on CRM 5.0.

Regards

Shivani.

Former Member
0 Kudos

Hi Shivani,

Where do you want to show this alert in alert window or just alert popup ?

Eli Steklov

Former Member
0 Kudos

Hi Eli,

I am able to show alerts successfully in the alert window...

But the problem is the alerts get displayed after about 15 minutes...

I followed the note (CRM-IC-ALT 1021530 Alert message is shown after a delay(about 15 minutes).) and activated all the services mentioned here.

But no luck!!

Any idea what mite be causing this delay ...

I am not using the reminder alert .. just the generic one ..

and in the debugger i see the timer set to 0.

So i dont think this is a timer issue.

Thanks a lot!!

Shivani

Former Member
0 Kudos

I have the similar issue that Alerts are appearing after some time. Did you figure it out?