In the previous chapter, we discussed how we can create, update, and delete records using Flow. We also discussed how to pass variable values through a custom button or link and redirect users to a page after completion of the Flow. We also learned a way to display a custom error message in a Flow and how to use JavaScript with a Flow. In this chapter, we will discuss how to use the style sheet with Flow, OpenFlow access for unauthenticated access, and use a controller to pass the value into Flow variables. We will also discuss a few more ways to call Flow and learn how to access cross-object fields in Flow. The following topics will be covered in this chapter:
- Debugging your Flow
- Who can run the Flow and how
- Automating your business process:
- Copying the followers from an Opportunity
- Opening a Flow for unauthenticated access
- Setting finish behavior in the Visualforce page ...