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(FN-3163): Create new DTFS exporters in Salesforce #4021

Open
wants to merge 69 commits into
base: feat/FN-3163/create-new-dtfs-customers-in-sf
Choose a base branch
from

Conversation

natdeanlewissoftwire
Copy link
Contributor

@natdeanlewissoftwire natdeanlewissoftwire commented Dec 3, 2024

Introduction ✏️

As part of the CCM project, if a customer does not exist in Salesforce, we are automatically creating it rather than relying on the manual process currently undertaken by Business Support Group. This change sends a request to a new createParty endpoint that will be merged in to the MDM codebase.

Tech docs of the full process are available here

Resolution ✔️

Feature flagged for now:
Send a "get or create" request to APIM, which handles all the logic. The creation process involves querying Salesforce via Informatica, getting a DUNS number, generating a PartyURN or using a legacy one and then returning the created customer to DTFS so the URN can be assigned to the new deal in TFM.

Miscellaneous ➕

Increase the deal submission timeout to 30 seconds to allow this process to consistently succeed. This won't be necessary once the deal submission is handled by background processes as discussed in the root README.

@natdeanlewissoftwire natdeanlewissoftwire self-assigned this Dec 3, 2024
@natdeanlewissoftwire natdeanlewissoftwire changed the base branch from main to feat/FN-3163/create-new-dtfs-customers-in-sf December 3, 2024 14:05
@natdeanlewissoftwire natdeanlewissoftwire changed the title Feat/fn 3163/create new dtfs customer in sf informatica feat(FN-3163): create new DTFScustomer in Salesforce Dec 3, 2024
@natdeanlewissoftwire natdeanlewissoftwire changed the title feat(FN-3163): create new DTFScustomer in Salesforce feat(FN-3163): create new DTFS customer in Salesforce Dec 3, 2024
@natdeanlewissoftwire natdeanlewissoftwire marked this pull request as ready for review December 3, 2024 16:15
@natdeanlewissoftwire natdeanlewissoftwire changed the title feat(FN-3163): create new DTFS customer in Salesforce feat(FN-3163): Create new DTFS exporters in Salesforce Dec 3, 2024
Copy link

sonarcloud bot commented Dec 3, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant