*** title: Salesforce ServiceCloud Ticketing Integration Overview position: 4 excerpt: '' deprecated: false hidden: false metadata: title: '' description: '' robots: index next: description: '' --------------- # File Cases  ### Behind the scenes Whenever a user requires help with Case Creation, Moveworks will create a case in ServiceCloud on behalf of the user. Fields populated on `Case Creation`. #### Case Object Details
| Field | Definition | Value | Field populated by Moveworks or Customer | Comments | Restrictions |
|---|---|---|---|---|---|
| ContactId | 15 Char Id of the SF user filing the case | 15 char unique userID | Moveworks | 15 Char ID of SF employee who is filing the ticket. Fetch the ID from OKTA. Okta Field name = Supportforce Contact ID OR use ServiceCloud user object to get the ID and store it within Moveworks\ we will store user object details and use the ID. Object = Contact\ Field = Id, Name | |
| Subject | Title of the case | "User Utterance" | Moveworks | Short Description of the ticket | length: 255 |
| Description | Long description of the case | "User Utterance" | Moveworks | Description of the ticket | length: 32000 |
| Origin | Moveworks system used to file the ticket | TBD | Moveworks | Name of the system which filed the ticket. Ex : moveworks / Moveworks Slack/Moveworks Web | |
| Priority | The Priority of the new case | 3-Standard | Moveworks | Default priority is "3-Standard" | |
| Status | Status of the created case | New | Moveworks | All new filed ticket has a status=New | |
| OwnerId | Assignment group/ queue for the the newly filed case | Salesforce to use ContactId and trigger a logic to populate OwnerID | Customer | The owner is the ticket assignment group. for a new ticket, the owner is in a queue and then once an agent picks up the ticket, the owner changes to the individual agent id/nameLogic to select Owner Queue : It depends on location of the user who is filing the ticket. Ex : Location = Amer Then Owner = TF AMER , Location = Europe then Owner = TF EMEA | |
| RecordTypeId | * | Default value = Ticket Record | Moveworks | Default value = Ticket Record Type | |
| Type | Identifies an Incident Case type vs. Request Case type | 1. Incident 2. SERVICE REQUEST | Moveworks | Moveworks will Triage and accordingly set the value |