{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment"
],
"title": "CaseSubjectParticle - Metadata API",
"description": "Represents the Social Business Rules custom format for the Case Subject field on cases created from inbound social posts.",
"file_information": ".CaseSubjectParticle",
"directory_location": "CaseSubjectParticles",
"fields_columns": [
"type",
"description"
],
"fields": {
"index": {
"type": "int",
"description": "The order in which the custom Case Subject is generated, meaning if the social network is 0 and the social message is 1, then the subject generates as Twitter | Tweet.",
"required": true
},
"textField": {
"type": "string",
"description": "Specifies inbound social content added to Case Subject in case records."
},
"type": {
"type": "CaseSubjectParticleType (enumeration of type string)",
"description": "Specifies the custom Case Subject format from which inbound social content appears in case records. Valid values are: ProvidedString Source MessageType SocialHandle SocialNetwork Sentiment RealName Content PipeSeparator ColonSeparator HyphenSeparator",
"required": true
}
},
"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```"
}