Hi Brenden,
I have to clarify, For example I want to create a product like motherboard with these bunch of custom properties:
[MotherboardID], [FormFactor], [Dimensions], [Brand], [Series], [Model], [CPUSocketType], [NumberOfCPUSockets], [CPUType], [NumberOfPowerPhases], [SupportedCPUTechnologies], [Chipset], [MemoryType], [NumberOfMemorySlots], [MemoryStandard], [MaximumMemorySupported], [ChannelSupported], [OnboardVideoChipset], [SLISupport], [CrossFireSupport], [PCIExpressx16], [PCIExpressx1], [SATA6Gb_s], [SATA3Gb_s], [SATAExpress], [M_2], [M_2Type], [SATARAID], [AudioChipset], [AudioChannels], [LANChipset], [MaxLANSpeed], [WLANChipset], [MaxWLANSpeed], [Bluetooth], [PS_2], [HDMI], [DisplayPort], [RJ45], [USB3_1], [USB3_0], [USB2_0], [S_PDIF_Out], [S_PDIF_In], [AudioPorts], [ComPort], [ParallelPort], [USB3_0Header], [USB2_0Header], [CPUFanConnector], [CPU_OPTFanConnector], [ChassisFanConnector], [WaterPumpConnector], [EXT_FanHeader], [ROGExtensionHeader], [ThermalSensorConnector], [MainPowerConnector], [Power12VConnector], [ThunderboltHeader], [FrontPanelAudioConnector], [TPMConnector], [SystemPanelConnector], [Jampers], [Buttons], [OSSupport], [Features], [PackageContents]
You can see that we have at least 66 custom properties for only one of our products. Saving only product type in a custom table isn't the solution.
Where can I save these properties and how can I fill the value of them in the Product application?