QuoteLineItemInsProductClause

Represents all clauses associated with the products that are applicable to a specific quote line item. For example, if auto insurance quote "ABC" includes both a Free Look clause and an Excluded Driver clause, the object will have two records, one for each clause applicable to the quote line item. This object is available in API version 65.0 and later.

Supported Calls

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

Fields

Field Details
ClauseText
Type
textarea
Properties
Create, Update
Description
The generated clause text based on rule evaluation.
ConstraintModelDeveloperName
Type
string
Properties
Create, Filter, Group, Nillable, Sort
Description
The developer name of the the constraint model used to generate clauses.
CreationMethod
Type
picklist
Properties
Create, Filter, Group, Restricted picklist, Sort
Description
Indicates how the quote item insurance product clause is added. Possible values are:
  • AutoAdded
  • Manual
Description
Type
string
Properties
Create, Filter, Group, Nillable, Sort
Description

The description of the quote item insurance product clause.

EffectiveDate
Type
date
Properties
Create, Filter, Group, Sort, Update
Description

The date when the quote item insurance product clause becomes active.

ExpirationDate
Type
date
Properties
Create, Filter, Group, Nillable, Sort, Update
Description

The date when the quote item insurance product clause becomes inactive.

InsuranceProductClauseId
Type
reference
Properties
Create, Filter, Group, Sort
Description

The ID of the insurance product clause associated with the quote item insurance product clause. This field is a relationship field.

Relationship Name
InsuranceProductClause
Refers To
InsuranceProductClause
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, the user might have only accessed this record or list view (LastReferencedDate), but not viewed it.

Name
Type
string
Properties
Create, Filter, Group, idLookup, Sort
Description

The name of the quote item insurance product clause.

QuoteLineItemId
Type
reference
Properties
Create, Filter, Group, Sort
Description

The quote line item associated with the quote item insurance product clause. This field is a relationship field.

Relationship Name
QuoteLineItem
Relationship Type
Master-detail
Refers To
QuoteLineItem (the master object)