{ "sections": [ "title", "description", "fields", "special_access_rules", "wsdl_segment", "field_reference" ], "title": "PromptActionShare - Data API", "description": "Represents a sharing entry on a prompt action record. Available in API version 46.0 and later.", "fields_columns": [ "type", "properties", "description" ], "fields": { "AccessLevel": { "type": "picklist", "properties": "Create, Filter, Group, Restricted picklist, Sort, Update", "description": "Indicates the access level of users for in-app guidance. Valid values are Read, Edit, and All." }, "ParentId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "ID of the parent." }, "RowCause": { "type": "picklist", "properties": "Create, Filter, Group, Nillable, Restricted picklist, Sort", "description": "Reason that this sharing entry exists. If you’re creating a sharing entry, the only permitted value is Manual. If no value is specified, the field defaults to Manual. All other RowCause values are read-only. After the sharing entry is created, this field can’t be edited. Valid values include: Rule—The User or Group has access via a sharing rule. GuestRule—The User or Group has access via a guest user sharing rule. Manual—The User or Group has access because a User with “All” access manually shared the prompt action with them. Owner—The User is the owner of the prompt action." }, "UserOrGroupId": { "type": "reference", "properties": "Create, Filter, Group, Sort", "description": "The ID of the User or Group." } }, "special_access_rules": "To add, edit, manage, and view prompts and walkthroughs in Lightning Experience or in Experience Cloud sites, multiple permissions are required. See Permissions for Creating and Accessing In-App Guidance in Salesforce Help.", "wsdl_segment": "```xml\n\n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n```", "field_reference": { "AccessLevel": { "field_label": "Custom Object Access", "type": "picklist", "length": "40" }, "Id": { "field_label": "Custom Object Share ID", "type": "id", "length": "18" }, "IsDeleted": { "field_label": "Deleted", "type": "boolean" }, "LastModifiedById": { "field_label": "Last Modified By ID", "type": "reference", "length": "18" }, "LastModifiedDate": { "field_label": "Last Modified Date", "type": "datetime" }, "ParentId": { "field_label": "Parent ID", "type": "reference", "length": "18" }, "RowCause": { "field_label": "Row Cause", "type": "picklist", "length": "40" }, "UserOrGroupId": { "field_label": "User/Group ID", "type": "reference", "length": "18" } }, "field_reference_columns": [ "field_label", "type", "length" ] }