Setting "Initial Value" in Extended UD Table Maintenance does not populate on new data grid line

As the subject states, I’ve set an Initial Value for a custom UD field in the table. I’ve then Regen’d the data model, and do not sync the table as that functionality is now in the regen process. I’ve restarted IIS and reloaded Epicor.

Adding a new line to a datagrid view, in our case, a customized OrderDtl row does not show the initial value in the in the data grid.

I suspect that maybe I need to handle this manually through the edv View Notification on the New event, but I cannot find any documentation or examples for this.

Thank you

There are several ways to approach it. Perhaps the easiest is to use a Method directive on orders, GetNewOrderDtl. Set your value in there.

This ended up working on it’s own after some time had passed. Not sure if it needed an app pool refresh or what but it’s populating the default value as expected. Weirdness as always.

Thanks for your suggestions.

Greg