您位於此處:
費用撤銷服務流程的必要 OmniScript 元件
檢查 Salesforce 中是否有必要元件,以支援「費用撤銷」服務流程。
FeeReversal OmniScript 會呼叫下列整合程序、Omnistudio 資料對應器、FlexCard、LWC (Lightning Web 元件) 和 Apex 方法。
整合程序:
- FSC_GetFeeReversalTransactions
- FSC_ValidateFeeReversalTransactions
- FSC_FeeReversalCreateCase
- FSC_GetFeeReversalFinancialAccounts
Omnistudio 資料對應器:
- FSCFeeReversalGetFinancialAccounts (解壓)
- FSCFeeReversalTransactionAge (轉換)
- FSCFeeReversalFilterFinancialAccounts (轉換)
- FSCFeeReversalTransformFinancialAccounts (轉換)
- FSCFeeReversalFilterTransactions (轉換)
FlexCard 和 Lightning Web 元件:
- FSCFeeReversalTransactions (FlexCard)
- FSCFeeReversalFinancialAccounts (FlexCard)
- FSCFeeReversalSummary (FlexCard)
- FSCFeeReversalTransactionDataTable (FlexCard)
Apex 類別:
FeeReversalHelperFunctions Apex 類別會處理 OmniScript 背後的一些複雜業務邏輯。

