Date a Sales Order was submitted
Hi,When a Sales Order is submitted, is that specific date stored in any field/table on the SQL database?I am looking to analyse the time frame between the Sales Order created date, and the date it was...
View ArticleRE: How can i coding computed column with SQL Condition
I would like to export financial data with single column by dimension,please suggest , thank you
View ArticleRE: PowerShell to extract User, Roles, Duties and Privileges
Like Martin said, you can use SQL.My job are generated to detailed information, in your case just use table "SecurityRole", "SecurityUserRole" and " SecurityTask".
View ArticlePowerShell to extract User, Roles, Duties and Privileges
I came across a useful Windows PowerShell script to extract users and roles with the intention of generating a script to create those same users and roles (in another AX environment). I've used it just...
View ArticleRE: How can i coding computed column with SQL Condition
Hi Chaianan,If I am not mistaken, you want to retrieve different financial dimensions but to show them per column?If so, what I normally do, is join the transaction table with the Financial Dimensions...
View ArticleRE: How can i coding computed column with SQL Condition
Thank you and do you have step by step capture screen ? Thank you so much
View ArticleRE: How can i coding computed column with SQL Condition
A basic example of getting the Worker and Department per Customer out of the Financial Dimension table , would be something like the following:select ct.ACCOUNTNUM,ddv.DISPLAYVALUE 'SalesRep...
View ArticleAX 2009 Cross Domain Authentication
We have AX 2009 Client and Server on different domains (Domain A and Domain B), which can't implement 2 way trust for some security reasons. Could anyone please advise whether it is possible for AX...
View ArticleRE: Foreign Currency revaluation.. Why ?
Thanks Ludwig ,The point is why we need to maintain the company main accounts in foreign currency .. Can you share any example /business requirement ?
View ArticleForeign Currency revaluation.. Why ?
Hi All ,AX 2012 R3AX has the Foreign Currency revaluation functionality for Main accounts , Customers , Vendors , I could understand the concept for Customers and vendors as client purchase/sale the...
View ArticleRE: AX 2012 R2 CU 7 : Customer Aging Report
What calculated amount you are referring to?Thanks,Baber.
View ArticleAX 2012 R2 CU 7 : Customer Aging Report
Dear Experts,When I add "Customer Transaction" table on 1:n relation with the "Customer Table" in order to access the field "Posting Profile" to filter the report. There is no effect in the report.Can...
View ArticleRE: Purchase order Report Customization.
dear Boye Walters,I am Customizing the Price2Amount Like This.client server static AmountCur price2Amount(PriceCur price, PriceUnit priceUnit, DiscAmount discAmount, Qty qtyNow, Qty qty, MarkupAmount...
View ArticlePurchase order Report Customization.
i am trying to add the Four More Columns in the Purchase order Line Level.i am Customizing the SalesPurchLine Map calcPrice2LineAmount Method .Writing Below Code in that Method,public AmountCur...
View ArticleCustomer Aging Balance is not Equal to AR Trail Balance
Dear All,Is there any way to identify Issue related to Customer Aging Report Balance is not Equal to AR TrailBalanceNote:" Do Not allow the Manual Entry Check Mark is Enabled" for that Particular AR...
View ArticleRE: Proof of Concept Document
Hello lally, To my knowledge nothing like that is available. Creating such documents is typically the task of the AX-Partner. If you are looking for some documents on automatic bank reconciliation you...
View ArticleProof of Concept Document
Hi All ,Assume that Client using AX 2012 and looks for the Automatic bank reconciliation functionality ( which is available in AX 2012 R2 ) , now we need to prepare the Proof of concept document .Does...
View ArticleRE: Error while creating timesheet in Project
Hello Imran, What you checked looks already good. Can you please verify that you have the right to enter timesheets for the worker (delegate function) and also check whether the periods created are not...
View ArticleError while creating timesheet in Project
Hi AllWhile creating the timesheet in the project module i am getting the following error:"Timesheet periods have not been created for:"I checked the user is mapped with the worker, period type is...
View Article