How to give alias to an aggregate field.
Hi, How can I add an alias to an aggregate field.Following is my code sample:while select BrandName, count(RecId) from brandsTable join BrandRecId, ProductName from productsTable group by...
View ArticleReceived Invoice Posting Error
HiWhile posting invoice, user is getting the following error Purchase Order No: xxxxxItem No : xxxxxxxFunction SourceDocumentLineStateCompleted.doFinalize has been incorrectly called. In po there are 5...
View ArticleValidate Date Field
Hi experts,How do i check my given input whether its Date or not .Suggest me in x++ how do i achieve this . Thanks
View ArticleCredit Card Import Example
Hello,Does anyone have an example CSV or XML file used for the credit card import. I can't find any information on how this file should be made up in order to import correctly. I'm using MasterCards...
View ArticleOData entity consume using .net : error "No logical space left to create more...
Hi guys, I need help, i am trying to consume Custom Odata entity, but some how i am getting this compile error on building the project. I am not sure what is causing this error, and what are the...
View ArticleAX09 RELATION BETWEEN PURCHTABLE &VENDTRANS&VENDINVOICETRANS OR PO==> Invoice
Please kindly explain more detail thank you .
View ArticleDifference between AOT Query and View.
Hi,I am new to AX development and was wondering, what is the actual difference between AOT Query and View?Can somebody explain in simple words.Thanks.
View ArticleAX 7 workflow error
When i run downloaded application manifest file for creating workflow i am getting below error :"Deployment and application do not have matching security zones" Please suggest, if anyone have...
View Articleinsertion or not in validateWrite()
Hello,I need to have restriction on amount of records in the table for the specific member. I am counting number of records using select count(RecId) and if this counter is the limit for records, I...
View ArticleHow to create table method with X++ coding in AX 2012
Hi,I want to create table method with X++ coding. Is it possible? If so, how can I?In the clear, I want to add new code line table insert method.(Override) But, I need to this with X++ code.Thanks in...
View ArticleAdding charges to Transfer Orders AX2012R3
Dear Friends,I have scenario like this.The one company imports goods to their Bonded Warehouse and after that from Bond they are transferring items to Separate warehouses . they want to apply Taxes and...
View ArticleIMJ Work Flow
Dear Membersi want to know that is there any standard work Flow for IMJ (inventory management journal) in Inventory management moduleRegards
View Articleupcast assignment has different behavior on CIL and client
Hi,i do not understand the code on row number 16.(dirPartyTAble = dirPerson) is an upcast Operation? But on this article from Microsoft i read that we dont Need an AS Operator for...
View ArticleExporting data from AX 4.0
Hi all,I am new in handling the data export from AX 4.0. So i would like to know how data from AX 4.0 can be exported into Excel. I would like to know the process. Please let me know your comments....
View Articlehow could i calculate credit,debit balance in x++?
i have just started creating vendor ledger while creating this i have some issues regarding credit, debit, opening and closing balance. haw could i use this as in coding??pls help
View ArticleCombine few transfer orders to one(total) pick line.
Hi, I have quite a few transfer orders for the same products.Is it possible to combine all transfer orders to one pick work line (by product) and pick as total quantity?Thank you!Raimundas
View ArticleSimple runnable class code fails to compile, then causes the compiler to fail.
The code following code fragment fails to compile with the error:A reference to 'Dynamics.AX.FiscalBooks', Version=0.0.0.0, Culture-neutral, PublicKeyToken=null' is required to compile this module.If I...
View ArticleLCS deploy new package update to TEST environment
Hi,I used LCS to deploy a new deployable package from Dev to TEST. However it showed failed at step 10 - "GlobalUpdate script for service model: AOSService on machine: demo-0". What would be the...
View ArticleInvoice items are not getting showed while creating invoice for PO
Hi there, i am having a item in PO with quantity is 3 and first we have invoiced the PO only for one quantity and remaining quantity of item is 2. now when i am trying to invoice that PO...
View ArticleExtending the dimension framework
As per my requirement I want to add a new dimension/value to Entity list lookup on Dimension details form.Kindly help me with the steps.
View Article