詳細情報:
手数料取り消しサービスプロセスに必要な OmniScript コンポーネント
手数料の取り消しサービスプロセスをサポートするために必要なコンポーネントが Salesforce にあることを確認します。
FeeReversal OmniScript は、次の Integration Procedure、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 の背後にある複雑なビジネスロジックの一部を処理します。

