Clearing Date Picker value - Text remains after NullValue set on DV

Hello!

So, I am working on a customization and one of the requirements is when a dropdown is changed, I will either update a specific Date Picker form field with today’s date or empty it. The default for today’s date works great, thanks to finding out how via: DateTime.Now in Application Studio - Kinetic ERP - Epicor User Help Forum

So, to default the date I am using Constant.Today, which works great. When I attempt to wipe the field using Constant.NullValue, it does not work. I tried with single and double quotes, but originally just the variable by itself (“NULL” doesn’t mean the same as NULL…)

Stills Leaves the date:
image

Any thoughts would be greatly appreciated, thank you!

If I recall, you call just put null in the expression field.

3 Likes

You are awesome, thank you so much!!

1 Like