File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -25,11 +25,9 @@ const fields = [
2525 'Id' ,
2626 'SandboxName' , // (string)
2727 'LicenseType' , // (string) DEVELOPER | DEVELOPER PRO | PARTIAL | FULL
28- 'TemplateId' , // (string) reference to PartitionLevelScheme
2928 'HistoryDays' , // (int)
3029 'CopyChatter' , // (boolean)
3130 'AutoActivate' , // (boolean)
32- 'ApexClassId' , // (string) apex class ID
3331 'Description' , // (string)
3432 'SourceId' , // (string) SandboxInfoId as the source org used for a clone
3533 // 'ActivationUserGroupId', // Currently not supported but might be added in API v61.0
Original file line number Diff line number Diff line change @@ -44,11 +44,9 @@ const sandboxInfoFields = [
4444 'Id' ,
4545 'SandboxName' ,
4646 'LicenseType' ,
47- 'TemplateId' ,
4847 'HistoryDays' ,
4948 'CopyChatter' ,
5049 'AutoActivate' ,
51- 'ApexClassId' ,
5250 'Description' ,
5351 'SourceId' ,
5452 ...sandboxInfoUneditableFields ,
You can’t perform that action at this time.
0 commit comments