Hi, I am attempting to add another table in addition to the “furniture” table, say one called “appliances” however I noticed it breaks the entire ordering and pricing section because you can only link one table per field/column. So, for example, it can only grab pricing from the Funiture section and you cannot have any other sections. Has anyone discovered a workaround or a different way yo set up my table? It really does have to have separate tables so my front-end API can pull each table by category.
Page 1 / 1
My gut approach to this is to keep all inventory in a single table, using a single-select {Category}
field to label things as Furniture, Appliance, etc. However, then I saw this:
What front-end API are you using? Is there no way to set up the API to pull all items from the same table?
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.