
1. From an Account, click 'New' on the Opportunities element
2. Complete the small form and click Save
--
After this step, it is taking the user back to the account view. What I would like it to do is take the user to the opportunity that they just created so that they can add more details. Any ideas on how to change this flow?
답변 3개
I don't think it's possible without creating a new visualforce page. Even with quick actions it won't redirect you to the newly created record. It might be overkill but perhas Lightning Flow could be used here: https://www.youtube.com/watch?v=ZP5q1EjCEC4
Your flow would be more simple than the video. It would allow you to create the "form" in a page and specify the return URL.
I don't know of any easier alternatives ... looking forward to seeing what people suggest too!