You are here:
Required OmniScript Components for Fee Reversal Service Process
Check that the required components are in place in Salesforce to support the Fee Reversal service process.
The FeeReversal OmniScript calls the following Integration Procedures, Omnistudio Data Mappers, FlexCards, LWCs (Lightning Web Components), and Apex methods.
Integration Procedures:
- FSC_GetFeeReversalTransactions
- FSC_ValidateFeeReversalTransactions
- FSC_FeeReversalCreateCase
- FSC_GetFeeReversalFinancialAccounts
Omnistudio Data Mappers:
- FSCFeeReversalGetFinancialAccounts (Extract)
- FSCFeeReversalTransactionAge (Transform)
- FSCFeeReversalFilterFinancialAccounts (Transform)
- FSCFeeReversalTransformFinancialAccounts (Transform)
- FSCFeeReversalFilterTransactions (Transform)
FlexCards and Lightning Web Components:
- FSCFeeReversalTransactions (FlexCard)
- FSCFeeReversalFinancialAccounts (FlexCard)
- FSCFeeReversalSummary (FlexCard)
- FSCFeeReversalTransactionDataTable (FlexCard)
Apex Classes:
The FeeReversalHelperFunctions Apex class handles some of the complex business logic behind the OmniScript.

