Skip to content

Version 2.6 Release

Compare
Choose a tag to compare
@kenakamu kenakamu released this 04 Aug 20:40
· 124 commits to master since this release

I marked this as pre-release as there are tons of changes this time. Please let me know if you find any bug, otherwise I will release this in a week.

Include SDK 8.2.2 dlls

Added following function.
•Invoke-CrmAction
•Set-CrmQueueMailBox

Updating the following function.
•Connect-CrmOnline: Add ClinetId option
•Add EntityReference property for retrieved record object
•New-CrmRecord to accept record object
•IncludeNullValue switch for Get-CrmRecord so that null value can be included in the result.
•Add several parameters for Set-CrmUserMailBox.
•Get-CrmUserMailBox to retrieve all fields
•Connect-CrmOnline now accepts the Url without the Http Scheme and will always assume HTTP (only for Online)

Fixed following issues
•Fixed timeout not working
•Fixed export solution timeout result in null
•Removed UseCTP option from Connection cmdlets
•Fix Invoke-CrmRecordWorkflow and allow it to more gracefully handle duplicate names as well as add a parameter set in which the admin can provide the workflowId to execute (rather than the name)
•Fix Set-CrmRecord to property set Lookup to null
•Change Write-Information over to Write-Verbose
•Several help updates