StephenStephen
8 years agoQrew Assistant Captain
Associating records with multiple child records
1. Application is called "submissions"
2. each submission gives my agent a chance to submit various pieces of data.
3. I want this submission to be related to anywhere between 1 and many of the products in my catalog which are currently in a table, with record ID of the SKU of that product.
I want each submission to be related to multiple products, between 1-??. But the problem is that multi-select fields are limited to 50 products. So I can't figure out how to create a multi-select picker that lets the user pick from the products, and I want to avoid manually populating a bunch of fields each time my products table changes.
I can't use a synced table of products and a relationship because obviously each product record (as a child) could only be associate with one related parent (submission) record.
2. each submission gives my agent a chance to submit various pieces of data.
3. I want this submission to be related to anywhere between 1 and many of the products in my catalog which are currently in a table, with record ID of the SKU of that product.
I want each submission to be related to multiple products, between 1-??. But the problem is that multi-select fields are limited to 50 products. So I can't figure out how to create a multi-select picker that lets the user pick from the products, and I want to avoid manually populating a bunch of fields each time my products table changes.
I can't use a synced table of products and a relationship because obviously each product record (as a child) could only be associate with one related parent (submission) record.