axapta

Discover axapta, include the articles, news, trends, analysis and practical advice about axapta on alibabacloud.com

Axapta Logistics Module (7)

Quarantine ManagementOverview Axapta's quarantine functions are confusing and useless, perhaps because I didn't understand its role. in my personal opinion, quarantine should be to check whether there are any flaws in the items. If there are any flaws in the items, return the goods. However, the axapta quarantine can only be decommissioned, and I do not even know where the items have been decommissioned. This is a mysterious disappearance, at least I

Axapta Logistics Module (6)

Item registration, reservations, and marking) Register I personally feel that axapta is not very good at registering this name when making a sales order.For a warehouse, either the Warehouse is imported or the Warehouse is exported. The corresponding warehouse transaction is stored in the statusissue field of inventtrans to store its status, the specific field values include the enumerated statusissue and statusreceept.Statusissue:Quotationissue-> ono

Something to check if the dynamics ax 4 client throws the "failed to logon to axapta" er

Something To check if the dynamics ax 4 client throws the "failed to logon to axapta" Error Good morning I 've been getting this "failed to logon to axapta" error message even since I last changed my network password. I was able to start the client using my User From another PC, and I was able to start the client so long as I was connecting To another AOS. After Googling, I found the following post on

In-depth adventure of the axapta Logistics Module (1)

In fact, it is the study notes of the logistics module in the axapta standard teaching materials. Now it's not just an exaggeration. It's just at the door of my house. It's disgusting that the dead do not break the law. In the standard tutorial, there are three parts about this module: warehouse, Trade Logistics I, Trade Logistics II. There are still a lot of content, so I can read and write it on it, it depends on the number of writes. Basic conc

Axapta Logistics Module (3)

Price and discount Maybe it's because you haven't seen your problem. I feel that the price and discount of axapta are too complicated. how to clarify this idea is really a problem. the purchase and sales are symmetric, just look at one aspect. Overview Discounts and prices have two research directions, from the product perspective and from the customer's perspective.From the product perspective: certain or all products offer discounts to some or all c

Explanation of common axapta system ARGs () Methods

Explanation of common axapta system ARGs () MethodsARGs () is the best system class used by axapta to pass parameters. The most common transmission of parameters includes mutual transmission from forms to classes and transmission from forms to reports, transfer from class to report. 1) ARGs (). Caller () can be used to obtain information of the caller. For example, if a report is called through the class

Axapta 3 Com Connector

Axapta 3 Com Connector Copy From blog Having fun setting up the COM + connector for enterprise portalAxapta 3 SP3Eventually did the following to get it to work:1. Created a domain account for the Service to use2. Add the domain user as the dbo for the axapta Database3. Create an admin user in axapta mapping to the domain account4. In the configuration tool Add th

FTP from axapta

FTP from axapta FromDevelopment axaptaBy (dahlsgaard Jan) Add atClass DeclarationOfWininet classThe following: Dllfunction internetconnect; dllfunction ftpgetfile; dllfunction ftpputfile; dllfunction setcurrentdirectory; # localmacro.Ftp_transfer_type_binary2# Endmacro And this in the 'new ': Internetconnect = New Dllfunction ( _ Wininet, "Internetconnecta" ) ; Internetconnect. Returns ( Exttypes :: DWORD ) ; Internetconnect. ARG ( Exttypes

Importing Excel Data to axapta

Axapta provides some classes for Excel operations. These classes are actually encapsulation of the COM Object excel. application. Because axapta does not support Unicode, the following errors may occur for Excel files containing Chinese characters:CodeIf it is a Chinese character in Excel, only half of the output can be made. Void Getdatafromexcel () {Sysexcelapplication app;Sysexcelworksheets WSS;S

Use exists join and inner join in axapta

In fact, I also found this problem, However, junevoful has already been detailed. I will add two points: 1. Data in the second table cannot be referenced using exists join, indicating that the condition is met once the data in the second table exists, however, using inner join can reference the data in the second table, which is an internal join. 2. You can use the SQL Performance Monitor provided by axapta to monitor the execution efficiency of SQL s

Implement trim functions in axapta

I have not found the trim function of the string in axapta for a long time. I wrote one using strfind and substr. There should be a better implementation method. Let's use it together first. Static Void Strtrim (ARGs) { Int Position;STR srcstr;;Srcstr = " AAA aaa " ;Position = 1 ; // Left trim While ( True ) {Position = Strfind (srcstr, " " , 1 , 1 ); If ( ! Position) Break ;Srcstr = Substr (s

B/S solution of dynamics axapta (1)

This name is cooler than the deep adventure. Dynamics axapta mounts B/S to the SharePoint framework, which is another highlight of Ms. ArticleTry to analyze the solution of dynamics axapta's B/s from the principle to implementation. Since it is deployed on SharePoint, you need to have a rough understanding of SharePoint first. the two articles on msdn introduced the basic principles of SharePoint and the principles of webpart. After reading these a

Import axapta 3.0 in Excel

Void clicked () { sysexcelapplication Excel; sysexcelworkbooks books; sysexcelworkbook book; sysexcelworksheets; sysexcelworksheet sheet; sysexcelcells; sysexcelcell cell; sysexcelstyles; sysexcelstyle style; int rowcount, recnum, N;

Inside dynamics axapta source code (6)

Chapter 2: Advanced morphx formsExamples of Custom forms, including ActiveX controls and HTML CodeThe generation ...... Chapter 2: Reflection The sample code in this chapter mainly introduces the usage of some AOT classes, including tableapi,

Axapta Logistics Module (8)

Return ManagementReturn Management can be divided into purchase return and sales return, corresponding to three methods: 1. Pass the negative number 2. Create a credit notice 3. Create a returned item type purchase order or sales order Method 2

Inside dynamics axapta source code appreciation (5)

Chapter 2 The database layer1. Change recversion Ax4.0 uses Optimistic Concurrency Control and recversion is used to identify the recorded version. Static   Void Recversionchange (ARGs _ ARGs) {Custtable custtableselected;Custtable

In-depth adventure of the axapta Logistics Module (2)

shipping and shipping processes shows the shipping process. there are two ways to complete the shipping process, one is in the purchase order, and the other is in the item arrival of inventory management. The picking & Shipping shipping process

Axapta: Multi tables Lookup

/Files/jackyxu1981/sysmultitablelookup.rarSysmultitablelookup class download The sysmultitablelookup.rar is a class to show multi table information. When you want to create a sales line in so, you can selet an item and see some information of

Formdatasource (1)

Overview As an intermediate object for data storage and presentation, formdatasource plays an important role in form. It can be said that it understands the methods and events in formdatasource and master most of form content. this article attempts to explain the main methods and attributes of formdatasource. As the help document of dynamics axapta is still being improved, some of the explanations in this article come from your own tests and may not

Modify workspace title

Modify the title configuration in title bar of the main form Configuration in title bar One common complaint with dynamics ax 4.0 is that it is not possible for the user to determine in which environment they are working. participant ularly for consultants/developers who often have multiple ax applications open at one time, this is very frustrating and can easily lead to errors (developing in the wrong application ). in axapta 3.0 information was

Total Pages: 3 1 2 3 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.