[development-axapta] start ax client, go to a sales order

2009-12-14 Thread larrybellou
I want to open a ax client from a .Net app and go straight to a sales order, is this possible?

[development-axapta] datediff equivalent in X++

2008-12-03 Thread larrybellou
How can I figure out the difference in # of days between two dates? Can it be done using a select statement as well? The following t-sql is what I am trying to accomplish but if you can answer one or both of the above questions would help me get there as well.. T-SQL select avg(datediff(day, t

RE: [development-axapta] Who locks the table?

2008-01-23 Thread larrybellou Bellou
Yes, go to "Administration", then "Online Users" and sort by SPID to find the one you are looking for. Please note in SQL Server which AOS (Server) it is coming from. Because it is only online users for that AOS (at least in AX3.0). Make sure you are on the correct AOS.Thanks! Larry Bellou

[development-axapta] Lookup table

2008-01-22 Thread larrybellou
Hello, I have a "lookupBankAccount" on our sales order and it is working fine with the following code BUT I want to only show the last 3 digits of AccountNum (bank account num) instead of entire bank account #. Any help would be appreciated. Thanks! sysTableLookup.addLookupfield(fiel

RE: [development-axapta] Re: Importing external sales order

2007-03-29 Thread larrybellou Bellou
lpsArijit Basuhttp://daxguy.blogspot.com/On 3/29/07, larrybellou <[EMAIL PROTECTED]> wrote:>> I am using AxSalesTable and AxSalesLine but I keep getting message> boxes instead of the error getting back to my code. I put a try> catch around AxSalesLine.Save but it still did not get

[development-axapta] Re: Importing external sales order

2007-03-28 Thread larrybellou
I am using AxSalesTable and AxSalesLine but I keep getting message boxes instead of the error getting back to my code. I put a try catch around AxSalesLine.Save but it still did not get back to my code. Any ideas? --- In development-axapta@yahoogroups.com, "Jacob Hjelmer Nielsen" <[EMAIL PRO