Set entity to account (similar scenario fails for all entities)
right-click entity node, add filter
right-click filter node, add condition
set attribute in condition to account (id)
Error message is immediately raised:
** Exception Text **
System.NullReferenceException: Object reference not set to an instance of an object.
at Cinteros.Xrm.FetchXmlBuilder.Controls.conditionControl.RefreshOperators()
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
also note that if I "continue" in response to the error, no Operator options are presented
Repro steps:
account
(similar scenario fails for all entities)entity
node, addfilter
filter
node, addcondition
attribute
incondition
toaccount (id)
Operator
options are presented