Skip to content

Commit c640568

Browse files
Add/images (#37)
* Images Co-authored-by: Hovhannes Dilanyan <[email protected]>
1 parent 755edfc commit c640568

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This utility allows the user to migrate data of the entity from source to target. \
44
The user needs to define FetchXml queries for each entity to which data should be migrated.
55

6-
![DataMigration_MainPage](https://github.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/blob/Add/Images/readmeAssets/1.png)
6+
![DataMigration_MainPage](https://raw.githubusercontent.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/master/readmeAssets/1.png)
77

88
The utility has the following input parameters:
99

@@ -18,7 +18,7 @@ For example
1818
```xml
1919
<attribute name="transactioncurrencyid" SearchByPrimaryField="true" />
2020
```
21-
![image](https://github.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/blob/Add/Images/readmeAssets/2.png)
21+
![image](https://raw.githubusercontent.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/master/readmeAssets/2.png)
2222

2323
> ***Note`*** **Link entities can be used only for filtering or sorting purposes. For field values migration each FetchXml grid line should represent only one entity.**
2424
<br/>
@@ -30,13 +30,13 @@ You can update a target instance using the appropriate criteria.
3030
- **Don't Create** – Does not create a source record.
3131

3232

33-
![MatchingCriteria](https://github.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/blob/Add/Images/readmeAssets/3.png)
34-
![image](https://github.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/blob/Add/Images/readmeAssets/4.png)
33+
![MatchingCriteria](https://raw.githubusercontent.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/master/readmeAssets/3.png)
34+
![image](https://raw.githubusercontent.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/master/readmeAssets/4.png)
3535
<br/>
3636

3737
After choosing one of these actions you can set matching criteria to migrate your data more accurately.
3838

39-
![Match](https://github.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/blob/Add/Images/readmeAssets/5.png)
39+
![Match](https://raw.githubusercontent.com/BeverCRM/XrmToolBox-DataMigrationUsingFetchXml/master/readmeAssets/5.png)
4040

4141
> ***Note`*** **Matching criteria are not available for the Create action.**
4242
<br/>

0 commit comments

Comments
 (0)