Forum Post: RE: Stock question
Hi RaceFan, With the Movement of stock to new warehouse through transfer journal there are below points to be considered: Update the coverage settings accordingly Update the Minimum stock /Minimum keys...
View ArticleBlog Post: Customer / Vendor ledger Dimension D365 for finance and operations...
In D365 for finance things are little bit change and much more organized. In Dynamics Ax 2012, which consider as classic AX. We get ledger dimension with DimensionStorage class ledgerDim =...
View ArticleForum Post: RE: Overwrite the field's value
I tried doing full build but i couldn't sit more than 2 hours. It is taking so long that anyone will get frustrated. I didnt perform any changes. Why these errors are coming then?
View ArticleForum Post: RE: Overwrite the field's value
If build is taking more than 2 hours that means VM is not strong enough or something is wrong with VM. Usually these kind of error go away with full build. Is your VM deployed through LCS ?
View ArticleForum Post: RE: Excel data export error
My dear DAXers, I found a solution: DateTimeUtil when I give the following code it works: cell.value(DateTimeUtil::date(vendTable.modifiedDateTime));...
View ArticleForum Post: Unable to Intialize unmapped field of Data Entity in Dynamics 365...
Hi, I have created one unmapped string field i.e reportstoWorkerName in Data Entity and I want to initialize this field on run time based on the data. On the DataSource I have HcmpositionHierarchy...
View ArticleForum Post: RE: Using display methods in data entities
Hi Andre, I have some how similar questions on the below link. Can you please answer that if possibl? https://community.dynamics.com/ax/f/33/t/270766 Thanks, Zahid
View ArticleForum Post: RE: Need to interrogate the length of customer account from the Grid
Hi Paul, you can try something like SalesLine _salesLine CustAccount _custAccount while select _salesLine { _custAccount = _salesLine.CustAccount; if(strlen(_custAccount) > 7) { info(_custAccount); } }
View ArticleForum Post: RE: Overwrite the field's value
I am not sure abourt LCS. because i am new to AX and just started working on D365 and perform code in VS 2015. That's all. I don't know why these errors are coming? I have synchronized the project...
View ArticleForum Post: RE: Overwrite the field's value
My vpc is slow in which i am working. I m not working on the server or AX2012.
View ArticleForum Post: RE: AX2012 SSRS Error - Unable to Log on to Microsoft Dynamics Ax
Solutions: 1. Browser your Report Manager > Click Folder Settings at the top > create New Role as Everyone then check all fields. 2. continue. click Site Settings > create New Role as Everyone...
View ArticleForum Post: Sales order confirmation process
Hi!! can anyone please help me on how to explore the classes, tables, forms used for Sales Confirmation Process??
View ArticleForum Post: RE: Estimate project
Hi Ameny, I have not seen a similar problem in any other D365FO environment. Can you replicate the issue in a demo system? What happens if you delete and re-create the estimate? Best regards, Ludwig
View ArticleForum Post: RE: Sales order confirmation process
Hi, Please see the similar thread community.dynamics.com/.../173438 msdaxtech.blogspot.in/.../sales-order-and-purchase-order-tables.html...
View ArticleForum Post: RE: Protect/Unprotect Excel sheet through X++
Hi Vilmos, I am using fim classes for creating spreadsheet and exporting my AX fields into excel.The sheet is protected when i tried to do write operation. Error msg :"the cell or chart you are trying...
View ArticleForum Post: RE: I can't see Sales Order
i already checked and i give him grant to all organization
View ArticleForum Post: RE: Link more than one buyer group to one employee
Hi Georgek, try creating a user group in the system admin module and assign some users to it. Example: Once this is done you can select this group in your workflow BR, Ludwig
View ArticleForum Post: RE: Management reporter With Many Column description
Hi, In the column definition you can either enter a 'hard-coded' column description or make use of the auto-text functionality. What do you try to show in your column headers? Best regards, Ludwig
View ArticleForum Post: RE: Workaround for Budget Controlling
Hi Bebie, The budget module is part of the standard application incl. the budget control functionality. Do you refer to a 'special' ISV budget module or just the one that is available in the AX2012...
View Article