Newer Version Available

This content describes an older version of this product. View Latest

cgcloud__Fund_Transaction_Row__c

Transaction rows for the funds. 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__Amount__c
Type
double
Properties
Create, Filter, Nillable, Sort, Update
Description
Transaction amount.
cgcloud__Currency__c
Type
string
Properties
Filter, Nillable, Sort
Description
Transaction currency.
This is a calculated field.
Formula
1TEXT(cgcloud__Fund_Transaction__r.cgcloud__Currency__c)
cgcloud__Fund_Transaction__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the custom field that stores the transaction name for which transaction rows are created.
This is a relationship field.
Relationship Name
cgcloud__Fund_Transaction__r
Relationship Type
Master-detail
Refers To
cgcloud__Fund_Transaction__c (master object)
cgcloud__Record_Link__c
Type
string
Properties
Filter, Nillable, Sort
Description
Link of the record.
This is a calculated field.
Formula
1HYPERLINK("/" &Id, $Label.cgcloud__record_link, "_top")
cgcloud__Source_Fund__c
Type
reference
Properties
Create, Filter, Group, Nillable, Sort, Update
Description
Reference to the source fund of the transaction.
This is a relationship field.
Relationship Name
cgcloud__Source_Fund__r
Relationship Type
Lookup
Refers To
cgcloud__Fund__c
cgcloud__Target_Fund__c
Type
reference
Properties
Create, Filter, Group, Sort
Description
Reference to the target fund of the transaction.
This is a relationship field.
Relationship Name
cgcloud__Target_Fund__r
Relationship Type
Master-detail
Refers To
cgcloud__Fund__c (the detail object)
cgcloud__Transaction_Type__c
Type
picklist
Properties
Create, Filter, Group, Nillable, Restricted picklist, Sort, Update
Description
This field identifies a transaction row of type Deposit or Withdraw based on either the credit or debit transaction on the target fund of the record. For example, a negative transaction on the target fund identifies a transaction row as a Withdraw type of transaction.
Possible values are:
  • Deposit
  • Withdraw

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__Fund_Transaction_Row__cChangeEvent
Change events are available for the object.
cgcloud__Fund_Transaction_Row__cFeed
Feed tracking is available for the object.
cgcloud__Fund_Transaction_Row__cHistory
History is available for the tracked fields of the object.
cgcloud__Fund_Transaction_Row__cOwnerSharingRule
Sharing rules are available for the object.
cgcloud__Fund_Transaction_Row__cShare
Sharing is available for the object.