Department Dimension and employees display Company/Legal entity wise in...
Hello,I'm implementing Financial Dimension in AX2012 R3, CU11, I want to import Department and other custom dimension company/Legal entity wise.See below requirement for Department dimension.e.g:-...
View ArticleRE: How to upload the product dimensions for released products in ax 2012 r3
Hi Srinivas, You can use the Data Import Export Framework to add this information on existing items.
View ArticleHow to upload the product dimensions for released products in ax 2012 r3
I want to upload the Product Dimensions in Released products form and Released Product Variants in Product Information management.
View ArticleRE: Product configuration item sales order entry
Hi Thomas,My bad.... I missed the fact it is related to AX7... Every compiled solution is .NET now.You can try to use the Visual Studio debugger, check the configuration or report this to Microsoft...
View ArticleProduct configuration item sales order entry
Hi all,Getting the following error when trying to enter a basic product configuration to a SO via product and supply > Configure line:Requirement calculation for Sales order: 000783, D0005 Message...
View ArticleRE: Insert spaces
Check the Global class. It has strLFix and strRFix, which can do what you want.https://msdn.microsoft.com/en-us/library/global.strlfix.aspx
View ArticleRE: Insert spaces
Hi Lakshmi,You can use the strRep function.e.g. variableFull = variable + strRep(" ", 15 - strLen(variable));
View ArticleRE: Insert spaces
Missed the update from Vilmos when typing my answer. Both options should work for you.
View ArticleInsert spaces
Hi,Every field in a text file has a specific length. Text file delimiter is |Field Specific lengthval1 15val2 8val3 5if the values are 'get', 'full', 'value' then the...
View ArticleRetail Modern POS activation - user session expired
Hi All,I'm trying to activate Retail Modern POS in AX 7, but I'm running into this issue during the activation process.I have checked Event Viewer and it did not provide any useful information. I have...
View ArticleAssetDepBook import - 'Fixed asset number' must be filled in
Hello All , I am trying to import data in AssetDepBook table using Excel add-ins. I am using "Add Data".Steps below:1. Created a simple Query using AssetDepBook table2. Created a service using AIF...
View ArticleRE: Print Next day date in SSRS Reports in ax2012
If you want to use an AX query range value, it's (day(1)).
View ArticlePrint Next day date in SSRS Reports in ax2012
I have one issue when i print customer balance report i need on header give a next day date in ssrs reports.for today date print their is function "today()" but how can i print next day date.
View ArticleRE: Why running full CIL generation is necessary after deleting XpiLL folder ?
CIL code (.dll and .netmodules files in XppIL folder) is clearly needed for CIL code execution, even without debugging. For instance, batch jobs and services are always executed in CIL, so they need...
View ArticleRE: Way to email Payment Advice - ACH from AX
I have tried the @Account@ in the new Dynamics AX and if I put that in the To field, it gives me an error that the To Address is invalid. Can you give more details on how I would send multiple payment...
View ArticlePayroll deductions for accounts receivable
Hello,Is possible to have deductions in Payroll linked to accounts receivable (employee´s account receivable)? Our employees have to us differents types of deductions that aren´t salary, bono, etc.,...
View ArticleRE: Why running full CIL generation is necessary after deleting XpiLL folder ?
Thanks guys, but nobody really answered my original question:If I delete the XppIL folder, without generating full CIL, is the folder going to be fully and correctly regenerated?If instead I run full...
View ArticleI want to apply rebates to a group of items sold to a customer in any...
I need to apply rebate to a group of items. The catch is when the combination of the items reaches certain quantity, the rebate must trigger.For e.g. I have to apply rebate when sales reaches 1000...
View ArticleRE: Why running full CIL generation is necessary after deleting XpiLL folder ?
If you delete the folder and starts the AOS. the files will be deployed from what's stored in XppAssembly table. I can't say whether it's what you mean by "fully and correctly regenerated".If you run...
View ArticleWhy running full CIL generation is necessary after deleting XpiLL folder ?
Hello,often I have managed to resolve one of those weird runtime errors simply generating full CIL. As many of you experts advice, this operation is always accompanied by renaming/delitng the XpiLL...
View Article