Newer Version Available
Lightning Flow for Service Considerations
Learn about how packaging and the sharing model can impact your Lightning Flow for
Service implementation.
- Packaging
-
When you package up your implementation, processes and flows that reference a flow through RecordAction are included in the package. For example, if Flow A creates a RecordAction that references Flow B, adding Flow A to a package also adds Flow B to the package.
When you add your app to the package, here’s what’s included:- All the objects in the app
- For each object, the associated page layouts, Lightning pages (including the page with the Guided Action List component), active processes, and quick actions. Channel or guided action settings are not included.
- If a process includes flow actions, those flows are included.
- Sharing Model
- Access to the RecordAction object is determined by a user’s access to the associated parent
record. This sharing model applies to access in the user interface, API, and Bulk API.
- If the user has Read access on the record that the flow is associated with, the user can perform all operations (Create, Read, Update, and Delete) on the corresponding RecordAction.
- If the user doesn’t have Read access on the record that the flow is associated with, then the user doesn’t have access to the associated RecordAction.