UD field data gets carried over to new lines

Hi,

I’ve created a few UD fields in shipto details. The problem I’m having is that when we enter information in those fields, that data gets carried over to a new line. If I change the information in the new line, the data in that field gets updated in all the lines.

I’m not sure how to fix this.

thanks
Metesh.

Is this actually a UD created field in your table?

Is it bound?

Show us the binding details of the fields

Hi @Metesh, Can you give some more information on how the data is populated? For instance, are you controlling the data or is the form populating the data through the dataview binding? Is there a BPM?

Sounds like the fields are not databound. So they are just free floating textboxes.

If your fields are unbound as Jose suggests, then you need to hook into any method that can change, load or clear a record into the data view, and handle the field appropriately.

Thank you for your prompt replies. I’m totally new to Epicor. The information in the fields are manually entered, it’s not coming from anywhere. Here is the binding information for one of the fields.

Did you close and reopen the form after adding those controls and bindings?

Yes.

Ah, the problem is, your UD is attached to the Customer, not the ship To record. Bascially, when you create a new ShipTo, it’s still the same customer, that’s why it isnt changing.

The solution is to create that UD field on the proper table.

1 Like

That worked!! Thank you for your help Chris. :slight_smile:

Sure thing, make sure you mark the solution on the post :smiley: Happy Epicoring