[development-axapta] Re: Settlement Invoice Number

2010-07-13 Thread Adam Gregory
(); tmpCustVendTrans = CustVendFindSettlements.tmpCustVendTrans(); --Adam On Mon, Jul 12, 2010 at 10:31 AM, Adam Gregory trado...@gmail.com wrote: All, I am looking for a way to find the Invoice numbers that a Payment Proposal is settling. I am creating a custom remittance file from

[development-axapta] Settlement Invoice Number

2010-07-13 Thread Adam Gregory
All, I am looking for a way to find the Invoice numbers that a Payment Proposal is settling. I am creating a custom remittance file from the CustVendPaym. Right now I have access to the LedgerJournalEngine and the LedgerJournalTrans. My problem is two fold. 1.) How do I find the invoice

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

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