You need to sign in to do that
Don't have an account?
Case Clone With Visual FLow
I created a case clone using visual flow and a custom buttom. How do I get the cloned case to display. Obviously I need to get the clone case ID in the retURL=/{!Case.Id}. I am not sure how I capture that in the Flow.
As far as getting the Case to display with the standard page layout, that will happen outside of the flow because flows don't leverage the page layouts. The code I linked to before should provide a good start towards passing the created record's Id as the finishlocation, which will cause the flow to display the new Case when you exit the flow.
All Answers
Thanks for the response. When I create the cloned case in the flow, is there a way to carry the record ID to another FLow step or to a URL in the custom button to simple display the cloned case in the standard case page layout I use?
Thanks
As far as getting the Case to display with the standard page layout, that will happen outside of the flow because flows don't leverage the page layouts. The code I linked to before should provide a good start towards passing the created record's Id as the finishlocation, which will cause the flow to display the new Case when you exit the flow.