ProductRelationshipRule
Each row represents a relationship rule between products or product
classifications. This object is available in API version 68.0 and later.
Reserved for future usage information.
Supported Calls
create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), undelete(), update(), upsert()
Fields
EffectiveEndDate
- Type: date
- Properties: Create, Filter, Group, Nillable, Sort, Update
- Description: The date when the product relationship rule expired.
EffectiveStartDate
- Type: date
- Properties: Create, Filter, Group, Nillable, Sort, Update
- Description: The date when the product relationship rule was effective.
ForwardMaximumQuantity
- Type: int
- Properties: Create, Filter, Group, Nillable, Sort, Update
- Description: The maximum number of related products linked to the source product for the product relationship rule.
ForwardMinimumQuantity
- Type: int
- Properties: Create, Filter, Group, Nillable, Sort, Update
- Description: The minimum number of related products linked to the source product for the product relationship rule.
IsActive
- Type: boolean
- Properties: Create, Defaulted on create, Filter, Group, Sort, Update
- Description: Indicates whether the product relationship rule is active.
Name
- Type: string
- Properties: Create, Filter, Group, idLookup, Sort, Update
- Description: The name of the product relationship rule.
ProductRelationshipTypeId
- Type: reference
- Properties: Create, Filter, Group, Sort, Update
- Description: The type of product relationship associated with the product relationship rule. This field is a relationship field.
- Relationship Name: ProductRelationshipType
- Refers To: ProductRelationshipType
RelatedProductClsfnId
- Type: reference
- Properties: Create, Filter, Group, Nillable, Sort, Update
- Description: The product classification associated with the source product. This field is a relationship field.
- Relationship Name: RelatedProductClsfn
- Refers To: ProductClassification
RelatedProductId
- Type: reference
- Properties: Create, Filter, Group, Nillable, Sort, Update
- Description: The product linked to the source product for the product relationship rule. This field is a relationship field.
- Relationship Name: RelatedProduct
- Refers To: Product2
RelationshipCode
- Type: string
- Properties: Autonumber, Defaulted on create, Filter, Sort
- Description: An auto-generated code that uniquely identifies the product relationship rule.
SourceProductClsfnId
- Type: reference
- Properties: Create, Filter, Group, Nillable, Sort, Update
- Description: The product classification associated with another product or product classification. This field is a relationship field.
- Relationship Name: SourceProductClsfn
- Refers To: ProductClassification
SourceProductId
- Type: reference
- Properties: Create, Filter, Group, Nillable, Sort, Update
- Description: The source product associated with the product relationship rule. This field is a relationship field.
- Relationship Name: SourceProduct
- Refers To: Product2