Created
September 28, 2021 06:12
-
-
Save troysellers/a39569800b20598cd9ee1b6bcf6af877 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"name": "ContactId", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,18] end", | |
"type": "Words", | |
"max": 0, | |
"min": 0 | |
}, { | |
"name": "BusinessHoursId", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,18] end", | |
"type": "Words", | |
"max": 0, | |
"min": 0 | |
}, { | |
"name": "SuppliedName", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,80] end", | |
"type": "Full Name" | |
}, { | |
"name": "SuppliedEmail", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,80] end", | |
"type": "Email Address" | |
}, { | |
"name": "SuppliedPhone", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,40] end", | |
"type": "Phone", | |
"format": "+# ### ### ####" | |
}, { | |
"name": "SuppliedCompany", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,80] end", | |
"type": "Fake Company Name" | |
}, { | |
"name": "Type", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,255] end", | |
"type": "Custom List", | |
"distribution": "", | |
"selectionStyle": "random", | |
"values": ["Problem", "Feature Request", "Question"] | |
}, { | |
"name": "Status", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,255] end", | |
"type": "Custom List", | |
"distribution": "", | |
"selectionStyle": "random", | |
"values": ["On Hold", "Escalated", "Closed", "New", "Closed - First Call"] | |
}, { | |
"name": "Reason", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,255] end", | |
"type": "Custom List", | |
"distribution": "", | |
"selectionStyle": "random", | |
"values": ["User didn't attend training", "Complex functionality", "Existing problem", "Instructions not clear", "New problem"] | |
}, { | |
"name": "Origin", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,255] end", | |
"type": "Custom List", | |
"distribution": "", | |
"selectionStyle": "random", | |
"values": ["Email", "Phone", "Web", "Chatter Answers", "Twitter", "Facebook", "Chatter"] | |
}, { | |
"name": "Subject", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,255] end", | |
"type": "Catch Phrase" | |
}, { | |
"name": "Priority", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,255] end", | |
"type": "Custom List", | |
"distribution": "", | |
"selectionStyle": "random", | |
"values": ["High", "Medium", "Low", "Critical"] | |
}, { | |
"name": "Description", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,1000] end", | |
"type": "Sentences", | |
"max": 100, | |
"min": 1 | |
}, { | |
"name": "IsEscalated", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Boolean" | |
}, { | |
"name": "OwnerId", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,18] end", | |
"type": "Words", | |
"max": 0, | |
"min": 0 | |
}, { | |
"name": "SlaStartDate", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Datetime", | |
"max": "09/28/2022", | |
"min": "09/28/2020" | |
}, { | |
"name": "IsStopped", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Boolean" | |
}, { | |
"name": "Comments", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,1000] end", | |
"type": "Sentences", | |
"max": 100, | |
"min": 1 | |
}, { | |
"name": "DB_Case_Duration_Hours__c", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Number", | |
"decimals": 0, | |
"max": 179, | |
"min": 0 | |
}, { | |
"name": "DB_Hours__c", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Number", | |
"decimals": 0, | |
"max": 49, | |
"min": 0 | |
}, { | |
"name": "DateTime_Closed_c__c", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Datetime", | |
"max": "09/28/2022", | |
"min": "09/28/2020" | |
}, { | |
"name": "DateTime_Opened_c__c", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Datetime", | |
"max": "09/28/2022", | |
"min": "09/28/2020" | |
}, { | |
"name": "external_id__c", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,255] end", | |
"type": "GUID" | |
}, { | |
"name": "Payment_Billing__c", | |
"percentBlank": 0, | |
"formula": "if this.nil? then '' else this[0,255] end", | |
"type": "Custom List", | |
"distribution": "", | |
"selectionStyle": "random", | |
"values": ["Monthly", "Quarterly", "Semi-Annually", "Annually"] | |
}, { | |
"name": "Last_Payment__c", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Datetime", | |
"max": "09/28/2022", | |
"min": "09/28/2020" | |
}, { | |
"name": "update__c", | |
"percentBlank": 0, | |
"formula": "", | |
"type": "Boolean" | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment