RE: String Edit field not updating records.
Yup...we've all been there, haha. Glad I could help.
View ArticleString Edit field not updating records.
Hello All, I am working on my first AX form modification and am running into a bit of an issue. For this modification, I am adding a new grid to a tab in the general ledger paramaters form which is...
View ArticleRE: Error while synchronizing AOT
You probably have some table IDs/field IDs in the SQLDictionary table out of sync. May need to open Sql server management studio and do some manual data manipulation to the sqldictionary table so the...
View ArticleError while synchronizing AOT
Hi folks,I am facing below error while i am doing AOT synch, I have imported customization work in USR layer first then i removed all customization as i needed it to be performed on VAR layer, after...
View ArticleRE: Item protection business unit wise within one company
There ate two solutions to this1) Record Level Security //out of box2) Security Policy // needs customizationI am not sure about results with #1. For #2 I am 100% sure that it can work perfectly.Also...
View ArticleItem protection business unit wise within one company
Dear All,I start to implement MS Dynmaics AX 2012R2. I face one issue from the client. I want know that Item Protection by business unit wise. Suppose the organization structure is under one entity...
View ArticleRE: More than one quality orders processing for one batch
Dear anyone have the solution. I am also facing the same issue.
View ArticleRE: More than one quality orders processing for one batch
Why do you need more than one quality order per batch? What transaction is this quality association related to, Sales, Production, purchase, etc?
View ArticleMore than one quality orders processing for one batch
Hi,Is it possible to process more than one quality orders in one batch? It is possible to add more than one quality associations to an item therefore more than one quality orders will be created for a...
View ArticleError: Revision does not exist for item number
Hi,Not familiar with item revisions in AX 2009, is there anyone who has seen this error before? If so, can you please shed some light?Thanks for the help!VMVM
View ArticleSales Tax - Walk-in and Multiple states
HelloI'm a newbie but was wandering how to set the sales tax for Walk-in customer that may also be rural customer. Sales tax is based on point of possession. If they walk in to the store they pay...
View ArticleRE: Set mondatory field control
In method VendTable.ValidateField() add a case to the switch:case fieldNum(VendTable, NumberTest): ret = VendGroup::Find(this.vendGroup).employee; break;But I must...
View ArticleSet mondatory field control
Hello ,I added new field to VendTable named "NumberTest"(String) and to VendorGroup named "employee" (Enum :NoYesId). SO Here i want to set a mondatory control to field "NumberTest", i want this...
View ArticleRE: BP Check
This will never work. In the cases that I use a delete_from statement a delete action cannot be used. So I would get messages in BP that are not right. I vote for a system where developers that use...
View ArticleBP Check
How to BP Check for Delete Actions if in secondary table having delete_from in delete method
View ArticleRE: Error Code: 50110 = Maximum file size exceeded Operation will fail"
the TmpLedgerConsDimensionValueItem is an inmemory table which will create a file when exceeding 128kb. It will do this on the tier it is running (so either client or server side). You could:find out...
View ArticleRE: How can i coding computed column with SQL Condition
Don't use computed columns to enter select statements in a view. This will make your SQL fire a select per row. RBAR. What you want is an inner join between the InventJournalTrans and a table/view that...
View ArticleHow can i coding computed column with SQL Condition
i would like to create view by using computed column string for retrieve financial dimension on Inventory Journal Transaction and separate dimension level in each column , how can i do it ?
View ArticleRE: Project as the financial dimension
the only way to do this is through a job that would go through all transactions and find the associated project and create a dimensionattributevalue based on the project and set the dimension on the...
View ArticleRE: Applying hotfix on AX 2012 R3 CU8
If it is a environment without customization, just run the executable. and done.If there are customizations you need to check if the customization affects the hotfix (called merging of code).
View Article