Is there a way to create a slice per customer for orders?

I’m trying to create an ordering app where customers will be able to order off of a slice of a product master (the slice will be a copy of the product master). I was wondering if there was a way that a slice of the product master could be generated automatically whenever a new customer is created?

0 1 146
1 REPLY 1

Nope.

Generally, you setup a slice so that it compares against the logged-in user. This way you only define a single slice that’ll work for any number of users.

Top Labels in this Space