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.
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?
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.
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.