You need to sign in to do that
Don't have an account?

Trigger to launch a url
Hi,
I'm very new to Apex development and have a limited programming background, but I'm excited about the potenital of apex code and I have a quick questoin.
When a lead or an opportunity reaches a certain status, I want a trigger to open a url. Basically, when leads enter "tracking" mode, I want a google alert to automatically be set for that record (meaning I want a google alert window to pop up with the appropriate ). I have the basic ideas of triggers down, but how would you open a url? Is there a toolkit or library I can use for this?
Thanks,
Dave
I'm very new to Apex development and have a limited programming background, but I'm excited about the potenital of apex code and I have a quick questoin.
When a lead or an opportunity reaches a certain status, I want a trigger to open a url. Basically, when leads enter "tracking" mode, I want a google alert to automatically be set for that record (meaning I want a google alert window to pop up with the appropriate ). I have the basic ideas of triggers down, but how would you open a url? Is there a toolkit or library I can use for this?
Thanks,
Dave
best you could do is : trigger creates an event, with a reminder, and a due time of now.
that way the reminder would popup with the event details that you supplied.