Skip to content

Commit 3e265ca

Browse files
committed
example instruction file
1 parent 2c212ea commit 3e265ca

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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>

0 commit comments

Comments
 (0)