-
About DynamixAX book
Dear All Axapta forum members, I would like to ask you about this book especially its table of contents and summary of this book. Here it is: Dynamics AX: A Guide to Microsoft Axapta By Luis Mourão, David Weiner I wonder if one or two or more of this forum members maybe have this book, and would you please share to me…
-
Compare string
how i can compare two string (second position) in axapta xxxxAx xxxxBx ?
-
Visual baisic DTS
Visual baisic how I can run DTS file from axapta or VB scirpt??
-
Batchjob not working with WinApi::findFirstFile?
Hello, I've written an XML import function. It is working fine if the program is initiated interactively from the menu. However when I start the same program as a batch it doesnt work. What's the program do: private int ScanForFile(FilePath _directory) { str filename = "*.xml"; container con; int handle = 0; int ret = 0;…
-
How to make Financial Statements in AXAPTA
Hi I want to design & Generate PL & BS Financial Statements from AXAPTA Can any body suggest how to go about it Thanks in Advance Cheers Pankaj
-
How to create a Bill of Lading for a customer return?
Anyone know how to create a Bill of Lading for a customer return where the ship-from/ship-to addresses are just the reverse of the sales order --- that is, where the customer's name and address is listed as the ship-from and my warehouse is the ship-to??? We're running Axapta 3.0 Thanks!
-
Report Size
Hi experts, How do I make my report on a custom size paper. Because different reports have different size paper. Is there a way to specify the height and width of the paper without manipulating it on the windows printers folder. thank you very much. Mike
-
AXAPTA 4.0 and .net integration
can any body give some X++ code in these case 1-calling a DotNet application from axapta 4.0 2- passing a value in axapta and catch that same in DotNet application
-
How to attach Structures In Fixed Asset Aqusition
Hi I have created FA CArd now i want to aquire the same in my books so that the system can calculate the depriciation on aquisition value which contains tax & excise duties Can any body suggest how to make entry in aquisition journal so that the tax & duty heads are also updated regards Pankaj
-
Axapta - Purchase order and Sales order problems
Hi, Hope someone can help me with this.. Whenever i try to post a PO or a SO i get the following error: For PO: Quantity 1,00 cannot be received, as inventory transactions with status 'Registered' are insufficient. For SO: A quantity cannot be picked. Insufficient inventory transactions with status 'Picked' What am i doing…
-
Reference Material on MRP Module in AXAPTA
Hi Can Any one provide me the place / site where i can find dood reference material on MRP in AXAPTA Thanks Pankaj
-
semicolon (;)
Experts, Hi.. can anyone tell me what is the function of ";" in X++; sample code is public boolean fetch() { ; (what is this for? ) queryRun = new QueryRun(this); element.setRange(); if (!queryRun.prompt()) { return false; }
-
Unusual class behaviour. Class license?
Hello everyone. I have Classes listed in my AOT but can not create a class from there (ie. right-clicking the Class node and selecting New Class). However, if I load up my project pane, I can create a class from there. Now if I look at the class I have just created in the AOT or project pane, I cannot delete it! Also, from…
-
Changing a report's ranges automatically via X++
Hello. I'm Lee and I've been using Axapta at work for about 2 months now. I like it very much but am having a really hard time getting some good documentation and tutorials. Are there any popular ones out there ? Currently I'm working on an automated daily report that runs via the batch. One of the criteria is that the…
-
moving into axapta
Dear All, This is generally chat only. If there is a person, he is a certified business consultant and developer in navision but he thinks he would like to change from navision to axapta, is it possible ? I mean how difficult to adapt ? is there a c/al editor in axapta ? Does axapta appearance look like navision ? Tks in…
-
How I can post varitables between forms??
How I can post varitables between forms??
-
How replace the blank space?
Hi, I want replace the blank space by a caracter in an export of data. Because I have a problem when I want read the csv file in Excel. The blanck space is considering like a Return. Do you have an idea? Thanks a lot.
-
How to pass parameters on forms (Urgent!)
Experts, How do I pass parameters to form. I have made a job that calls a certain form. What I want is that, there is a parameter that I want to pass in the job and get that parameter in the form when the form is called. Take note that I dont have a license in making a class. thank you very much. Mike
-
Axapta programming book – MORPHX IT
I have written an introduction book on how to use the Axapta development environment. The target group is newbie's to Axapta development. If you are a programmer, a technical person, a consultant who wants to learn about the Axapta development environment or simply just want to catch up on a specific area, the book will be…
-
Report in Excel Format
Hi all, Is there a way in Axapta to save a report directly in Excel. Also i want to print data in multiple excel sheets based on some criteria. Thanx in advance.
-
Add appointment to outlook from Axapta.
Hi In smmSynchronize class, addAppointmentToOutlook() method is used and it creates an appointment in outlook from Axapta. it is working fine, but is not taking my attendee list and send it to outlook. Why attendees are not being sent to outlook? Please let me know reason if anybody has come across this issue Thanks in…
-
request for AX30Adv.xpo file
Hi folks, I was wondering if anybody has AX30Adv.xpo file available with him/her. Can you please send me the same at neet_731@yahoo.com Thank you so much. neet
-
Axapta Payroll for USA?? Does anyone have an add-on module?
Does anyone know if there is a payroll add-on module for United States Payroll? If not, what 3rd party payroll systems are people using? Do the majority of companies outsource payroll to ADP or Paychecks? thanks, S.
-
Check how a form is closed
Hi How can I check if a form is closed with the (x) int the right corner of a form. I can detect if it's closed with the ESC-key by checking the closedCancel flag but not if it's closed with the (x). Thanks in advance
-
Axapta Report Classes
Experts Is it possible to create a complex report without creating a new class ( no license to create class) ?
-
always get error after duplicate report templates.
dear all when i dupliated the report templates of InternalList and no any change on it, I always get error when compile it. why? my axapta is 3.0+sp4. do you have same error? could you give me some idea? thanks very much.
-
Importing data from excel/CSV files to Axapta
Hello everybody, I am facing problem when importing data from csv file to axpta table using "custom" type definition group. I want to create records for smmQuotationLines and smmQuotationTable. I put some code under conversion tab of table setup for smmQuotationLines to initialise from other tables.Using some methods like…
-
latest version of axapta?
Hi which version of axapta is the latest version yet, axapta 4.0 sp1 or newer version? :o
-
Sorting SalesInvoice report by ExternalItemId
Hi there i have problems with sorting SalesInvoice report by ExternalItemId wich is a field not from the first table,but from CustInvoiceTrans, i added the field in the sorting property of the datasource table CustInvoiceTrans but it just won't work. Any idea what else must be done?Thanks in advance,
-
how to copy method between fields of form data source by X++
Table1 is the data source of form1. field1, field2, field3...fieldn are the fields of table1. my question is how can I copy the lookup method of field1 to field2, field3...fieldn Thank You in advance