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
@thuld this one somehow slipped through - I’ll see if I can look into it this week. Is this a common scenario or one you are finding with global optionsets or just where entities share optionset attributes with the same name
Expected: Option-Set properties of joined-entities show "Display Name" of option.
Actual: Option-Set-Value is returned
The following code replaces the joined attribute value of type option-set (see Microsoft.Xrm.Data.Powershell.psm1, line 5258)
Say I have two entities:
I use the following query
The mentioned code replaces the property "foo_group" with the option-set-values and overwrites the display-name.
Based on my understanding is the following code correct:
The text was updated successfully, but these errors were encountered: