ProductDetectedPriceChange

Represents a detected change in price for a product associated with a partner account. This object is available in API version 63.0 and later.

A ProductDetectedPriceChange record is automatically created when the system identifies a change in product pricing that can require price protection evaluation or further processing.

Supported Calls

create(), delete(), describeLayout(), describeSObjects(), getDeleted(), getUpdated(), query(), retrieve(), search(), undelete(), update(), upsert()

Fields

Field Details
AccountId
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
References the partner account for which the price change was detected.
This field is a relationship field.
Relationship Name
Account
Refers To
Account
EffectiveDate
Type
date
Properties
Create, Filter, Group, Sort, Update
Description
Date when the new price becomes effective for the product.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the record was last referenced by the current user. Useful for activity tracking.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Date and the timestamp the record was last referenced by a user or system process.
Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort, Update
Description
Unique name or identifier for the price change record.
OwnerId
Type
reference
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
User or group that owns this record. This is a polymorphic relationship field.
This field is a polymorphic relationship field.
Relationship Name
Owner
Refers To
Group, User
ProcessingStatus
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Indicates the current processing stage of the price change.
Possible values are:
  • Completed
  • Inactive
  • New
  • Processing—In Progress
ProductId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
References the product for which the price change was detected.
This field is a relationship field.
Relationship Name
Product
Refers To
Product2