Notifications
Clear all

Write a nullable model field to 'null'

2 Posts
2 Users
3 Reactions
794 Views
2
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);

2 Answers
1
o.setMDF("DDA", "PriorToCancelState", NullConstants.NULL_STRING_VALUE);
0
Topic starter

o.setMDF("DDA", "PriorToCancelState", NullConstants.NULL_STRING_VALUE);