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

18623: Organisations not integrating to Xero #231

Closed
wants to merge 1 commit into from
Closed

Conversation

brmeyer
Copy link
Contributor

@brmeyer brmeyer commented Jul 8, 2024

No description provided.

@brmeyer brmeyer requested a review from VSydor July 8, 2024 14:45
crmContact.mailingAddress = crmAccount.billingAddress;
crmContact.crmRawObject = crmAccount.crmRawObject;
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking at this again and wondering if we already had what they were expecting, but I'm going to email Maria and double check. The above code was creating a contact using the biz name and address already. Which I THINK is all they were asking for...

return null;
}
Contact contact = new Contact();
contact.setName(crmAccount.name);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aha, probably the root issue. For standard household accounts, shouldn't this be using the old way of doing things, primarily taking the Contact's data? We're only needing the Account name/info when it's an Organization type of account.

Let's verify that with DR first...

@brmeyer
Copy link
Contributor Author

brmeyer commented Jul 11, 2024

Closing this -- got some new info from Maria that I think points to the root cause!

@brmeyer brmeyer closed this Jul 11, 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.

2 participants