Last updated
Last updated
Product Option data is managed using two objects: Product Feature (SBLI__ProductFeature__c) and Product Option (SBLI__ProductOption__c). Both objects reference the Product (Product2) object and serve the following purposes:
Product Feature: An optional object used to group product options into categories.
Product Option: The primary object for managing option products and their related information.
While the main focus is on configuring data in the Product Option object, the Product Feature object can be used additionally if needed for grouping purposes.
The Product Feature object allows you to group product options by category.
Object
Fields
The Product Option object is the core component for managing option products and their associated details.
Object
Fields
Product Feature
SBLI__ProductFeature__c
Order
SBLI__Order__c
μ΅μ μ ν νλ©΄μμ λμ΄λ μμλ₯Ό μ€μ ν©λλ€.
Main Product
SBLI__Product__c
ν΄λΉ μ΅μ μ κ΅¬μ± μ νμ μ§μ ν©λλ€
β
Description
SBLI__Description__c
μ ν ꡬμ±μ λν μ€λͺ μ μ 곡ν©λλ€.
Multi Selectable
SBLI__MultiSelectable__c
ν΄λΉ ꡬμ±μμ μ¬λ¬ μ΅μ μ μ νν μ μλλ‘ νμ©ν μ§ μ¬λΆλ₯Ό μ€μ ν©λλ€.
Product Option
SBLI__ProductOption__c
Order
SBLI__Order__c
Determines the display order of options in the selection screen.
Feature
SBLI__Feature__c
A lookup field referencing the Product Feature object for grouping options.
Main Product
SBLI__Product__c
Specifies the configured product.
β
Option Product
SBLI__OptionalProduct__c
Indicates the product used as an option.
β
Quantity
SBLI__Quantity__c
Specifies the quantity of the option, with a default value of 1.
Unit Price
SBLI__UnitPrice__c
Sets the unit price for the option. If left blank, the price is fetched from the price book entry.
Discount (%)
SBLI__Discount__c
Indicates the discount percentage for the option, applied to the total price.
Discount Amount
SBLI__DiscountAmount__c
Specifies the discount amount for the option, applied to the total price.
Required
SBLI__Required__c
Marks the option as mandatory during selection.
Selected
SBLI__Selected__c
Sets the option as selected by default.
Included
SBLI__Included__c
Marks the option as included, meaning its cost is not reflected in the unit price or total price. Included options are labeled as βIncludedβ in the editor.
Price Editable
SBLI__PriceEditable__c
Allows users to edit the optionβs unit price (default: not editable).
Quantity Editable
SBLI__QuantityEditable__c
Allows users to edit the optionβs quantity (default: not editable).
Min Quantity
SBLI__MinQuantity__c
Specifies the minimum quantity if the optionβs quantity is editable.
Max Quantity
SBLI__MaxQuantity__c
Specifies the maximum quantity if the optionβs quantity is editable.
Description
SBLI__Description__c
Provides detailed information about the option.