RE: Query in Dialog for some specific users just disappear!
HiTry to debug the initQuery method of RunBaseDialogModify class.This method is responsible of the query part.
View ArticleRE: Customer Transaction Partial Settlement
Above is a sample of custTrans with partial settlement.We created a new customer for a clean simulation, Invoice and Payment both have the same Financial Dimension.On the first settlement, there is no...
View ArticleRE: AOT objects migration from AX development to test environment
Hi IamvFirstly, go through the Deploying Customizations Across Microsoft Dynamics AX 2012 Environments White Paperwww.microsoft.com/.../details.aspxHere is explained very well the "import" process.Take...
View ArticleAOT objects migration from AX development to test environment
Hi All,We usually do Model export from Development environment and import into UAT (Test) environment.but due to some urgency I needed to do XPO migration from dev to UAT which contained new Tables or...
View ArticleRE: Difference between ContextTypes : RoleProperty (then contextstring) and...
Hi,The ContextString is intended to be used in x++ code to enable/disable policies.The RoleProperty is defined as context string on the roles. You can then link multiple roles to one or more policies...
View ArticleDifference between ContextTypes : RoleProperty (then contextstring) and...
Hi all,I am trying to understand the difference between : - Applying a security Policy using RoleProperty as contexttype then entering a contextstring in the roles to apply the Policy on the desired...
View ArticleRE: Security permission controlling payment creation in accounts payable
Hi Jason,There is already a small role which manages payment: "Accounts payable payments clerk". It has some more functionality besides the payment journals. Eventually you can copy this role and...
View ArticleSecurity permission controlling payment creation in accounts payable
HiDoes anyone know which permission controls the creation of payments in the accounts payable module?We have a requirement for strict control over this function, and would like to create a custom role...
View ArticleAXBuild.exe compilation issue
I have started compilation from cmd prompt using AXBuild.exe, when its starting it shows following error message"Unhandled Exception: System.Runtime.InteropService.SEHException: External Component has...
View ArticleRE: AX 2012 R3 Warehouse Management without License plate?
Hi,thanks for your reply, but i still couldn't find it, below is a screen shot of the Location profile, and only generate check digit is there.
View ArticleRE: How to use DMFStagingToSourceFileWriter class to write from staging table...
@Martin Dráb Did you understand me ,In my run method i have a part started by this comment " // Write from Staging table to file" and there i have difficult to write code whitch help me to export...
View ArticleHow to use DMFStagingToSourceFileWriter class to write from staging table to...
Hi,I'm trying to do a batch that populate staging table from ax and export data from staging table to file at the one time. Here i'm started and my batch can populate data into staging table ,now i...
View ArticleRE: AX 2012 R3 Warehouse Management without License plate?
Hi,Fadi Ghrawi,Use license plate tracking check box is available under Location profile for making LP mandatory for a location attached with Location profile.Generate License plate checkbox available...
View ArticleRE: Master Planning Scheduling in steps, is it possible?
Hi carsz,I usually try to avoid large Production Orders, it gives a lot of pains with month closing processes, costing, capacity and so on..I would suggest to set a batch qty (in site specific order...
View ArticleRE: Query in Dialog for some specific users just disappear!
is there any version difference among what is on your machine and what is on users machine. kindly check the version of ax rich client on user machine(S) and make sure if its same as on server (CU7)
View ArticleQuery in Dialog for some specific users just disappear!
Hi,I'm using AX 2012 CU7 to create a Dialog with a query to filter InventlocationI extends RunBaseBatch and build a QueryRun and override method showQueryValues() to return true.Everything looks fine...
View ArticleRE: Controller Code for 2 Reports in 1 Button
There can be two waysCreate Two controller class (which in my personal option, is a non-optimized way usually)Example of #1ControllerClass1Name...
View ArticleController Code for 2 Reports in 1 Button
hello, i need help here.I have 2 Reports: Report1, Report2in Button Click of Open Report, i want to Open the Report depending on the SalesTable Qty.If (SalesTable.Qty = 0){Show Report 1}elseif...
View Article