I want to have 2 separate apps (i.e. Lost Property App & Laundry Service App)
Each app’s data includes a reference to a “Customer” table (one customer can claim many lost property & one customer can book many laundry service)
My understanding is that to reference “Customer” in each app the customer table must be defined in each app, but then updates to Customer would need to be done twice.
Is there a way to define “Customer” in one location and use it as reference in multiple apps?
Am I missing something simple?
Solved! Go to Solution.
Unless you set a Valid if expression to enforce your key column validity, you can safely mix key column values generated with UNIQUEID()
and UNIQUEID("UUID")
without worry.
User | Count |
---|---|
16 | |
11 | |
7 | |
2 | |
2 |