We are trying to use dexterity to make a fairly simple table with 4 fields that will not be linked to any existing tables and will be used for a fairly basic report one of the accountants uses.
Our challenge is that both of the key fields we are using need to allow for duplicate as there is a many to one relationship for both the P.O # field and invoice # field. In other words one invoice could have to have up to 12 entries in this table.
I can see how to make it using SQL Studio, but I need to create the field in Dexterity and then update the dictionary files.
I need to have an ID field that is my primary key and that auto populates itself.
Our current fields are as follows:
1) Invoice # (Key field)
2) PO # (Key field)
3) Shipping cost
4) Date Shipped
5) Qty shipped
How can I create this field/script within dexterity. It just needs to be a 7...