Jun 13, 2023 12:45 AM
Hi! I want to build RMA base and I'm struggling with the basics.. do I create one base with multiple tables or just one table? Can someone share their template which can help me build the structure?
Thanks.
Solved! Go to Solution.
Jun 13, 2023 01:30 AM
If you're starting with one wide table, try to group related fields into separate entities (objects/events, for example). Maybe you have customer info (object), product info (object), orders info (event), RMA info (event), etc. All of these could warrant their own table. Not everything needs its own table but things you care about or might want to ask questions about in the future should have them.
Jun 13, 2023 01:30 AM
If you're starting with one wide table, try to group related fields into separate entities (objects/events, for example). Maybe you have customer info (object), product info (object), orders info (event), RMA info (event), etc. All of these could warrant their own table. Not everything needs its own table but things you care about or might want to ask questions about in the future should have them.
Jun 13, 2023 03:42 AM
Great, thank you.