We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bc5e6 commit da15c50Copy full SHA for da15c50
FetchXmlBuilder/ControlsClasses/OptionsetItem.cs
@@ -14,7 +14,7 @@ public OptionsetItem(OptionMetadata Option)
14
15
public override string ToString()
16
{
17
- return meta.Label.UserLocalizedLabel.Label + " (" + meta.Value.ToString() + ")";
+ return meta.Label?.UserLocalizedLabel?.Label + " (" + meta.Value?.ToString() + ")";
18
}
19
20
public string GetValue()
0 commit comments