Skip to content

Commit 22bd355

Browse files
upd: readme
1 parent 2b6a5f0 commit 22bd355

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -904,13 +904,13 @@ OData Annotation | Property Suffix
904904
`@Microsoft.Dynamics.CRM.associatednavigationproperty` | `_NavigationProperty`
905905

906906
## Alternate Key
907-
Starting from version 1.3.4, you can use alternate keys to Update, Upsert, Retrieve and Delete records. [More Info] (https://msdn.microsoft.com/en-us/library/mt607871.aspx#Retrieve%20using%20an%20alternate%20key)
907+
Starting from version 1.3.4, you can use alternate keys to Update, Upsert, Retrieve and Delete records. [More Info](https://msdn.microsoft.com/en-us/library/mt607871.aspx#Retrieve%20using%20an%20alternate%20key)
908908

909909
### Basic usage
910910

911911
```js
912-
var alternateKey = "alternateKey='keyValue'";
913-
//or "alternateKey='keyValue',anotherKey='keyValue2'""
912+
var alternateKey = "key='keyValue'";
913+
//or var alternateKey = "key='keyValue',anotherKey='keyValue2'";
914914

915915
//perform a retrieve operaion
916916
dynamicsWebApi.retrieve(alternateKey, "leads", ["fullname", "subject"]).then(function (record) {

0 commit comments

Comments
 (0)