RE: [development-axapta] Vendor Invoice Journal from Business Connector

2010-10-01 Thread Roberto Ukmar
: [development-axapta] Vendor Invoice Journal from Business Connector My problem was that the Business connector was using DAT and not a specified company. I wrapped all my static methods in AX with changecompany(companyParam) {} Is this the best practice way or is there a way to change company directly

RE: [development-axapta] Vendor Invoice Journal from Business Connector

2010-10-01 Thread srinath s
roberto.uk...@gmail.com wrote: From: Roberto Ukmar roberto.uk...@gmail.com Subject: RE: [development-axapta] Vendor Invoice Journal from Business Connector To: development-axapta@yahoogroups.com Date: Thursday, 30 September, 2010, 8:08 PM   How are you logging into AX from the business

Re: [development-axapta] Vendor Invoice Journal from Business Connector

2010-10-01 Thread Adam Gregory
@yahoogroups.comdevelopment-axapta%40yahoogroups.com Oggetto: Re: [development-axapta] Vendor Invoice Journal from Business Connector My problem was that the Business connector was using DAT and not a specified company. I wrapped all my static methods in AX with changecompany(companyParam) {} Is this the best

Re: [development-axapta] Vendor Invoice Journal from Business Connector

2010-09-30 Thread Adam Gregory
My problem was that the Business connector was using DAT and not a specified company. I wrapped all my static methods in AX with changecompany(companyParam) {} Is this the best practice way or is there a way to change company directly from .net? Thank your for your responses, Adam Gregory On