V9: Checking string fields for null
It seems there is an unexpected change in how V9 (specifically, 9.0.0.3172) is treating string fields on the SDK side. Normally, if you clear a field, you can use this code in the plugin to see if the field is being cleared: if (entity.Contains(“ita_integer”) && entity[“ita_integer”] == null) { throw new InvalidPluginExecutionException(“Integer is null”); … Read More »