{
"sections": [
"title",
"description",
"fields",
"wsdl_segment",
"field_reference"
],
"title": "LightningOnboardingConfig - Data API",
"description": "Represents the feedback provided when users switch from Lightning Experience to Salesforce Classic. Admins can customize the question, how frequently the form appears, and where the feedback is stored in Chatter from the Adoption Assistance page in Lightning Experience Setup. Available in API version 47.0 and later.",
"fields_columns": [
"type",
"properties",
"description",
"relationship_name",
"relationship_type",
"refers_to"
],
"fields": {
"CollaborationGroupId": {
"type": "reference",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The ID of the Chatter Group where the user feedback is posted. This is a relationship field.",
"relationship_name": "CollaborationGroup",
"relationship_type": "Lookup",
"refers_to": "CollaborationGroup"
},
"CustomQuestion": {
"type": "textarea",
"properties": "Create, Filter, Nillable, Sort, Update",
"description": "Text of the custom question added by the admin. Maximum of 1,000 characters."
},
"DeveloperName": {
"type": "string",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The unique name of the object in the API. This name can contain only underscores and alphanumeric characters, and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. In managed packages, this field prevents naming conflicts on package installations. With this field, a developer can change the object’s name in a managed package and the changes are reflected in a subscriber’s organization. Note: When creating large sets of data, always specify a unique DeveloperName for each record. If no DeveloperName is specified, performance slows down while Salesforce generates one for each record. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field."
},
"FeedbackFormDaysFrequency": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "The number of days between showing the feedback form when a user switches. A value of 0 indicates that the form is shown for every switch. Maximum of 30."
},
"IsCustom": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Indicates if a feedback form includes a custom question yes or not no."
},
"Language": {
"type": "picklist",
"properties": "Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
"description": "Indicates the language used in the org where the feedback form was created."
},
"MasterLabel": {
"type": "string",
"properties": "Create, Filter, Group, Sort, Update",
"description": "The label for the prompt. Maximum of 80 characters."
},
"PromptDelayTime": {
"type": "int",
"properties": "Create, Filter, Group, Nillable, Sort, Update",
"description": "Indicates the amount of time in seconds to delay between instances of all prompts, both org- and Salesforce-created. Minimum of 0 hours and 0 minutes. Maximum of 99 hours and 59 minutes."
},
"SendFeedbackToSalesforce": {
"type": "boolean",
"properties": "Create, Defaulted on create, Filter, Group, Sort, Update",
"description": "Indicates if the user feedback can be shared with Salesforce. If yes, share the feedback with Salesforce. If no, the feedback is only shared in the Chatter Group chosen when customizing the form. The default value is false."
}
},
"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 \n \n \n \n \n \n \n\n```",
"field_reference": {
"CollaborationGroupId": {
"field_label": "Collaboration Group ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"CustomQuestion": {
"field_label": "Custom Question",
"type": "textarea",
"length": "1000"
},
"DeveloperName": {
"field_label": "Name",
"type": "string",
"length": "80"
},
"FeedbackFormDaysFrequency": {
"field_label": "Feedback Form Days Frequency",
"type": "int",
"digits": "9"
},
"Id": {
"field_label": "Lightning Onboarding Config ID",
"type": "id",
"length": "18"
},
"IsCustom": {
"field_label": "Is Custom",
"type": "boolean"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"Language": {
"field_label": "Master Language",
"type": "picklist",
"length": "40"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"MasterLabel": {
"field_label": "Label",
"type": "string",
"length": "80"
},
"PromptDelayTime": {
"field_label": "Prompt Delay Time",
"type": "int",
"digits": "9"
},
"SendFeedbackToSalesforce": {
"field_label": "Send Feedback To Salesforce",
"type": "boolean"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
}
},
"field_reference_columns": [
"field_label",
"type",
"length",
"digits"
]
}