cgcloud__Tactic_Fund__c

This object stores the relationship between the Fund and Payment Tactic junction objects. 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
Name
Type
string
Properties
Autonumber, Defaulted on create, Filter, idLookup, Sort
Description
Unique identification of the record.
cgcloud__Active_Tactic__c
Type
boolean
Properties
Create, Defaulted on create, Filter, Group, Sort, Update
Description
Indicates whether the referred tactic is included.
The default value is false.
cgcloud__Calculated_Funding_Percent__c
Type
percent
Properties
Filter, Nillable, Sort
Description
Funding Percent value that's calculated based on the Plan Spend amount that's allocated to the Tactic Fund and Total Plan Spend amount for the tactic. It is used when the Fund Auto-Determination option is disabled.
This is a calculated field.
Formula
IF( NOT(ISBLANK(cgcloud__Tactic__r.cgcloud__Total_Plan_Spend__c)) , (cgcloud__Plan_Spend__c/
cgcloud__Tactic__r.cgcloud__Total_Plan_Spend__c), 0)
cgcloud__Fund_Description__c
Type
string
Properties
Filter, Nillable, Sort
Description
Description of the related fund.
This is a calculated field.
Formula
cgcloud__Fund__r.cgcloud__Description__c
cgcloud__Fund__c
Type
reference
Properties
Create, Filter, Group, Sort, Update
Description
Reference to the fund.
This is a relationship field.
Relationship Name
cgcloud__Fund__r
Relationship Type
Master-detail
Refers To
cgcloud__Fund__c (Detail object)
cgcloud__Funding_Percent__c
Type
double
Properties
Create, Defaulted on create, Filter, Nillable, Sort, Update
Description
Value that drives amount distribution for the fund.
cgcloud__LE_Spend__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Tactic-level spend KPI that's synced to this tactic fund record (restricted to the product spend of the fund's anchor product).
cgcloud__Liabilities__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Tactic-level liabilities KPI that's synced to this tactic fund record (restricted to the product spend of the fund's anchor product).
cgcloud__OI_Costs__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Tactic-level costs that appear on invoices, and the KPI is synced to this tactic fund record (restricted to the product spend of the fund's anchor product).
cgcloud__Phase__c
Type
string
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Represents the phase field on the Promotion object.
cgcloud__Plan_Spend__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Tactic-level planned spend KPI that's synced to this tactic fund record (restricted to the product spend of the fund's anchor product).
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link to the Tactic Fund Record for related custom lists.
This is a calculated field.
Formula
HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Tactic_Type__c
Type
string
Properties
Filter, Nillable, Sort
Description
Reads Tactic Type off of related Tactic record; helpful for reporting purposes.
This is a calculated field.
Formula
cgcloud__Tactic__r.cgcloud__Tactic_Type__c
cgcloud__Tactic__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the tactic.
This is a relationship field.
Relationship Name
cgcloud__Tactic__r
Relationship Type
Master-detail
Refers To
cgcloud__Tactic__c (Master object)
cgcloud__Unaccrued_Costs__c
Type
double
Properties
Filter, Nillable, Sort
Description
Subtracts the Tactic Fund Liabilities value from the LE Spend value.
This is a calculated field.
Formula
cgcloud__LE_Spend__c  -  cgcloud__Liabilities__c

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__Tactic_Fund__cChangeEvent
Change events are available for the object.
cgcloud__Tactic_Fund__cFeed
Feed tracking is available for the object.
cgcloud__Tactic_Fund__cHistory
History is available for the tracked fields of the object.
cgcloud__Tactic_Fund__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Tactic_Fund__cShare
Sharing is available for the object.