-
Notifications
You must be signed in to change notification settings - Fork 27
/
entityNameMap.json
57 lines (57 loc) · 4.39 KB
/
entityNameMap.json
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
{
"CertificationRequirement": {"entityName": "Certification Requirement"},
"JobSubmissionCertificationRequirement": {"entityName": "Job Submission Certification Requirement"},
"CandidateCertificationRequirement": {"entityName": "Candidate Certification Requirement"},
"PlacementCertification": {"entityName": "Placement Certification"},
"CandidateEducation": {"entityName": "Education"},
"Candidate": {"entityName": "Candidate", "customObjectURL": "UserCustomObject"},
"CandidateList": {"entityName": "Candidate List"},
"CandidateTaxInfo": {"entityName": "Candidate Tax Info"},
"CandidateReference": {"entityName": "Reference"},
"CandidateWorkHistory": {"entityName": "Work History"},
"CandidateCertification": {"entityName": "CandidateCertification"},
"CertificationGroup": {"entityName": "Certification Group"},
"ClientCorporation": {"entityName": "Client", "customObjectURL": "ClientCorporationCustomObject"},
"ClientCorporation1": {"entityName": "Client", "customObjectURL": "ClientCorporationCustomObject"},
"ClientCorporation2": {"entityName": "Client II", "customObjectURL": "ClientCorporationCustomObject"},
"ClientCorporation3": {"entityName": "Client III", "customObjectURL": "ClientCorporationCustomObject"},
"ClientCorporation4": {"entityName": "Client IV", "customObjectURL": "ClientCorporationCustomObject"},
"ClientCorporation5": {"entityName": "Client V", "customObjectURL": "ClientCorporationCustomObject"},
"ClientContact": {"entityName": "Client Contact","customObjectURL": "UserCustomObject"},
"ClientContact1": {"entityName": "Client Contact","customObjectURL": "UserCustomObject"},
"ClientContact2": {"entityName": "Client Contact II","customObjectURL": "UserCustomObject"},
"ClientContact3": {"entityName": "Client Contact III","customObjectURL": "UserCustomObject"},
"ClientContact4": {"entityName": "Client Contact IV","customObjectURL": "UserCustomObject"},
"ClientContact5": {"entityName": "Client Contact V","customObjectURL": "UserCustomObject"},
"ClientContactList": {"entityName": "ClientContactList"},
"ComposeMessage": {"entityName": "ComposeMessage"},
"EarnCode": {"entityName": "Earn Code"},
"JobCode": {"entityName": "Job Code"},
"JobOrder": {"entityName": "Job Posting", "customObjectURL": "JobOrderCustomObject"},
"JobOrder1": {"entityName": "Job Posting", "customObjectURL": "JobOrderCustomObject"},
"JobOrder2": {"entityName": "Job Posting II", "customObjectURL": "JobOrderCustomObject"},
"JobOrder3": {"entityName": "Job Posting III", "customObjectURL": "JobOrderCustomObject"},
"JobOrder4": {"entityName": "Job Posting IV", "customObjectURL": "JobOrderCustomObject"},
"JobOrder5": {"entityName": "Job Posting V", "customObjectURL": "JobOrderCustomObject"},
"JobOrderRateCardLine": {"entityName": "Job Order Rate Card Line"},
"JobSubmission": {"entityName": "Job Submission"},
"Lead": {"entityName": "Lead","customObjectURL": "UserCustomObject"},
"LocationVersion": {"entityName": "Location"},
"Note": {"entityName": "Note"},
"NovoTaxInfo": {"entityName": "Novo Tax Info"},
"Opportunity": {"entityName": "Opportunity", "customObjectURL": "OpportunityCustomObject"},
"Opportunity1": {"entityName": "Opportunity", "customObjectURL": "OpportunityCustomObject"},
"Opportunity2": {"entityName": "Opportunity II", "customObjectURL": "OpportunityCustomObject"},
"Opportunity3": {"entityName": "Opportunity III", "customObjectURL": "OpportunityCustomObject"},
"Opportunity4": {"entityName": "Opportunity IV", "customObjectURL": "OpportunityCustomObject"},
"Opportunity5": {"entityName": "Opportunity V", "customObjectURL": "OpportunityCustomObject"},
"Placement": {"entityName": "Placement", "customObjectURL": "PlacementCustomObject"},
"Placement1": {"entityName": "Placement", "customObjectURL": "PlacementCustomObject"},
"Placement2": {"entityName": "Placement II", "customObjectURL": "PlacementCustomObject"},
"Placement3": {"entityName": "Placement III", "customObjectURL": "PlacementCustomObject"},
"Placement4": {"entityName": "Placement IV", "customObjectURL": "PlacementCustomObject"},
"Placement5": {"entityName": "Placement V", "customObjectURL": "PlacementCustomObject"},
"PlacementRateCardLine": {"entityName": "Placement Rate Card Line"},
"Sendout": {"entityName": "Sendout"},
"StateTaxForm": {"entityName": "State Tax Form"}
}