Intercompany Transactions

ragrebelo
Member Posts: 6
I'm configurating and testing intercompany transaction.
When I post a transaction (order to a vendor in the same database), I receive an error message: "IC Partner MN not exist as a Customer in current company".
MN is the company that is sending the order.
At the first time I didn’t configure the MN as customer in his company.
Then I configure MN as a costumer, and the same error appear.
If I change the IC Partner Code in the Company Information, the error message appears with this new code.
Could you please help me?
When I post a transaction (order to a vendor in the same database), I receive an error message: "IC Partner MN not exist as a Customer in current company".
MN is the company that is sending the order.
At the first time I didn’t configure the MN as customer in his company.
Then I configure MN as a costumer, and the same error appear.
If I change the IC Partner Code in the Company Information, the error message appears with this new code.
Could you please help me?
0
Comments
-
If you are making an Order to a Vendor, I assume that is a purchase Order.
Isn’t supposed to be vendor having a IC Partner Code instead of a customer?0 -
Yes it is. And the Vendor have the IC Partner Code.
I don't know why it check the customer.0 -
I have made several intercompany purchases to vendors and I can't reproduce your problem.
Can you run debugger and inform in witch codeunit/table appears that message.0 -
CodeUnit 4270
-
I think that message it's from custom development. I'm in NAV 4.0 SP3 in that codeunit and don't have any message of that type.
Can you copy a few line where is the error message is from codeunit.0 -
Here it goes:
GetCompanyInfo;
IF ICOutboxPurchHdr."IC Partner Code" = CompanyInfo."IC Partner Code" THEN
ICPartner.GET(ICInboxTrans."IC Partner Code")
ELSE BEGIN
ICPartner.GET(ICOutboxPurchHdr."IC Partner Code");
ICPartner.TESTFIELD("Inbox Type",ICPartner."Inbox Type"::Database);
ICPartner.TESTFIELD("Inbox Details");
ICPartner.CHANGECOMPANY(ICPartner."Inbox Details");
ICPartner.GET(ICInboxTrans."IC Partner Code");
END;
IF ICPartner."Customer No." = '' THEN
ERROR(Text001,ICPartner.TABLECAPTION,ICPartner.Code,Customer.TABLECAPTION);0 -
I catch the error.
I don’t know why but the IC Partner Code for de MN code doesn’t have the customer number.
Because this field is hide, I did run to the table and insert the code.
Now I can do the IC transaction.
Thanks any way.0 -
I think I found your problem.
When you create a Vendor has a IC Partner and its database transactions. You must create in other company a customer with your current company.0 -
ragrebelo wrote:I catch the error.
I don’t know why but the IC Partner Code for de MN code doesn’t have the customer number.
Because this field is hide, I did run to the table and insert the code.
Now I can do the IC transaction.
Thanks any way.
That field isn't hidden, it's in customer card.0 -
i have gotten the same error...one workaround i found to change the IC partner code to the code of the IC partner on the document you are sending, eg, if you're doing an intercompany PO and the IC Partner on that is ICP 30; change company information IC Partner to ICP 30 and the error goes away and it goes thru to the other company...its just not rite tho coz the whole idea of intercompany is that companies can be both creditors and debtors of each other....*yawn* <sigh> ](*,) or maybe i was just wrong...i'll look again...but ya...0
-
if you are in the company A then has recieved the order from company B
Have you made sure that company B has been setup correctly in company A ? this message suggests that the intercompany codes either have not been setup for MN or that it was setup incorrectly.0 -
Check the company information for IC partner code on both companies.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions