Skip to main content
Auto number field won't work because I can't restrict it to a specific record type. Would it need to be an apex trigger or a custom button?
2 answers
  1. Jul 28, 2014, 6:48 PM
    Nope. Not with the Workflows as of now[ Why didn't the Flow Triggers go GA :-(]. But you could think about creating a Custom Button that runs some JavaScript to see what the last number was and then opens the new Opportunity with the number auto-filled with a URL Hack.

     

    And Apex Triggers - that's the ideal way to go( if you/ve resources )!
0/9000