Forum Post: InventSite + LogisticsEntityPostalAddressView = how to get...
DAX Tribe, I've been tasked with doing some Invoice report processing (email). I've got the SalesTable.InventSiteId (which links to the InventSite table), and now I need the LocationName as can be...
View ArticleForum Post: RE: InventSite + LogisticsEntityPostalAddressView = how to get...
SELECT * FROM LogisticsEntityPostalAddressView A JOIN INVENTSITE B ON B.RECID = A.Entity WHERE A.EntityType = 1 AND B.SITEID = '100' ORDER BY A.IsPrimary DESC
View ArticleForum Post: Getting error in Trial balance form
Hi Experts, Getting error only when I select Main Trial By Branch Dimension set. I already rebuilt and updated dimension set but no luck at all.
View ArticleForum Post: Reset all on hand to zero for specific warehouse
Hi All i need x++ code or anything to reset all on hand items to zero because i have anew counting journal i will make but not all items is available now and this items which is not available having...
View ArticleForum Post: Modify Ledger Main Account
Hi, I don't understand where the error is coming from. I did edit/modify a certain chart of account, after saving, it gives me an error cosLedgerTable.renamePrimaryKey() but when I check the code,...
View ArticleForum Post: RE: DIXF Export Error: CLR object cannot be marshaled to...
Hi, I'm getting this error for existing entity as well as custom entity. So please suggest some solution.
View ArticleForum Post: RE: Getting error in Trial balance form
Hi faiz7049, Did you to run DB sync ? Also please share full error message, it's not clear from the screenshot.
View ArticleForum Post: RE: Modify Ledger Main Account
Hi, What is the class 'xRecord' mentioned in the error message? What have you modified in the chart of account exactly? Would be great if you could elaborate. Many thanks and best regards, Ludwig
View ArticleForum Post: RE: Reset all on hand to zero for specific warehouse
Hello bassiony, Posting the new counting journal should change / reset the on hand quantity. Have you already posted the journal? Once, it is posted your on-hand inventory should be correct, meaning in...
View ArticleForum Post: RE: Reset all on hand to zero for specific warehouse
Can't you just do a counting journal to as zero? Or just issue it and offset against the cycle count loss account or a scrap account?.
View ArticleForum Post: RE: Define Financial Dimension for Project Invoice Proposal In...
Hi Mohamed, Can you create a new thread please and specify details of your setup and what you want to achieve exactly especially in regards to the postings that shall be made in the findims. Many...
View ArticleForum Post: RE: What is project expense journal in AX
Hi Fatih Kartal, Can you create a new thread please and provide some additional details of your setup and what your accounting guys want to have? Many thanks, Ludwig
View ArticleForum Post: RE: Modify Ledger Main Account
I did modify the account name (and only the account name), and it give me that error when I click on the Save button. I think 'xRecord' refers to the current record I'm trying to modify.
View ArticleForum Post: RE: Reset all on hand to zero for specific warehouse
Dear ludwiq I know this and i already post the journal the problem ,suppose i have 100 items all this item having on hand quantity in the system When i make count i already found 70 items so this 70...
View ArticleForum Post: RE: Reset all on hand to zero for specific warehouse
Use the checkbox on the left to select all -> Export -> Select Export All Data -> Add the field "Name" and "Quantity on Hand" -> Set to 0 -> Import back to OpenERP
View ArticleForum Post: RE: Automation and calculation of a goodwill in D365 FO
Although MR seems to be the recommended way it has limitations also but can usefully be used with online consolidation. I have investigated and implemented several CPM solutions. Most claim the feature...
View ArticleForum Post: RE: Reset all on hand to zero for specific warehouse
Hi, Can you detail why you still have 30 items on hand? If you post 70 items in a counting journal there should be 70 on hand and not 100. Would be great if you could explain your issue in more detail....
View ArticleForum Post: RE: Modify Ledger Main Account
Hello Gepoy, This sounds strange because you should be able to modify the account name any time even from the AX client without using any code. Do you see the same issue if you replicate your steps in...
View ArticleForum Post: RE: Modify Ledger Main Account
Hi Ludwig, I'm using AX 2012 Feature Pack and resolving the issue within the test environment.
View Article