Skip to content

Commit

Permalink
Merge pull request #108 from seanmcne/issue-107
Browse files Browse the repository at this point in the history
added default branch for New-CrmRecord
  • Loading branch information
kenakamu committed Apr 5, 2016
2 parents 14fd506 + 265df26 commit 3993d9d
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ function New-CrmRecord{
"String" {
$newfield.Type = [Microsoft.Xrm.Tooling.Connector.CrmFieldType]::String
break
}
default {
$newfield.Type = [Microsoft.Xrm.Tooling.Connector.CrmFieldType]::Raw
break
}
}

Expand Down

0 comments on commit 3993d9d

Please sign in to comment.