Dears,
I am trying to validate a null check like below in the plugin,
if(targetEntity.Attributes.Contains("customernumber"))
{
//perform logic
}
In classic form above logic works fine and if the customer number is null then it stops the further execution within if block.
However, the same logic does not work in UCI environment somehow which I suppose is a bug from Microsoft.
I am firing plugin on create. Is there any way to fix this without modification within plugin.