File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <SbbInstructionSet xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : xsd =" http://www.w3.org/2001/XMLSchema" >
3+ <SbbObjects >
4+ <!-- add the objects you want to transfer, giving their API name -->
5+ <!-- the order should be least-dependencies-first -->
6+ <!-- e.g. here we do Country__c first because some of other objects might relate to it -->
7+ <SbbObject ApiName =" Country__c" />
8+ <SbbObject ApiName =" Nationality__c" />
9+ <!-- For account we want to apply a filter based on a custom field called Help_Sandbox_Data_Set__c -->
10+ <SbbObject ApiName =" Account" Filter =" Help_Sandbox_Data_Set__c = true" />
11+ <SbbObject ApiName =" Client__c" />
12+ </SbbObjects >
13+ </SbbInstructionSet >
You can’t perform that action at this time.
0 commit comments