So I am aware of how to make a blank form based of a UD table but…
How can I create a brand new blank form. My goal is to make a label printing utility within E10.
I tried to get tricky and copied Ice.UI.UD01Entry.dll and renamed it, added to menu and made customization on it, but the change carried over to the real Ice.UI.UD01Entry.dll - I assume there is some sort of GUID in the form itself that causes this.
I’ve learned enough here on this great site to create an external app that interfaces E10, log in, create session, etc - and I realize I could do that, and just place a link to the external exe on the E10 menu but I sure would love to figure out how to have an integrated form.
On an unrelated note, does the solution explorer export your menu customizations (like if I added a tracker to a menu) when you export an item (like a a tracker)? How does one bring menu changes from one db to another besides manually?
Jose, how could you bind a UD Form to something like SalesOrder so you can set the EpiBinding of controls to those fields? I’ve adding the Erp.Adapters.SalesOrder and Erp.Contracts.BO.SalesOrder adapters to the UD From, but can’t figure out how to bind the custom controls.
Basically you create your own EpiDataViews, and add them to oTrans. Then you can bind to it. You’ll still have to manage the data itself (Getting the order, updating the order and such via the adapters)