Apex Reference Guide
Summer '26 (API version 67.0)
Spring '26 (API version 66.0)
Winter '26 (API version 65.0)
Summer '25 (API version 64.0)
Spring '25 (API version 63.0)
Winter '25 (API version 62.0)
Summer '24 (API version 61.0)
Spring '24 (API version 60.0)
Winter '24 (API version 59.0)
Summer '23 (API version 58.0)
Spring '23 (API version 57.0)
Winter '23 (API version 56.0)
Summer '22 (API version 55.0)
Spring '22 (API version 54.0)
Winter '22 (API version 53.0)
Summer '21 (API version 52.0)
Release Notes
CommerceOrders Namespace
ComplianceMgmt Namespace
Context Namespace
DataRetrieval Namespace
ExternalService Namespace
Flowtesting Namespace
GetPartyIncomeFrequencyLabel
GetPartyIncomeTypeLabel
GetPartyIncomeStatusLabel
CalculateIncomeExpenseSummary
GetPartyExpenseFrequencyLabel
GetPartyExpenseTypeLabel
GetPartyExpenseStatusLabel
PerformIncomeValidation
PerformExpenseValidation
GetDurationDateRange
HandleUpsertError
CheckReadAccess
CheckCrudOnIncome
CheckCrudOnExpense
IssueCreditMemo Namespace
ind_mfg_sample_mgmt_apex Namespace
IndustriesDigitalLending Namespace
InvoiceWriteOff Namespace
PlaceQuote Namespace
renew_assets_summary Namespace
RevSignaling Namespace
RevSalesTrxn Namespace
RulesAppln Namespace
runtime_industries_cpq Namespace
runtime_industries_insurance Namespace
Slack Namespace
FSCCashFlowUtil Methods
The FSCCashFlowUtil has these methods.
-
GetPartyIncomeFrequencyLabel
Returns the picklist values for the party income frequency field on the party income entity. -
GetPartyIncomeTypeLabel
Returns the picklist values for the party income type field on the party income entity. -
GetPartyIncomeStatusLabel
Returns the picklist values for the party income status field on the party income entity. -
CalculateIncomeExpenseSummary
Calculates the monthly income, total income, average monthly income, monthly expense, total expense, average monthly expense from a list of income and expenses provided. -
GetPartyExpenseFrequencyLabel
Returns the picklist values for the party expense frequency field on the party expense entity. -
GetPartyExpenseTypeLabel
Returns the picklist values for the party expense type field on the party expense entity. -
GetPartyExpenseStatusLabel
Returns the picklist values for the party expense status field on the party expense entity. -
PerformIncomeValidation
Performs validations on Party Income records. Ensure that the start date is not earlier than the end date. -
PerformExpenseValidation
Performs validations on Party Income records. -
GetDurationDateRange
Returns the start and end date given a duration.For example, if you input the number 3 on the date 10/29/2024, it will return a start date of 7/1/2024 and an end date of 10/1/2024. -
HandleUpsertError
Helper method that constructs the error response for upsert of a partyIncome or partyExpense record. -
CheckReadAccess
Checks for read access on the partyIncome and partyExpense entities. -
CheckCrudOnIncome
Checks create, update and delete access on partyIncome entity. -
CheckCrudOnExpense
Checks create, update and delete access on partyExpense entity.