Forum Post: RE: Temporary Table Values is not exists but printing values in...
Let me explain it differently. If two users write data to a temporary table, the data is stored in two different places. For example, each of them may get a file with temporary data on his/her own...
View ArticleForum Post: RE: Temporary Table Values is not exists but printing values in...
Let me explain it differently. If two users write data to a temporary table, the data is stored in two different places. For example, each of them may get a file with temporary data on his/her own...
View ArticleForum Post: RE: Get the ledger dimension of main account only
Depending on your use case for the LedgerDimension, there are different ways of accomplishing this. For example, if you want the "Default dimension", then the static methods...
View ArticleForum Post: Close of financial year in Ax and transferring opening balance to...
Hello Friends, Could someone help me to advise the process for closing the financial year in Ax, so that all the balance sheet item appears as a opening balance in the next financial year and the PNL...
View ArticleForum Post: Sales Order Invoice Posting Class
Morning All, Please I need help concerning a class. A field and a script was created on d salesparmline table so that the info on the new field updates the sales invoice report without hitting the GL....
View ArticleForum Post: VendPromissoryNoteInvoice table
Hello Community, I am using promissory note Journal, Might you please telling me when records in VendPromissoryNoteInvoice table are created? what is the difference between vend trans table and...
View ArticleForum Post: RE: Microsoft Telephony API (TAPI) - is there any substitute?
Callinize offers integrations with more than 150 phone systems and Salesforce. They are really easy to set up, so it may be worth taking a look at www.callinize.com/.../dynamics
View ArticleForum Post: RE: Sales Order Invoice Posting Class
There are quite a few tables; I assume you're looking for SalesInvoiceJournalCreate class. Even if this is all the information you wanted, please read Using the Refactored Formletter Framework . It...
View ArticleForum Post: RE: Sales Order Invoice Posting Class
SalesInvoiceJournalCreate & SalesInvoiceJournalPost are responsible for this. Moreover remember for most of tables such as for CustInvoiceJour, have a look at methods such as initFrom*** ; this can...
View ArticleForum Post: Accesing TSTimeSheetEntry Page from ListPages - Different Filters
Hi all! Thanks in advance for you replies. My problem is the following one. I need To access TSTimeSheetEntry from different listpages in EP, and what I need is to make different filters depending what...
View ArticleForum Post: RE: Master Planning is showing to purchase when there is...
If you ran it for all items and it did NOT suggest the transfer order, then there is a potential issue in your low level codes, however are you sure you were in the same plan (dynamic for net...
View ArticleForum Post: RE: MS Hotfix for AX 2009 HU (Export a range of invoices -...
Yes, we definitely customized the Menu General Ledger. We worked with the compare tool too, but the hotfix was installed also in the GLS Layer, and we havnt worked so low in the AX. So The hotfix wont...
View ArticleForum Post: How can I retreive a WHSWorkTable record that has been created...
Hi Given that this code creates work from a sales order, how do I retrieve the WHSWorkTable record that has been created by it: MenuFunction menuFunction; Args args; args = new args(); menuFunction =...
View ArticleForum Post: RE: Delivery reminder not working
Dear Steven you are great. but I have the Issue for the invoices which has been already posted in a Wrong way & now i am unable get the quantity still in DRN but not showing in invoice screen....
View ArticleForum Post: RE: BP error: method bound to server
I'm afraid i have to pass on that one, sorry.
View ArticleForum Post: RE: Ax2012R3 TEmpDB problem
It destroyed when the last reference to the table buffer gets out of scope. If it doesn't happen, most likely you still have a reference somewhere that you're not aware of. Otherwise it would be a bug.
View ArticleForum Post: RE: Purchase order texts in Voucher
Hi Ludwig, Did you find a solution to this requirement, we have similar requirement for voucher description to be description on free text invoice. Any tips would be greatly appreciated.
View ArticleForum Post: AX 2012 DB Synchronization using Script
Hi Guys, I am trying to create TFS build definition and one step in build definition is DB Sync. There might be scenarios where we have to click "Continue" if there are any warnings or error during the...
View ArticleForum Post: RE: TMS - Mileage engine fields are missing
Have you initialised the base engine data in the transport management parameters?
View ArticleForum Post: RE: Data export/import through Definition Group
Hi Muhammad, The tables you mentioned are base tables supporting inheritance. It will only export the records related to the field InstanceRelationType which matches a certain table ID. If there are no...
View Article