function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TrueOasisTrueOasis 

Adding Notes and Attachments related list at end of flow

Hey guys,

 

I have a simple flow that creates a case record and I want to give the user the ability to upload/attach a file to the case record.  How can I create a VF page that will display the notes/attachments related list, grab the new case record ID from the flow and then upload the file to the case?  Can I use the standard controller to do this or do I need to create my own?

 

Thanks!

 

Peter

RajaramRajaram
Hmm not sure there is a VF component just to display the related list. There are several examples of having a dynamic VF page to show details based on information form a flow on my github page: github.com/raja-sfdc. Take a look at github.com/raja-sfdc/FlowShowAsYouGo

Hope it helps..