Skip to content

Version 2.3

Compare
Choose a tag to compare
@kenakamu kenakamu released this 05 Apr 06:36
· 233 commits to master since this release

Added following function.
•Publish-CrmCustomization to publish customization in more granular level.
•Get-CrmCurrentUserId as Alias to Get-MyCrmUserId

Updating the following function.
•Set-CrmRecord to have Upsert switch.
•Set-CrmUserBusinessUnit to make ReassignUserId optional.
•Extract help from psm1

Fixed following issues
•Removed Upsert-CrmRecord as Upsert is not common verb
•Fixed error handling so that it properly generate and throw error as expected.
•Fixed Get-CrmRecords to properly accept last-x-years type of operator
•Fixed Get-CrmEntityAttributeMetadata that didn't return any Attributes.
•Added -Verbose option to Get-CrmConnection
•Fixed the issue that it cannot set null value for fields when update.
•Fixed the issue that Test-CrmViewPerformance didn't work with View parameter.
•Fixed the issue that New/Set-CrmRecord failed when field has certain type such as byte[]