RE: Converting string to real import data from excel to ax 2009 table
Hi Piyush,Yes I want exact value from excel. if it is 3023.71 in excel , i want same value 3023.71 in ax table but it is converting to 3024.Regards,Vignesh
View ArticleRE: Warehouse packing
Hi, Anurag,1. Since support team has not affirmed it yet, I cannot say that it's a bug, but we have made some debugging and found the piece of code that generates this behavior. We will know the final...
View ArticleRE: D365 - Timesheet Entry
Hello Sam,Here is an example from the MS contoso companiesStep 1: Step 2: Step 3: Result: Employee can only post on the allowed projectsBest regards, Ludwig
View ArticleRE: Converting string to real import data from excel to ax 2009 table
Your datatype of AX table field should be "Real".In case if you are using EDT, then "NoOfDecimals" property should be set to AUTO in EDT.Apart from this, you can also trystr2num('3023.71');It will be...
View ArticleRE: specific bank for specific user in reports (Cash &...
Hello Yasir, Please have a look at the feedback from Andre. What I am interested in is why you want to make this restriction? I have not experienced something alike in the past and would like to learn...
View ArticleRE: D365 FO-Standard way to uninstall an application X++ Update package &...
Hi Piyush Adhikari,You cannot uninstall package, however, you can delete specific model, refer this blog for details daxdevblog.blogspot.com/.../how-to-uninstall-model-from-uatprod.htmlFor production...
View ArticleRE: Set Cost price for Counting journal
Yes you can write the code in formDatasource (InventDim) of form.You can make common function & can call the same in formdatasource InventDim fields - InventSiteId, InventLocationId, InventBatchId
View ArticleRE: How to migrate Low Value Pool asset to AX
Hello Sarita, I am not a specialist in the Australian LVP asset functionality but we use something similiar in my home country. To migrate the LVP asset, we create a single 'LVP" fixed asset for each...
View ArticleHow to migrate Low Value Pool asset to AX
Hi,One of our clients in Australia has acquired a new company. The company has a number of low value assets which have been pooled to a single LVP asset. The net book value of the LVP asset is $44,000....
View ArticleRE: Impact of Changing Account Structure
Hello Haryo Bergas, Has this issue been resolved?Have you done some testing already?Does everything work as expected?Best regards, Ludwig
View ArticleImpact of Changing Account Structure
Dear Experts,My company has decided to change the account structure as per 01 March 2018. The account structure is completely different from the old one. The problem is there are transactions occurred...
View ArticleRE: No sales tax calculated when making P.O
Hello atef083, Has this issue been resolved?Would be great if you could keep us updated here. Many thanks and best regards, Ludwig
View ArticleNo sales tax calculated when making P.O
dear all ,i am facing something before one day tax was working fine Now i try to create P.O , i can't find any sales tax calculated in View P.O total even when i check sales tax tab i found amount and...
View ArticleRE: Set Cost price for Counting journal
Hi,Thanks for your reply.I have written code.The form is not refreshing new data.i tried refresh ,research ,executeQuery() - for inventjournaltrans_ds.But some times not refreshing .What can be...
View ArticleRE: Revenue Recognition - Fixed Price Project
Hi, I do not get the link between the requirement of setting revenue shares to 40%/60% and the data that you list below. Can you explain how and why you created the on-account forecasts and what the...
View ArticleRevenue Recognition - Fixed Price Project
In fixed price project, our client want to do the following:Set revenue share of each sub project ( for instance sub project 1 has 40 % share, while sub project 2 has 60 % )Invoices schedule for the...
View ArticleRE: Digital Signatur
AX 2012 provide build in electronic signature functions. In Microsoft Dynamics AX, you can use electronic signatures for critical business processes. Some processes have built-in electronic signature...
View ArticleDigital Signatur
Hi,We have AX 2012.We want to use digital signature on purchase order document on AX.Could we?
View ArticleRE: Converting string to real import data from excel to ax 2009 table
Hi Piyush,Please check this code and let me know. What I was did wrongly?Static void ImportFromExcel{ SysExcelApplication application; SysExcelWorkbooks workbooks;...
View ArticleRE: D365 FO-Standard way to uninstall an application X++ Update package &...
And with binary updates, you can't go back. It's similar than with ax2012 kernel updates.
View Article