[development-axapta] Bartender integration

2010-04-06 Thread Ax Dev
Hi Guys, Can you please share your experience of integrating bartender with Dynamics AX using XML? The transport mechanism can be TCP/IP. How to achieve it in AX? The requirement is print label files immediately, hence can’t rely on AIF queue as there is no prioritization concept. Thanks

[development-axapta] AIF outbound acknowledgments

2010-02-01 Thread Ax Dev
this message to ensure proper delivery. How-ever, if I develop new service to receive acknowledgement (new inbound service) from external system, how the AX AIF will be able to understand that this XML is related to what I sent? I can think of getting the same message id as request message

[development-axapta] Help - AIF

2010-01-27 Thread Ax Dev
Hi Friends, I need your help to evaluate the best solution to integrate various external systems with Dynamics AX 2009 by using AIF functionality (BizTalk/File adaper/MSMQ). Can anyone please help to direct me to: (a) pros & cons of using BizTalk v/s File adapter v/s MSMQ? (b) Are all of

Re: [development-axapta] flow of the return items

2007-08-07 Thread AX CONS
gt; Hi > > > > I think that you should post your questions in another forum. > > > > This forum is primarily dealing with development issues. > > > > Regards > > > > /Bruno > > > > From: > > development-axapta@yahoogroups.com &g

[development-axapta] flow of the return items

2007-08-02 Thread AX CONS
Hi all, I have a problem with the flow of the return items. When we get the return item, we should repair and send the item again with the same number and serial number. Return Item and repair process is limited within Axapta. Any idea? Thank you [Non-text portions of this message have been rem

[development-axapta] extra costing entry for production

2007-08-02 Thread AX CONS
Adjustment menu by soind at least Close or Recalculation. But that is not effective way to do. How do you handle this kind of situation? Have you had chance to look at the Cost Accounting in Ax 4.0? Thank you [Non-text portions of this message have been removed]

[development-axapta] price correction on invoice

2007-08-02 Thread AX CONS
Hi all, I know there is no price correction on Sales order or Purchase order after invoice in Axapta 3.0 Just, I want to be sure, is there any thing in 4.0? I checked, but could not see anything about that. Thank you [Non-text portions of this message have been removed]

[development-axapta] Inventory Turnover pos

2007-07-31 Thread AX CONS
Hello, I have a question. What is Inventory *Turnover posted field* on the Item Transaction field? Gokhan Kestek [EMAIL PROTECTED] [Non-text portions of this message have been removed]

[development-axapta] Ledger Journals Clean Up

2007-07-29 Thread AX CONS
Does anyone know what is the "Ledger Journals Clean Up" on the General ledger-->Periodic-->Clean menu?What is that for? Thank you Gokhan Kestek [EMAIL PROTECTED] [EMAIL PROTECTED] [Non-text portions of this message have been removed]

Re: [development-axapta] Data Import Performance

2007-07-29 Thread AX CONS
All time, spliting makes that faster. For example, try to import 1000 line every time. You will see that will be faster. I had experience about that. Gokhan Kestek [EMAIL PROTECTED] On 7/20/07, Max Belugin <[EMAIL PROTECTED]> wrote: > > Place your file on application server and check the check

[development-axapta] I have one question about cheque.

2007-07-27 Thread AX CONS
Hi all, I have one question about cheque. After I reversed the transaction, the system is converting the cheque status to Cancelled. The customer wants to use Cancelled Cheque again. As you know, when I generate the payment, the system is only bringing the Created status cheque. So, how can I use

[development-axapta] shipping or export documents in AX

2007-07-25 Thread AX CONS
Hello, Does *Axapta* contain a series of export or shipping documents? We currently use a package independent of the ERP to create Certificates of Origin, Proforma Invoices, Shippers Export Declarations, and Packing Lists (which contains a conversion and weight utility). If/When we implement *Ax

Re: [development-axapta] Problem in data upgrading AX 3.0 to AX 4.0

2007-04-25 Thread AX CONS
Hello Ajastra; I hope you handled your problem. now I am also trying to upgrade the Ax 3.0Sp4 to Ax 4.0 sp1. But the system always gives the error below. Could you write basic steps and suggestions for update? I really need help. Cannot read the list of Record ID columns Source db AXDB1 Target

[development-axapta] PDF report name in E-mail

2007-03-16 Thread Learning Ax
Hi All, In Axapta when we send the PDF report through mail then in that case it sends the mail with PDF file attached with the mail. But the porblem is that the file name is always 'AxaptaReport' which it takes from *\Classes\Info\reportSendMail *method. Is there any way so that file name should

[development-axapta] AX 4.0 Develeopment

2007-03-06 Thread AX CONS
Hi friends; Does anyone have documents for AX 4.0 development? Thank you [Non-text portions of this message have been removed]

Re: [development-axapta] Web application not showing changes made to Axapta

2006-12-16 Thread dynamics Ax
hello... I didn't change any codes in Axapta, as I mentioned in my post, I only change the pricing details of one of the item in Item master, I don't think we have to re-register the COM connector everytime we change the data in Axapta, please advise and thanks in advance. regards,

Re: R: [development-axapta] Free text invoice

2006-03-21 Thread Ax Dev
Hi Friends, After inserting in CustInvoiceTable & CustInvoiceLines, i did the following: custPostInvoiceJob  =   new CustPostInvoiceJob(); custPostInvoiceJob.run(); It works fine for the first time for a new customer. But if a customer is already exists, then it will perform the POST task, b

Re: [development-axapta] call a store proc from Ax

2006-03-17 Thread Ax Dev
It will implicitely throw the error if any of these (username/password/database name/servername/DSN name) is specified wrong. You don't need to use TRY/CATCH block for this explicitely. However, you can use TRY/CATCH block while using resultset or statements. Regards Harsh On 3/17/06, Ronni

Re: [development-axapta] How to set Default value to enum type of field

2006-01-05 Thread Ax Dev
Hi, the element with enum value 0 remains the default one. So create enum accordingly. Regards, Harsh On 1/5/06, Aravindan Muniappan <[EMAIL PROTECTED]> wrote: > > Hi, > I have created a Base enum e.g., Boolean, the Elements in that are TRUE > (enum value 1) and FALSE (enum value 0). > > I us

Re: [development-axapta] Get value from Combobox

2005-12-28 Thread Ax Dev
Hi Aravind, You can get the value that is selected in a combobox on your form by the following procedure: 1. You should change the "AutoDeclaration" property of the combo-box to Yes. Suppose the name of the combo-box is Combo1. (The AutoDeclaration property automatically create an object with

Re: [development-axapta] Sql memoy usage increase abnormally

2004-12-10 Thread ax
Its normal, so the solutions is to define max memory for sql server in sql server properties. Kuni - Original Message - From: "Cenk Ince" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, December 10, 2004 10:17 AM Subject: [development-axapta] Sql memoy usage increase abn

[development-axapta] Enteprise portal and Document Management

2004-12-10 Thread ax
Hi everybody, Are there any posibility to create word documents through enterprise portal? When i use standard functions of document management i get error that form or webform object is not initialized. For example form object could be SalesTable form and WebForm Object - EPCSSSalesCreate webf

Re: [development-axapta] Course lessons pdf file

2004-12-10 Thread ax
Hi everybody, Are there any posibility to create word documents through enterprise portal? When i use standard functions of document management i get error that form or webform object  is not initialized. For example form object could be SalesTable form and WebForm Object - EPCSSSalesCreate

[development-axapta] Axapta Enterprise portal & Document Management

2004-12-02 Thread ax
Hi guys, I'm trying to activate and somehow and somewhere to see attached documents in Enterprise portal for Customer role. I've enabled all functionality with documents and attached some documents to sales order for exact customer(web customer). The result of all this - no documents in sales or

[development-axapta] Axapta Enterprise portal & Document Management

2004-12-01 Thread ax
Hi guys, I'm trying to activate and somehow and somewhere to see attached documents in Enterprise portal for Customer role. I've enabled all functionality with documents and attached some documents to sales order for exact customer(web customer). The result of all this - no documents in sales or

[development-axapta] Axapta Enterprise Portal & Document Management

2004-12-01 Thread ax
Hi , I'm trying to activate and somehow and somewhere to see attached documents in Enterprise portal for Customer role. I've enabled all functionality with documents and attached some documents to sales order for exact customer(web customer). The rezult of all this - no documents in sales ord

[development-axapta] Axapta Enterprise Portal

2004-12-01 Thread ax
Hi everybody, I have some burning questions about EP and can't find answers in documentations: 1. Enterprise portal (EP) in local computer with IIS v5.1 goes well, but in windows 2003 and IIS v6.0 loads only login page and thats the story ends. In documentation i found that "EP somehow can be

[development-axapta] Web User

2004-10-27 Thread ax
Hi everybody, Have some mini problem with web user setup. I've created new customer, then created new Axapta user with EP_Cust and EP_Ext then created web user and pointed to right portal. when i'm trying to login warning message appears "Login error : The Web user 'mm' is not associated with a

Re: [development-axapta] Barcodes, COM port and terminal services problem

2004-10-11 Thread ax
______ From: ax [mailto:[EMAIL PROTECTED] Sent: 11. oktober 2004 10:55 To: [EMAIL PROTECTED] Subject: Re: [development-axapta] Barcodes, COM port and terminal services problem One more question Palle, how do you interfase com port with Axapta? I've tried to do this by usin

Re: [development-axapta] Barcodes, COM port and terminal services problem

2004-10-11 Thread ax
One more question Palle, how do you interfase com port with Axapta? I've tried to do this by using activeX component from visual basic standard library, but it could't read it. What is your solution? Kuni Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links T

[development-axapta] Barcodes, COM port and terminal services problem

2004-10-08 Thread ax
Hi everybody, Are there any products to manage barcode readers or POS systems through terminal services? Standard windows terminal server can't manage this. Could anyone give me some resources on that? It's something about COM/TCP->TCP/COM ? Respectfully, Kuni Y

[development-axapta] Enterprice portal

2004-10-07 Thread ax
Hi, Could anyone share Enterprice portal documentation or are there any resources on the web or standard Axapta documentations? Thanks in advance Kuni Yahoo! Groups Sponsor ADVERTISEMENT Yahoo! Groups Links To visit your group on the web, go to:http://groups.y

[development-axapta] XML file filled with Axapta data

2004-08-10 Thread ax
Hello, I have i little problem here and i'd like you to give me some suggestions how to solve it... I have xml file generated from some program and i need to fill this file with data, taken from Axapta. How could i do that??? One method is to read this file as a text, split it into static par

Re: [development-axapta] Remote connection: AOS versus Citrix

2004-06-29 Thread ax
Citrix without a question ... talking about AOS you need minimum latency 30ms Bandwidth i think 30kbps per user is ok. Kuni - Original Message - From: "icydeepbluebacardy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 29, 2004 12:56 PM Subject: [development-axapta] R

Re: [development-axapta] taxes report

2004-06-21 Thread ax
if  you mean taxes from ledgerjournaltrans, then Field VendTransId gets value only when line is posted and 0 if it is not. Kuni - Original Message - From: "lvargas0123" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, June 19, 2004 7:33 PM Subject: [development-axapta] tax

Re: [development-axapta] Axapta SQL exam

2004-04-26 Thread ax
I'm shure that your local MBS provider has Databases advanced course material, there you can find about 60-70% of all you need.Then you must read old databases material (i' shure you can find it through partnerguide). Third is AOS and Config utility manuals, then hardware sizing, installation m

Re: [development-axapta]

2004-04-15 Thread ax
your new class name. (new class can be seen only after restarting Ax client). 3, document types options you have to select table you want this document become active 4. and finally you have to select template file of the document (also in options). 5, don't forget to check 'check table'

[development-axapta] how to pass parameter of type byte to dll function?

2004-04-14 Thread ax
how to pass parameter of type byte to dll function? originally dll function is function beginFisk(var param:byte):bool !!! my code is : Dll dll = new Dll('someDll'); DllFunction func = new DllFunction(dll,'beginFisk'); func.args(ExtTypes::byte); func.call('here i must pass byte type paramete

[development-axapta] problem with passing paramters to DLL

2004-04-12 Thread ax
problem with passing paramters to DLL Hi everybody, I fased with Dll function call problem. Here is an example... static void comKasa(Args _args){     Dll dll;     DllFunction func;     boolean error;     int i;     dll = new Dll('xxxDll');     func    = new DllFunction(dll,'BeginFiscalR

[development-axapta] problem with printer settings

2004-04-01 Thread ax
Hi everybody, I have to overrite printer settings at report run time (batch job time). So i did that by overriting printerJobSettings() method (lets say setting target from screen to file and so on.) when i run it from batch for the first time , everything's ok, but further method doesn't over

Re: [development-axapta] Can't create document handling note on a n invoiced sales order

2004-03-24 Thread ax
ent-axapta] Can't create document handling note on an invoiced sales order Hmmm...  I'm not talking about lookup, or maybe I don't get your answer. I'll put it simple : Why on invoiced sales order I can't create document handling note (Table DocuRef) and on others I

Re: [development-axapta] Can't create document handling note on a n invoiced sales order

2004-03-23 Thread ax
In lookup form try to do this through datasource query and exclude this value... If there is no any lookup form and lookup is through table group,then think if new lookup form is needed. Kuni - Original Message - From: "Steeve Gilbert" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent:

Re: [development-axapta] AX SP2 database error..

2004-03-22 Thread ax
The problem may include user rights in MS Sql . Check if sql is configured with windows and sql authorisation... Kuni - Original Message - From: Anil  Ozay To: [EMAIL PROTECTED]   Sent: Monday, March 22, 2004 5:46 PM Subject: [development-axapta] AX SP2 database error.. Hi all