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

2010-10-01 Thread Roberto Ukmar
How are you logging into AX from the business connector? -Messaggio originale- Da: development-axapta@yahoogroups.com [mailto:development-axa...@yahoogroups.com] Per conto di Adam Gregory Inviato: giovedì 30 settembre 2010 14:53 A: development-axapta@yahoogroups.com Oggetto: Re:

[development-axapta] How to use TFS with Axapta.

2010-10-01 Thread alokmishra_004
Hi Friends, Please help me to use TFS with Axapta. Have you any document related with Configuration of TFS with Axapta.

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

2010-10-01 Thread srinath s
Hi Roberto,   When you are using Axapta class with logon or logonas method, are you passing the company name as one parameter to any of these methods. If you pass the company information in these login methods then it will solve the problem. Regards, Srinath. S  --- On Thu, 30/9/10, Roberto

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

2010-10-01 Thread srinath s
Using Logon or logonAs methods in Class Axapta.   Create object for Axapta class and then call logon or logonas method using the axapta object.   public void LogonAs(string user, string domain, System.Net.NetworkCredential bcProxyCredentials, string company, string language, string objectServer,

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

2010-10-01 Thread Adam Gregory
try { ax.LogonAs(strProxyUserName, strProxyUserDomain, nc, null, null, strServerName, null); } Adam Gregory On Thu, Sep 30, 2010 at 10:38 AM, Roberto Ukmar roberto.uk...@gmail.comwrote: How are you logging into AX from the business connector?

Re: [development-axapta] How to use TFS with Axapta.

2010-10-01 Thread Amit Jain
Hi Alok,   There is a whitepaper on partnersource. That document should be good enough for you. In case you face any problem, then please drop me an email.   Regards Amit --- On Fri, 1/10/10, alokmishra_004 alokmishra_...@yahoo.com wrote: From: alokmishra_004 alokmishra_...@yahoo.com Subject: