Forum Post: RE: Implementing Jumpref or View Details on a List page
Hi Sohaib. Awesome thanks for that. It was just what I needed. After a bit of experimentation this is what worked... All done in the ListPageInteractionClass //declare in classDeclaration...
View ArticleForum Post: RE: Purchase order confirmation report fields
i do agree with adam,...try to click checkbox 'Purchase order prices/amount' in the vendor master.
View ArticleForum Post: RE: How to change date for a fiscal year in Ax 2012
Hello Rohit113, Is it right that you want to record already some transactions for 31 December 2016? Can you provide some additional information on what transactions have already been entered? (GL...
View ArticleForum Post: RE: Purchase order confirmation report fields
i want to open this report in Visual studio. kindly tell me how can i? i opened purchpurchaseorder in VS but i can not find the report for confirmation. Hassan
View ArticleForum Post: RE: Display " Record Type " Vendor form ( Display Method)
Dear Martin i would like to get Record Type of Vendor "Person" or " Organization" , How can i get it ?
View ArticleForum Post: RE: How to identify the number of AX client Licenses loaded?
Hi Karthik You can look under this path to see all that you are licenced for: Administration\Setup\System\License Information.
View ArticleForum Post: RE: How to change date for a fiscal year in Ax 2012
Dear Ludwig Thank you very much for your reply, Yes , We have invoiced some SO & PO with yesterday's date including some GL journal entries. Also, there is only 1 Quarter selected for the whole year.
View ArticleForum Post: RE: Display " Record Type " Vendor form ( Display Method)
gentleman, Martin is correct, in his saying. Kindly refer to below method AOT\Data Dictionary\Tables\VendTable\Methods\partyType
View ArticleForum Post: RE: Approving Workflow task with organization hierarchy
Hi David. It is tricky to perform exactly what you are doing. I.E. Individual steps in sequence to each level in your hierarchy. Out of the box you can either approve to a specific point in the...
View ArticleForum Post: RE: How to change date for a fiscal year in Ax 2012
Hello Rohit1103, Depending on the number of records that have been entered, I believe that correcting the GL journals manually is the fastest and easiest solution. If there are lot of transactions...
View ArticleForum Post: RE: How to change date for a fiscal year in Ax 2012
Dear Ludwig. I appreciate your quick reply. But Do I need to cancel all the transaction & then delete the fiscal year & need to create it again? Or I can just update the related tables 1)...
View ArticleForum Post: RE: AOS Service random stop
I don't think there is a life cycle service installed here
View ArticleForum Post: RE: Cannot run Security Entry Point Permission - The security...
Hello, I am not sure, but no need to drain user from AX, just the account which is used to use Security DEV Tool, can have only one session in AX... So you need to check if you're not running any other...
View ArticleBlog Post: Get or split values start and end from range in Ax 2012
This is code sample to Get or split values from range in Ax 2012. For example you provided range from 100 to 110 and want both value start value and end value in some variable then you can use...
View ArticleForum Post: RE: How to change date for a fiscal year in Ax 2012
Hi Rohit, Create a new Fiscal calendar (with the required Fiscal Year) and change the organizational calendar to the new Fiscal Calendar under the Ledger setup of the legal entity (GL> Setup >...
View ArticleBlog Post: Find Ledger Account Id by Ledger dimension in Ax 2012
To Find Ledger Account Id by Ledger dimension in Ax 2012 you can get hint from below code. findByLedgerDimension is a method defined in Mainaccount table where you can pass ledgerdimension value ....
View ArticleForum Post: Errors after in place upgrade from AX 2012 R2 to AX 2012 R3
Hi All, I have done an in-place upgrade from AX 2012 R2 to Ax 2012 R3 following the upgrade document. Now upgrade is completed and when I open AX I get the assembly errors continually. "Assembly...
View ArticleForum Post: RE: How to modify the caption of form opened by clicking of...
Hi, Sohaid : thank you for the suggestion, I can see the query string now. It did add range like this: SELECT FIRSTFAST * FROM LedgerTrans WHERE LedgerJournalTrans.TransDate=LedgerTrans.TransDate AND...
View ArticleForum Post: RE: How to modify the caption of form opened by clicking of...
Hi, Jonthan: It's working ! much appreciated! Johnny
View ArticleForum Post: RE: Field 'Time'(= -1) can only contain positive numbers
Hi Andre It works in some companies, not in others. As I said to Martin, it seems to be related to the content of the DEL_LATESTCLEANTIME for some reason. When I clean up that column, the error goes...
View Article