Working in application studio.
I’m trying to replace the Entity Use Codes combo with a custom one that is being filled from a user code list. The point of this is to be able to add a custom code to be sent to Avalara, which overrides a customer’s tax exemption.
The combobox being filled by a User Code list works great, that’s not the problem.
The problem is if I bind it to Customer.EntityUseCode then the list in the combobox is overwritten by the system Entity Use Code list, and doesn’t use my User Code list. If I bind it to something like Customer.Address1, it works fine.
Has anybody seen this happen?
Does you know a way around it?
Am I doing something wrong?
Should I be doing this a different way?
…it worked fine in classic…