-
Notifications
You must be signed in to change notification settings - Fork 0
/
Test_Runner_Job__c.object
99 lines (99 loc) · 3.42 KB
/
Test_Runner_Job__c.object
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata">
<<<<<<< HEAD
<deploymentStatus>Deployed</deploymentStatus>
<description>Parent Job Id of scheduled asynchronous test requests; used to retrieve results to send via email</description>
<fields>
<fullName>Automated_Test_Run__c</fullName>
=======
<actionOverrides>
<actionName>Accept</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>CancelEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Clone</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Delete</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Edit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Follow</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>List</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>New</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>SaveEdit</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>Tab</actionName>
<type>Default</type>
</actionOverrides>
<actionOverrides>
<actionName>View</actionName>
<type>Default</type>
</actionOverrides>
<compactLayoutAssignment>SYSTEM</compactLayoutAssignment>
<deploymentStatus>Deployed</deploymentStatus>
<description>Parent Job Id of scheduled asynchronous test requests; used to retrieve results to send via email</description>
<enableActivities>false</enableActivities>
<enableFeeds>false</enableFeeds>
<enableHistory>false</enableHistory>
<enableReports>false</enableReports>
<fields>
<fullName>Automated_Test_Run__c</fullName>
<externalId>false</externalId>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<label>Automated Test Run</label>
<referenceTo>Automated_Test_Run__c</referenceTo>
<relationshipLabel>Test Runner Jobs</relationshipLabel>
<relationshipName>Test_Runner_Jobs</relationshipName>
<relationshipOrder>0</relationshipOrder>
<<<<<<< HEAD
<type>MasterDetail</type>
=======
<reparentableMasterDetail>false</reparentableMasterDetail>
<trackTrending>false</trackTrending>
<type>MasterDetail</type>
<writeRequiresMasterRead>false</writeRequiresMasterRead>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
</fields>
<fields>
<fullName>Processed__c</fullName>
<defaultValue>false</defaultValue>
<description>True after results have been processed (ie. emailed)</description>
<<<<<<< HEAD
<label>Processed</label>
=======
<externalId>false</externalId>
<label>Processed</label>
<trackTrending>false</trackTrending>
>>>>>>> d86af2223b9040b6337f5479af3c67fa3e9917be
<type>Checkbox</type>
</fields>
<label>Test Runner Job</label>
<nameField>
<label>TestRunnerJob Name</label>
<type>Text</type>
</nameField>
<pluralLabel>Test Runner Jobs</pluralLabel>
<searchLayouts/>
<sharingModel>ControlledByParent</sharingModel>
</CustomObject>