-
Error while installing TeamServer
I'm trying to setup Dynamics Team Server but always get stuck at the point where the user group for the Dynamics AX Team Server has to be specified. I got the error message "The network path was not found". I have created user groups on the machine where I want to install it and also on my database server and added users…
-
Configure item to use dimensions that are disabled - axapta
Hi I am a technical writer. I need some help with regard to the following: 1. Can you please provide me with steps on how to configure an item to use dimensions and how to disable dimensions. 2. After this, when u open report setup (Inventory management | Reports | Status | Physical inventory | Physical inventory by item…
-
Can standard axapta 3.0 SP5 work with Lotus notes 6.5 mail
Hi experts Can standard axapta 3.0 SP5 work with Lotus notes 6.5 mail. Please advice because our email system is in Lotus Notes. Mike
-
EPSalesTableCreate
Hi all, I'm having trouble finding the text displayed on the webform EPSalesTableCreate. This is the quick entry form. In en-us you get a text block above the customer details. 'Quick entry ...'. I can't find where this text is stored in Axapta 3.0 SP3/4. Has anyone modified this text? Where is this triggered? Thanks 4 the…
-
How read mail and open or save mail attachment
can anyone help with writting some code that can open an eamil attacment from outlook, i know how to send and read mail from axapta i just cant open the attacment file
-
New Blog - http://www.learnaxapta.blogspot.com/
Hi, A new blog has been launched which will help new comer in learning Axapta. Blog can be viewed at http://www.learnaxapta.blogspot.com/, Any body who wants to add something to this blog please mail me at axaptalover@gmail.com Cheers, AxaptaLover
-
Axapta Crashed on table
Hi all, I've problem with MSM_SvcCallConfirmJour. ](*,) On AOT , by just highLight on this Table Axapta Crashed and when i want access it by form (or another) i've error " insuffisant right to access MSM_SvcCallConfirmJour". In UtilElements the USR Layer of this table is Strange (No CreatedBy, No version....) i've made…
-
Is there any one have the AX4.0 License?
I am finding it crazyly, Thank you.
-
Subcontracting submenus in Axapta 3.0
Hi all, We have installed Axapta 3.0 in our systems followed by Service pack SP5. In Production Menu, Subcontracting submenus are not seen anywhere. We have tried reinstalling Axapta 3.0 in our systems but were not successful. Kindly reply me with a solution.
-
Axapata Certification
Hi, Can anyone help me in finding the certification information for axapta on microsoft website. Can't i take a certification exam just any other microsoft exam(like the MCP on .Net) Thanks Chris
-
How to use XPO file.
Hi, I have some axapta examples with extension .xpo, i want to know how could i use this files in axapta. As i am new to axapta so i don't know how to use these files. Thanks, Mohit
-
error msg - record already exists in inventdimcombination
I am from an optical industry. Our database size is huge due to spectale power combination. The inventdimcombination table itself is carry around 3.5 crore data. I had written a job in Axpata to create the combinations of different items - from Inventtable, configtable, inventsize & inventcolor combinations. This jobn…
-
How do I install Dynamics AX 3.0 in Russian??
Can anybody here help me out here? I have tried to install the Russian DIS + Label files. I changed my XP to have the Russian (Cyrillic) language installed. When I start AX in Russian I get either the menus, toolbar and form-tabs in Russian BUT all other labels seems like 'non Russian' chars like: íóýúíúúíóó´òìùè' Then I…
-
Resoring the DB
I restored one test DB in my m/c (already running successfully with some other DB) But with this new DB, connection is not happening….. I checked all obvious points…. please suggest solution Anu
-
How Can I present a welcome message when the user log in?
Hi, I want to develop some funtionality for axapta in order to show the user some notifications when he logs. But I don't know what code get executed inmediately when the axapta session starts. Can anyone help me? Thanks Pedro Rodriguez
-
Enterprise portal setup in Ax. 4.0
Hi, I am trying to create a new web site by using share point services.After selecting the "Microsoft Dynamics EnterprisePortal" as the template and click OK, i get the following error. The website "URL Name" was not created correctly.exception: No . Net business Connector session could be found. I have set app pool's…
-
Effectiveness of Axapta on WAN
We are currently in the process of evaluating several ERP packages, on of which, happens to be Axapta. Whilst we are extremely impressed with the product we do have reservations about its performance over a WAN. My company is essentially a retail organisation in the engineering consumables market. We basically operate a…
-
Find projects
Hello, We have a large amount of projects, many of them with bizarre naming convensions (dont ask me!) I would like to be able to take a table or a class for example and backtrack and find out which of the axapta shared projects contains that particular item... is this possible? I know its not current axapta functionality.…
-
Useful COM programming without class license ?
Good morning! I'm writing a web service and matching client in VB .NET. I need to update some Axapta tables from the web service. I don't want to directly access the SQL tables (fine for reading but recId becomes a problem when writing new records). I'd really like to do it properly and interface with Axapta using COM.…
-
Deploying AX over WAN, Calling AX as a "deep link"
Hello, I am new to Axapta, but I know Navision a little bit better. Deploying Navision over the WAN is possible with an employee portal or with the normal client server communication although it is not recommended to do that over WAN. Everybody recommends a VPN with a Terminal Server access on the server or in the network.…
-
Difference between Reservation and Marking?
Hello, can someone please tell me what the fundemental difference between Reservation and Marking in Axapta is? What is the difference between marking items and reserving against the lotid or serial number dimension? Thanks for help.
-
certification
Guys. Does any one knows how long after the exam they send out the certification ??. its been 4 weeks now and i'm still receive nothing. any ideas ??.
-
exam axapta programing 30-202
hi can someone send mi on mail some questions on this exam my e-mail: fredziorek@wp.pl thanks
-
How do I identify a Pur. Ret. Ord. against the original PO
Hi, I have a PO which is Invoiced. Now I want to return material that has been received against the PO. While creating the Return Order I wish to track the original Purchase Order against which the materials were received. I know the concept of marking transaction. That is a possible option. Is there any other solution…
-
intercompany Sales
Hi, One more time axapta don't work very fine, I have problems with intercompany purch and sales. I have 2 society : s1 sales company s2 prod company s1 sales -> s1 purch -> s2 sales. but there is difference of number of line between purch order(s1) and sales order(s2). Is there any problems with this feature of Navision…
-
How to select particular line in a grid control?
Hello, i would like to select one particular line in a grid control. I have following code at end of the write method of smmBusRelTable data source.... //copy current line to buffer_smmBusRelTable = smmBusRelTable;//and execute query//after this i am on another line in a grid controlthis.executeQuery();//i try to jump to…
-
Did anyone write in DSO calss??
Did anyone write in DSO calss?? If anybody have a materials about this class let me hnow THNK
-
Performances
Hi, We have a big problem with AXAPTA 3.0 SP4. configuration: database oracle 9i on HP UX, setup with microsoft values. All my clients connect via Terminal server. (server TSE is an HP proliant bi processor, with 4 GB of RAM DDR2). An Expert Oracle have setup the database and he don't find any error in configuration.…
-
Olap & View??
I have dimension in olap endDay(2005-12-03) and i must to this add Days of week (friday sturday... itp) I have function: dayName(dayofWk(this.endDate)) Did I can locate Days of week without add additional column or table please help
-
Order of Certification
Hello, Could any body tell me please that what is right order of Axapta Certification. Which exam should be the first and second and so on ? Thanks, Mohit Jain :)