2012-10-09 11:10:00
Topic starter
How do I write a field value to null in a workflow when writing a model? This fails:
o.setMDF("DDA", "PriorToCancelState", null);
o.setMDF("DDA", "PriorToCancelState", NullConstants.NULL_STRING_VALUE);
o.setMDF("DDA", "PriorToCancelState", NullConstants.NULL_STRING_VALUE);