This is probably super simple and I’m almost embarrassed to ask but I cant figure it out. On the sales order entry screen in Kinetic, I want to add a UD field we have on the customer table. I’m struggling to get the data to load.
I’ve added a data view called customer. The data view recognises the customer table exists and shows me the fields. I’ve added a text box and set the data EpiBinding to Customer.CreditController_c (autocomplete recognises it)
I preview an order with a customer I know has data yet the field is always blank
Where am I going wrong? Do I need to do something in events to load the data?