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

Opening two URLs from one Button
Hi everyone,
I currently have a button on a case that will change a handful of fields so that the user can "Take" the case. I have a separate button that the user can run which will change their status to "In Office" (a custom field on the user record). I would like to do both of these when they click a single button, any suggestions?
Currently I am using URLs
1)https://na2.salesforce.com/{!Case.Id}/e?retURL=%2F{!Case.Id}&cas7=Taken&CF00N40000001VTQJ_lkid={!User.Id}&save=1
2)https://na2.salesforce.com/{! User.Id}/e?retURL=%2F{!User.Id}&00N40000001VsGs="In%20Office"&save=1
Any suggestions would be appreciated.
Thanks
Grant
I currently have a button on a case that will change a handful of fields so that the user can "Take" the case. I have a separate button that the user can run which will change their status to "In Office" (a custom field on the user record). I would like to do both of these when they click a single button, any suggestions?
Currently I am using URLs
1)https://na2.salesforce.com/{!Case.Id}/e?retURL=%2F{!Case.Id}&cas7=Taken&CF00N40000001VTQJ_lkid={!User.Id}&save=1
2)https://na2.salesforce.com/{! User.Id}/e?retURL=%2F{!User.Id}&00N40000001VsGs="In%20Office"&save=1
Any suggestions would be appreciated.
Thanks
Grant
Basically, I encoded the second retURL for the first, so that the case will be updated, the user will be modified, and finally the user will re-appear on the case detail.