InventoryCountPlanItem

Represents a product in an inventory plan. Inventory Count Plan Item is the child object of Inventory Count Plan. This object is available in API version 63.0 and later.

Supported Calls

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

Special Access Rules

Inventory Count must be enabled.

Fields

Field Details
AssigneeId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The assignee who's scheduled to count the product's inventory.
This field is a relationship field.
Relationship Name
Assignee
Refers To
User
Comment
Type
textarea
Properties
Create, Nillable, Update
Description
A comment, note, or instruction that gives additional context for the plan to count the product's inventory.
InventoryCountPlanId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The inventory count plan associated with the inventory count plan item.
This field is a relationship field.
Relationship Name
InventoryCountPlan
Relationship Type
Master-detail
Refers To
InventoryCountPlan (the master object)
IsBlindCount
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the expected inventory quantity is hidden from the assignee when they count the inventory (true) or not (false).
The default value is false.
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last accessed this record indirectly, for example, through a list view or related record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
The timestamp when the current user last viewed this record or list view. If this value is null, and LastReferenceDate is not null, the user accessed this record or list view indirectly.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Name of the inventory count plan item.
ProductReferenceRecordId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
The product associated with the inventory count plan item.
This field is a polymorphic relationship field.
Relationship Name
ProductReferenceRecord
Refers To
Product2