Skip to content

Commit 96efaf0

Browse files
upd: readme
1 parent 258ebe3 commit 96efaf0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,9 @@ for example: `dynamicsWebApi.deleteRecord('00000000-0000-0000-0000-000000000001'
10271027

10281028
## Use Content-ID to reference requests in a Change Set
10291029

1030-
Starting from v.1.5.6 you can reference a request from a Change Set. For example, if you want to create related entities in a single batch request:
1030+
`version 1.5.6+`
1031+
1032+
You can reference a request in a Change Set. For example, if you want to create related entities in a single batch request:
10311033

10321034
```js
10331035
var order = {
@@ -1054,6 +1056,7 @@ dynamicsWebApi.executeBatch()
10541056
```
10551057

10561058
Note that the second response does not have a returned value, it is a CRM Web API limitation.
1059+
10571060
**Important!** DynamicsWebApi automatically assigns value to a `Content-ID` if it is not provided, therefore, please set your `Content-ID` value less than 100000.
10581061

10591062
#### Limitations

0 commit comments

Comments
 (0)