You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2022. It is now read-only.
Expected list of entities where DisplayName (in current language) is 'Organisatie'.
Actual behavior
Get the following error:
Exception calling "ToString" with "0" argument(s): "Method invocation failed because [AMSoftware.Crm.PowerShell.Common.
Converters.LabelConverter] does not contain a method named 'ConvertToString'."
At line:1 char:20
Steps to reproduce
Get-CrmEntity |? { $_.DisplayName.ToString() -eq 'Organisatie' }
Expected behavior
Expected list of entities where DisplayName (in current language) is 'Organisatie'.
Actual behavior
Get the following error:
Exception calling "ToString" with "0" argument(s): "Method invocation failed because [AMSoftware.Crm.PowerShell.Common.
Converters.LabelConverter] does not contain a method named 'ConvertToString'."
At line:1 char:20
Environment data
Version: v1.3.0.0
Connected to Dynamics 365 CRM Online
The text was updated successfully, but these errors were encountered: