I need to create a NEW IDO without having to attach any Primary Base Table. How can I do this? Please help here. Thanks.
Figured it out…duh. I was trying to create an IDO without using SQL Tables. I used SQL Tables to create the basic columns and then gave the table a name. Now all I had to do was pull in that table into IDOs and I had the table of my choice.