Newer Version Available
Lightning Guided Engagement Considerations
Learn about how packaging and the sharing model can impact your Lightning Guided
Engagement implementation.
- Packaging
-
When you package up your implementation, processes and flows that reference a flow through RecordAction are automatically included in the package. For example, if Flow A creates a RecordAction that references Flow B, then adding Flow A to a package also adds Flow B to the package.
When you add your console 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
- If a process includes Flow actions, those flows are included
- If an object includes flow quick 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 object 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 object the flow is associated with, then the user doesn’t have access to the associated RecordAction.