Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

BenefitProduct

Represents a product or benefit authorized for delivery under a public sector program benefit.

Supported Calls

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

Fields

Field Details
BenefitId
Type
reference
Properties
Create, Filter, Group, Sort
Description
ID of the benefit.
This field is a relationship field.
Relationship Name
Benefit
Relationship Type
Master-detail
Refers To
Benefit (the master object)
IsActive
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the benefit is active.
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 LastReferencedDate is not null, the user accessed this record or list view indirectly.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
The name of the public program benefit.
ProductId
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
ID of the product or benefit authorized for delivery.
This field is a relationship field.
Relationship Name
Product
Refers To
Product2