Developer forum

Forum » Development » Custom date field

Custom date field


Reply

Hi,

We created a custom field (date) in EcomOrders. We would like this field to remain (initially) empty by default (null). The problem is DynamicWeb creates a date in this field every time an order is being made. Is there a way to solve this?


Gr. Matthijs

Replies

 
Reply

You should be able to obtain this by using a notification subscriber that reacts to the Dynamicweb.Notifications.eCommerce.Order.Steps.Completed notification. Otherwise, a trigger on the EcomOrders table might be the way to go.

BR.
Lars

 

You must be logged in to post in the forum