AgentforceAccessMode
Access modes that define the level of permissions and UI context for record operations. These modes correspond to Salesforce's access control and determine what actions are available and how the UI should be configured for record interaction.
Property | Type | Description |
---|
View | case | View mode - for read-only record display |
Edit | case | Edit mode - for modifying existing records |
Create | case | Create mode - for adding new records |
Method | Signature | Description |
---|
init | init?(rawValue: String) | Creates an instance from a raw string value |