Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(salesforce): Added sync salesforce invoice id #2888

Merged
merged 7 commits into from
Nov 28, 2024

Conversation

brunomiguelpinto
Copy link
Contributor

@brunomiguelpinto brunomiguelpinto commented Nov 27, 2024

Context

The SyncSalesforceIdService is being implemented for use in Salesforce integration when an invoice is synced we need to store the Salesforce invoice id
it handles creating or finding IntegrationResource records to link invoices with Salesforce external IDs

Description

This service validates the presence of the invoice and the corresponding integration. If an IntegrationResource does not already exist, it creates a new one; otherwise, it uses the existing record.

@brunomiguelpinto brunomiguelpinto marked this pull request as draft November 27, 2024 19:53
@brunomiguelpinto brunomiguelpinto self-assigned this Nov 27, 2024
@brunomiguelpinto brunomiguelpinto added the Invoice Related to Invoices label Nov 27, 2024
@brunomiguelpinto brunomiguelpinto marked this pull request as ready for review November 28, 2024 13:48
@brunomiguelpinto brunomiguelpinto changed the title feat: added sync salesforce invoice feat(salesforce): Added sync salesforce invoice id Nov 28, 2024
Co-authored-by: Ivan Novosad <ivannovosad@users.noreply.github.com>
@brunomiguelpinto brunomiguelpinto merged commit db25970 into main Nov 28, 2024
6 checks passed
@brunomiguelpinto brunomiguelpinto deleted the feat-salesforce-invoice branch November 28, 2024 15:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Invoice Related to Invoices
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants