• Captain SF
  • NEWBIE
  • 0 Points
  • Member since 2007

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I want to execute a S-Control snippet whenever someone edits a 'Contact' and hits 'save'. The code snippet goes over does some calculations and send an e-mail about the 'Account' to sysadmin. I do not have the access to the Apex Code. Any other solution is welcome,

Message Edited by Captain SF on 11-19-2007 10:33 AM

Hi. This is probably very simple. I have created a trigger which updates some records upon a user clicking on the SAVE button, after the updates I then want to redirect them to a custom object (which depends on what they have selected before clicking on save). In other words, I don't want them to view the saved record but immediately be directed to a new create screen for another object.

I have everything working fine but I cannot work out how to direct them to the create page for a custom object? I would assume it is possible to do from within the trigger but I can't find out how. Any assistance appreciated.