Mirrexa is a Salesforce Lightning Web Component (LWC) application that enables wealth managers to generate professional client documents directly within Salesforce. The app integrates with the Mirrexa platform to provide seamless document generation capabilities.
- Salesforce org with Lightning Experience enabled.
- System Administrator access.
- API access enabled in your Salesforce org.
-
Install the Package from AppExchange
- Install the app from the AppExchange.
-
(Alternative) Install the Package from Source
- Clone this repository.
- Install the package using the Salesforce CLI.
- You may need to alter
package.jsonto match your Salesforce org. - Run
npm run sf-deployto deploy the package to your Salesforce org.
-
Follow the Installation Guide
- Follow the Installation Guide for detailed instructions on how to install and configure the app.
- Lightning Web Components:
generateMirrexaDocument - Apex Classes:
MirrexaSetupController, OAuth and API integration classes - Permission Sets:
Mirrexa_App_Access_2GP - Connected Apps: OAuth configuration for Mirrexa platform
- External Credentials:
MirrexaOAuthfor secure API authentication - Named Credentials:
Mirrexa_APIfor API endpoint configuration
The app integrates with the Mirrexa platform API at https://api.mirrexa.ai using OAuth 2.0 authentication.
- OAuth 2.0 authentication with Mirrexa platform
- Permission-based access control
- Secure API communication via Named Credentials
- No sensitive data stored in Salesforce
- Email: team@mirrexa.ai
- Documentation: [TODO: Add documentation URL]
- Support Portal: [TODO: Add support portal URL]
-
Authentication Fails
- Verify Remote Site Settings are configured
- Check that OAuth credentials are valid
- Ensure user has proper permissions
-
Component Not Visible
- Verify user has "Mirrexa_App_Access_2GP" permission set
- Check Lightning App Builder page configuration
-
API Errors
- Verify Named Credential configuration
- Check External Credential setup
- Review Salesforce debug logs
See CHANGELOG.md for detailed version history.