RE: Getting error Access to the path is denied
You have to specify the Network filepath, otherwise, the System searches for the Folder in the Batch Server... Prefixing ipaddress, or machine Name (if recognizable in Network by Name) will...
View ArticleGetting error Access to the path is denied
Hi Everyone,I am generating report through X++ and saving it as pdf and emailing as attachment. This has to be done for all employees. When I run the class it is working fine, but when I run the class...
View ArticleDunning Report
Hi All,I need to prepare a skeleton for a report to be created in AX 2012. The report will be called Dunning Management Report (DUN:make persistent demands on (someone), especially for payment of a...
View ArticleRE: User error: Vat Payment (365)
Hi Ludwig, It's Italy. Normally, the vat payment is projected to be definitive. I have afraid there isn't a solution at standard. But maybe I'm wrong.
View ArticleRE: OData and SOAP service testing error - authority should be in Uri format
Hi guys,I m also facing this issue so can you please explain about tenant . How and where i can get this Tenant form my azure portal.
View ArticleOData and SOAP service testing error - authority should be in Uri format
Has anyone faced the error - authority should be in Uri format - while testing the OData entities, SOAP services of Dynamics 365 for Operations? I have just downloaded the Github project to test OData...
View ArticleRE: Convert customized code into Extension
Hi Arun,What was changed here in the past in AX2012 and why? The screenshot is not telling anything related to the process and what should be behave different compared to the standard.
View ArticleRE: Salesman sales summary report?
Hii Crispin,Gross Margin = (Sales Price - Cost Price)/Sales PriceNeed your help can I make this report with Cubes?Thnaks
View ArticleRE: User error: Vat Payment (365)
Hi Giorgio,If you post corrections then you should be able to create a new report including the latest corrections. Maybe that's what you can test doing, i.e. Post two transactions that offset each...
View ArticleRE: Getting error Access to the path is denied
Hi Crispin, thanks for your quick reply.I am giving the network path in the below format. Is it fine?filepath = @"\\bg9ws07\c:\Email"
View Articleusing supplier as a warehouse place
Hi,We are selling like small kits consisting several different items. Our valuechain of these items is:1. order each item in each kit from the different suppliers.2. When we receive all items to one...
View ArticleD365FO - GER - Electronic reporting configuration for an excel file with...
I have a requirement to use GER for building a custom configuration/report in excel. I have managed to create a report that has a single row of data, however i need to pull through multiple service...
View ArticleRE: Select statement returns empty field
Jakob-select firstonly RecId, OrderId, FeedType, TransactionRelation from transactionOverview where transactionOverview.OrderId == _orderId&& transactionOverview.FeedType == _feedType;query is...
View ArticleRE: Salesman sales summary report?
I'm not sure, how easy it is with cubes.. But it sounds like a fairly straight Forward Query/RDP Report in AX.
View ArticleRE: Select statement returns empty field
It does. Sorry if I explained it bad.This query returns RecId, OrderId and FeedType but TransactionRelation keeps empty.
View ArticleSelect statement returns empty field
I have a very simple select statement:select firstonly RecId, OrderId, FeedType, TransactionRelation from transactionOverview where transactionOverview.OrderId == _orderId&&...
View ArticleHow to declare a global variable in form class declaration using extensions?
Hi,I have a scenario where in Ax2012 form, variables are declared in form class declaration and those are used inside multiple methods. Now while upgrading the code to D365, how can I achieve the same...
View ArticleRE: How to include Exempted Tax codes in Sales tax payment report in AX 2009
Hi LudwigI did tried to setup for exempted Sales tax >>Sales Tax codes >> Report setup but its not showing in this report bathPeriodic >> Sales Tax payment >>Sales Tax payment...
View ArticleHow to include Exempted Tax codes in Sales tax payment report in AX 2009
Dear AllI know that Expmpted code should not inccure VAT amount for Sales/Purchase invoice,Howerver I have requirement to show exempted tax codes in Sales tax payment report against which amount...
View ArticleRE: Getting error Access to the path is denied
I cannot answer that. You have to test if machine names are recognized in your Network. And if it works, you probably Need it this way. @"\\\bg9ws07\\c:\\Email" (considering the escape sequence)If not,...
View Article