Import Enum Elements for the existing enum using Excel
Good Morning,I am trying to import One custimized base enum elements only1.Base Enum is already in AOT2.Trying to import only Elements Please find the below screenshotPlease help.Regards.Have a great day.
View ArticleRE: Closing and Adjustment not balance
Hi Andre,It produced accurate results when we try to April. But in February and March we get an error. It is still wrong when I cancel and recalculation to February. Normally, it is necessary to post...
View ArticleClosing and Adjustment not balance
Hi,As you know, we are closing stock at the end of each month in closing and adjustment form.And normally, in the recalculation process, Adjustment amounts were collected and posted as a voucher on the...
View ArticleRE: A reservation hierarchy must be set up for the item. You can create...
Thank you very much for your prompt input.Please look at following screenshot of my setting for storage dimension and warehouse. In both cases Use warehouse management processes checkbox is cleared....
View ArticleA reservation hierarchy must be set up for the item. You can create...
Although we are not using Advance warehouse module but i am getting this error when uploading inventory journal for few items."A reservation hierarchy must be set up for the item. You can create...
View ArticleRE: receive transfer order
hi Mohamed Abd Elnabi ,what quantity you want to ship ? & please give me a screenshot for transfer order screen to can see the details.
View ArticleWhat is the Difference between Price Calculation (Production form) & BOM...
Recently I found few difference between Price Calculation and BOM calculation. We have multilevel BOM for production. For Example, Item A is the Parent level BOM and it contains Level 4 BOMsWhen i...
View ArticleForms : Input Values Check (restrict input values)
I have simple form in which user input valuesRequirement : I dont want to allow the user to input the following values in a fieldcolon, hyphen I also want to disallow values greater than 12 digits...
View ArticleRE: Forms : Input Values Check (restrict input values)
What about simply putting your logic to validateField()?
View ArticleRE: Forms : Input Values Check (restrict input values)
yes sir you are right ...please see this public boolean validate(){ boolean ret; ; if(AXM_ItemMacAddress.StartMacAddress == ' : ') { info('You cannot insert this value'); ret = false;...
View ArticleCompilation, P-Code,CIL.
Hi All,I am trying to gain knowledge about Compilation, P-Code generation and CIL generation in AX. With the help of link given below I came to know about the flow among Compile, P-Code and CIL....
View ArticleCode help : Validate method on a Field in the Form Data Source
I dont want the the field value to contain values like : or - (colon or hyhen)how can I fix the following Validate method code // Table Name is AXM_ItemMacAddress// field Name is StartMacAddress {...
View ArticleRE: PO workflow condition
Dear Fatih,Thanks for your guidance. It resolved my Requirement # 2.I read your document through the link u mentioned above. Please make a little change, it might be a typing mistake in your...
View ArticlePO workflow condition
Dear Community,Good day to all of you.I am using AX 2012 R3 CU10.In PO workflow, I have few conditions in which I want workflow should not be enabled like;1. If PO amount is needed to change due to any...
View ArticleRE: Po Confirmation Button no Enable
Hi Aqeel, If you system date is 03 March 2006, then your demo license must be expired. Try to get the license renewed first or use a different system environment. Maybe your issue get's resolved...
View ArticleRE: How to consume Dynamics AX Web Services in PHP?
One of very experienced AX consultant suggested following options,1. From PHP export to CSV / XML and get it consumed in via AIF.2. Export in CSV / XML and use windows service to move it in AX.3....
View ArticleRE: Compilation, P-Code,CIL.
I'll try to answer it, but you'll have to clarify some questions....1. What do you mean by "the extension of x++"? Code is store in the modelstore DB and executed on server (X++ and CIL) and client...
View ArticleRE: Code help : Validate method on a Field in the Form Data Source
I'm locking this thread, you already have another one for the same question.
View ArticleRE: Forms : Input Values Check (restrict input values)
You can use strContains(), like this:public boolean validateWrite() { boolean ret = super(); ret = ret && this.checkStartMacAddress(); return ret; } public boolean checkStartMacAddress() { if...
View Article