Hi Experts,
This is quite a trivial question. I have the requirement of setting the promised_dt in part_need to nul when a new record is created. This is how it’s defined in FSM Metadata
So currently it’s defaulting to the current date.
This is how it looks in Custom Metadata
I tried the following approaches,
- adding a default relationship to a null field of another table
- adding a value business rule to set it to null
None the approaches worked. Still the default value set in FSM metadata takes precedence and sets the current date.
Any help would be greatly appreciated.