getAlertsByWhatId(var1)

Retrieve record alerts by the Salesforce object record ID.

This method aggregates alerts associated with PersonAccount and FinancialAccount. For example, getRecordByWhatId on PersonAccount returns all alerts related to the person account, all alerts related to the person's financial accounts, and all alerts related to financial account transactions for each financial account.

Note

Signature

public List<fscwmgen.RecordAlertInfo> getAlertsByWhatId(String var1)

Parameters

var1
Type: String
Specify the Salesforce record ID.

Return Value

Type: List<fscwmgen.RecordAlertInfo>