-
Read XML file in Axapta
I have the following code in the XML file <sale> <base> <SKU>128892</SKU> <descr>CROSS 10K BP </descr> <extPrice>25.99</extPrice> <unitPrice>25.9900</unitPrice> </base> </sale> There are spaces in the <descr> node. When I read the file I have the following code: lineNodeList = _xmlDoc.getElementsByTagName('sale'); Then I…
-
Project Management - 2
Hi All, Can we pass cost Journal for Internal Projects? Can we buy Item, Service Item for Internal Projects? How can we have Gantt Charts for Activities & Subprojects? How Budgeting is done in Axapta? How Change Planes are stored? How can we achieve Material Planning in Axapta? I need few Items for my project time to time?…
-
Batch Server
Hi, does anybody have user-manuals or documents regarding batch server esp. Documents regarding the various features of batch server, implementation details etc. (pref. Axapta Version 3 or greater) Thanks in Advance. Quick response is greatly appreciated. Regards, Subash Gutala.
-
Report options with Axapta
I am a programmer new to Axapta. I have spent the last couple weeks looking into the report generating capabilities of Axapta and found them lacking. I am not against using code, but it seems like even the simplest of reports in Axapta needs a bunch of methods behind it. Now I am looking into report generation…
-
Stock for the Given Date
Hi to All, I am new to axpta. How to find the stock of Item (Closing Stock of Item) for the given date? Thanks in Advance. Regards, Logu
-
How do you add a column into Axapta?
I have tried to add a column directly into SQL - it puts the column in to SQL - but not into Axapta. I did a syncronize and it saw the column, but all it did was remove it from my SQL table - it didn't add it to Axapta. I am pretty much a novice in Axapta application work - so any help with this would be appreciated.…
-
Reports
Does axapta provide builtin reports like "profit & loss statement" , "Sales reports" , "Balance sheet", "customer account statement" etc... Are these reports available when axapta is installed or the partner or developer builds these reports.... Lastly ..... if these reports are available ..... can end-user who is not a…
-
Demo Installation Error;Error No:1606
Hi tro All. While doing my Demo Installation of Axapta, After installation of MSDE, I'm getting a Error Error 1606. Could not access network Location C:\Program Files\Msde I have made sure that Msde is not installed prior to the installation Installation continues and application and client got installed. But I cant open…
-
Help PLEASE, new in axapta!
I just created a purchase order and it is already received, but I can´t pick the material from the sales order since it is not physically available. How can I transfer the material from reserve by the sales order to physically available? Thanks Ariadna Alonso
-
Certification papers
Hi, Can anyone that took and passed any certification exam on Axapta tell me if he/she had received any cert. paper from MBS? I have 2 such exams (General Test and Programming), still no diploma. How can we make proof of our results to the others? Thanks, CD
-
Images to Excel
Hi, Does anyone know to put images into excel sheet using x++ code. Please revert back. Thanks. Ramki.
-
report
Hi, How can I do to create a report depending of some fields of a form? For example, the user select the accountNum of a client and click on a button to generate a report. And the report contains the accountNum of this client and some data about him. Thanks, Vince
-
A report with chosen dates
Hi. I'v prepared a report which shows all transactions (show report). It shows all done transations (not so many of them, and all complished during May). But now, let's assume that I have much more transations (with date durine June,July...), but I want to see only the transactions which have been done only in May. What…
-
How to initialize datasource with sql?
Hi, Short question....: How can I do to initialize a datasource using sql? Vince
-
How can Axapta be started from a command prompt ? using ax32
I want to start axapta from a command line, but with a definable configuration file. Is this possible by adding the configaration file to the ax32.exe command ? How is the exact syntax ?
-
Importing Customer Payments into Axapta
I am running version 2.5 with the BKD Powerpack. On the customer payment screen under functions I have an Import Payments option, also on the setup of payment methods I can choose file types for exporting and importing (custIn Format 1, DebitDirect, ESR, or OSG+AG innlesning (Norge) for import types) - what I am trying to…
-
Has anyone implemented eBECS
Were are looking at the Lean Manufacturing module from Axapta, eBECS. Has anyone implemented this module, if so, what were some of the key problems/issues, thanks.
-
Balance brought forward vs open item method for debtors
Is anybody aware of whether it is possible to set up the "balance B/F" method of accounting for debtors in Axapta, and if so, how would this be done? :-k
-
Axapta Installation Error
Hi, Can any one please provide a solution to this please. We are trying to install Axapta in our server and had installed Axapta Application, Axapta Server and we installed Axapta Client in the client machine. While Axapta Server Installation , In the Database configuration part we gave Type of Database to User:Microsoft…
-
Set up of Statistics under Inquiries on Chart of Accounts
Has anybody ever used the Statistics function under the Inqiries button on the Chart of Accounts form. I am trying to understand how to set it up to provide meaningful results
-
MultiCompany Operations in Axapta
Does anybody know how to set user restrictions for MultiCompany operations in same Axapta system. That is I have two sister concerns A & B in same Axapta system. I do not want user of A to be able to access any information of B. How do we do that. User Permissions only help in setting module/form/menu item restrictions.…
-
Axapta in a Manufacturing Environment
Hello to all, Are there any manufacturing organizations, which have implemented Axapta, that can provide an independant functional/technical evaluation of the system? Our company may implement Axapta and we would like to be aware of some of the key issues/problems that other manufacturing organizations are experiencing.…
-
Stackdump exit code 487
Hi , I installed Axapta 3.0 on Windows XP (SP2) and using SQL 2000. When I try to compile the application I get following stack errors. Crash : Exception 0xc0000005 caught (unspecified) in thread 0x784 of process 0x788. --# FV EIPRetAddr- FramePtr StackPtr Symbol 0 .V 00777143 00000000 00000001 001264f4 Mod:…
-
Web search engine
Hello everybody We are having big problems with the web search engine. We would like to know if everybody has solutions or explanations for: -the disastrous speed of the searches -the logic of the searches: how to do a AND search? how to do a OR? Space seems to be "AND" in some cases, but "OR" in some others. It's usually…
-
XML parsing
Hi, I have an XML file to parse. I must extract a lot of data. For one of them, when the result is ' ', the XML beacons are not here. So my tool goes to the next "same beacons". In this case, I would like to use other data extracted. This is my code: debitLines = rootNode.selectNodes("//AWBAMTVAL"); bonLines =…
-
How to invoke a browser in Axapta?
I would like to know in Axatpa, how to invoke the IE or Navigator? Could anyone show me the code? Thanks in advance!
-
Encrypted Passwords
Does anybody know, how the User-Passwords are encrypted in the Database (in the Table "USERINFO")? Is it a MD5 of "name" and "password" ? with regards, Christian Kurta.
-
Axapta Certification
Does anybody know about how we can take up Axapta Certification and who offers Axapta Certification in India Thanks Vijay
-
Very Simple Question .........
Im new to axapta . can someone explain me the setup of item groups in stock management... eg ... whats the logic behind each field ...... i'll be really thankful... :|
-
Problems with form
Hi all, I have created 2 new checkbox in my InventTable. When both the checkbox are ticked, it will return the ItemId. I've wrote overwrite the 'modified' method for both the checkboxes and it will return the 'ItemId'. The problem is when i checked on both the checkbox for item 'BR-14', it returns the ItemId correctly but…