Good Day everybody,
i need a little bit Help with structuring my Database.
I want to create a customer/device Canvas App.
I already have a table with CustomerName and CustomerID and another table
with CustomerData (Contact, Adress etc), because one customer can have multiple Locations.
-------------------------------------------------------------------------------------------------------------
Now i want to create a second screen, where i see all the devices the customer bought.
(Switch, Firewall, Server, such thing). Therefore i need more tables.
I thought of an Table for Manufactor (like Microsoft), type (like Switch) and description (24Port Poe).
My Problem ist:
Each loction can have multiple devices, and these devices furthermore need different infos.
(Switch = Ip Adress, Wlan APs = SSID and Key and so on).
So i kinda need tables for each type. Table_Switchdata, Table_WLAN_Aps, Table_Server.
How would you create something like this with which relationship?
I'm happy and grateful for each help.
You can also just add all the properties to the device table, if those specific devices do not have that many additional properties. It’s easier to fetch the data.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
User | Count |
---|---|
23 | |
5 | |
4 | |
4 | |
3 |
User | Count |
---|---|
25 | |
11 | |
10 | |
8 | |
8 |