cgcloud__Contract_Payment_Tactic__c

Stores the details of the relationship between a contract payment and contract tactics. By using this object, you can check the contract tactics for which the payment is applicable after the customer has fulfilled the agreement. This object is available in API version 54.0 and later.

Supported Calls

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

Fields

Field Details
LastReferencedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user referenced this record.
LastViewedDate
Type
dateTime
Properties
Filter, Nillable, Sort
Description
Most recent date on which a user viewed this record.
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the record.
cgcloud__Account__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the technical field. This attribute isn't shown in the user interface.
This is a relationship field.
Relationship Name
cgcloud__Account__r
Relationship Type
Lookup
Refers To
Account
cgcloud__Actual_Costs__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Describes the proportion of the payment request that's allotted to the tactic.
cgcloud__Contract_Payment__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the contract payment.
This is a relationship field.
Relationship Name
cgcloud__Contract_Payment__r
Relationship Type
Master-detail
Refers To
cgcloud__Contract_Payment__c (Master object)
cgcloud__Contract_Tactic_Template__c
Type
string
Properties
Filter, Nillable, Sort
Description
Describes the contract tactic template of the contract tactic.
This is a calculated field.
Formula
cgcloud__Contract_Tactic__r.cgcloud__Contract_Tactic_Template__r.Name
cgcloud__Contract_Tactic__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the contract tactic.
This is a relationship field.
Relationship Name
cgcloud__Contract_Tactic__r
Relationship Type
Lookup
Refers To
cgcloud__Contract_Tactic__c
cgcloud__Contract__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the contract.
This is a relationship field.
Relationship Name
cgcloud__Contract__r
Relationship Type
Lookup
Refers To
cgcloud__Contract__c
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the record detail.
This is a calculated field.
Formula
(HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top"))
cgcloud__Rejected_Amount__c
Type
double
Properties
Filter, Nillable, Sort
Description
Describes the proportion of the payment request that's rejected for the tactic.
This is a calculated field.
Formula
IF(ISPICKVAL(cgcloud__Status__c , 'FullRejection'),  cgcloud__Actual_Costs__c, 0)
cgcloud__Status__c
Type
picklist
Properties
Create, Defaulted on create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
Indicates whether the table entry is either new, deleted, or modified. This attribute is used for the replication process.
Possible values are:
  • Approved
  • FullRejection—Rejected
The default value is Approved.

Associated Objects

This object has these associated objects. If the API version isn’t specified, they are available in the same API versions as this object. Otherwise, they are available in the specified API version and later.

cgcloud__Contract_Payment_Tactic__cChangeEvent
Change events are available for the object.
cgcloud__Contract_Payment_Tactic__cFeed
Feed tracking is available for the object.
cgcloud__Contract_Payment_Tactic__cHistory
History is available for the tracked fields of the object.
cgcloud__Contract_Payment_Tactic__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Contract_Payment_Tactic__cShare
Sharing is available for the object.