i am a crm administrator . any user with any permission for example system administrator when want to view report. the invalid user authorization appear.
crm report user authorization
Cannot activate editable grid for Order Details
Tax miss match for transfer Order in AX 2012 R3
Hi Experts,
Hope everyone doing good!
I have facing issue for Stock Transfer order in AX 2012 R3. Our client have completed the Stock Transfer Order posting (Shipment and Receive) after posting only they identified there is tax value variances between Shipment and Receive. This issue is occurred only for Indian taxation users.
I'm running out of idea for this issue. I need expert help here.
Thanks in Advance and Regards,
Vignesh
Merge records address fields multiple times
Creating a new record in Excel and importing it to D365 using Console Application.
How to create a link to be able to key in data into a database and reading the file, which will then create a record in the D365 environment.? I have done the connection to D365 environment.
CRM Trial Account
Hello,
I have created a new trial account for Dynamics 365 CRM,but instead of getting regular user interface , I am getting Sales HUB .
Is this is the interface we will be getting now onwards?What could be the reasons?And How can I access to Settings?
If I navigate to settings I can only see Processes Section.How Can I access the other options for customizations?
Get FTP latest file date
Hi,
I am using Console application to read data from ftp thereby creating cases in CRM.
Is there anyway to run the console app whenever a file is modified.
How to change/set Charts on selection of relevant Views
Office Add-In Business Inbox keeps loading when Office 2016 Professional is being used
We did recently notice the following difference in behavior between Office 365 and Office 2016 Professional when trying to connect to the Office Add-In Business Inbox. Here is a small repro that does describe the unwanted behavior:
Simplified repro:
- create an Office 365 tenant plus Exchange Online
- install Dynamics NAV 2018 on your own machine, or on Hyper-V VM or on Azure VM
- verify documentation below
- deploy Office Add-In Business Inbox (use My Mailbox and not Global Deployment)
- install one of the below Outlook releases
- start OWA and note that Office Add-In Business Inbox can be opened
- start Outlook 2016 and note that Office Add-In Business Inbox can not be opened. It will keep loading with no authentication prompt
- uninstall Outlook 2016 and install Office 365 Pro Plus
- start Outlook 366 and note that Office Add-In Business Inbox can be opened.
Microsoft Outlook for Office 365 MSO (16.0.1123.20122) 32-bit
But it does not load (stuck in loading) when using the following version of Outlook:
Microsoft Outlook 2016 MSO (16.0.4738.1000) 32-bit
The issue is with a feature we introduced in the add-in a while ago that takes a dependency on the Outlook requirement set 1.5. Unfortunately, Outlook 2016 only supports up to requirement set 1.4, so the Outlook add-in is crashing when it opens. We created a fix to safely access the 1.5 methods so that the add-in still works in Outlook 2016.
This fix will be made available in one of the upcoming cumulative updates.
Maximum number of fields on the form in dynamics ax 2012 ?
Please ! I am looking for standard documentation when designing forms in ax dynamics.
Are there any standards or limits for the number of fields on the form in dynamics ax?
Which AZ-302 Microsoft Practice Exams Are Best?
Microsoft AZ-302 Exam Questions Are Out - Download And Prepare
Pass Microsoft AZ-302 Exam Easily With Questions And Answers PDF
Microsoft AZ-302 Exam Questions Updated - Quick Tips To Pass
- The company's products: You don’t fear about the Microsoft AZ-302 exam subject we provide, as it is of the utmost top quality. This is made possible with the work of our Microsoft experts.
- Money back guarantee: We make your hard earned cash depend on by seeing you through to success. If you don't be successful in Microsoft AZ-302 Exam, you will get back payment.
- Protection of details: Our top quality protection sources make us one of a form of this type. You don’t fear as your details are protected!
AZ-302 Exam PDF (Questions & Answers)
Get Updated Microsoft AZ-302 Exam Preparation Questions Click Here
3 Months Free Updates Of Microsoft AZ-302 Exam Dumps
24/7 Customer Support Available For Microsoft AZ-302 Exam User
One Time Payment Without Extra Charges
Pass Microsoft AZ-302 Exam Questions OR 100% Cash Return Guarantee
Dimensions obligatoires et dimensions active
Odata Integration
Hi there,
I am trying Integration through OData and followed the code from below github link.
https://github.com/Microsoft/Dynamics-AX-Integration/tree/master/ServiceSamples/ODataConsoleApplication
All of my projects are build successfully.(authentication utility , clientconfiguration utility , Odata utility).
But i am getting below error when trying to execute console application project to bring list of legal entities.
An unhandled exception of type 'System.TypeInitializationException' occurred in Microsoft.OData.Client.dll
Below is the code i am using to bring list of legal entities.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Microsoft.OData.Client;
using ClientConfigurationUtility;
using ODataUtilityTest.Microsoft.Dynamics.DataEntities;
namespace OdataConsoleApplication
{
class Program
{
public static string ODataEntityPath = ClientConfiguration.Default.UriString + "data";
static void Main(string[] args)
{
Uri oDataUri = new Uri(ODataEntityPath, UriKind.Absolute);
var context = new Resources(oDataUri);
context.SendingRequest2 += new EventHandler<SendingRequest2EventArgs>(delegate (object sender, SendingRequest2EventArgs e)
{
var authenticationHeader = OAuthHelper.GetAuthenticationHeader(useWebAppAuthentication: true);
e.RequestMessage.SetHeader(OAuthHelper.OAuthHeader, authenticationHeader);
});
QueryExamples.ReadLegalEntities(context);
Console.ReadLine();
}
}
}
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using ODataUtilityTest.Microsoft.Dynamics.DataEntities;
namespace OdataConsoleApplication
{
class QueryExamples
{
public static void ReadLegalEntities(Resources d365)
{
foreach (var legalEntity in d365.LegalEntities.AsEnumerable())
{
Console.WriteLine("Name: {0}", legalEntity.Name);
}
}
}
}
C/AL Code support in Notepad++
C/AL code is not supported as build-in language in Notepad++, but we can define C/AL as user defined language in Notepad++.
To know more on this topic, Please check my blog. Hope this will be userfull.
https://mrinmax.blogspot.com/2019/03/cal-code-support-in-notepad.html
Thanks,
Mrinal Singha
Making Tax Digital
Hi,
I support both version 12 and version 3, has anyone downloaded one of the apps to allow dynamics AX to submit the tax digital? as I'm not sure whether our AX12 will be patched to the version which has the functionality.
Thanks
Nick
Solution import - Access teams checkbox not getting checked
Im trying to move the solution one ORG to another ORG via managed solution import -
In account entity I have checked the "access team" check box ,while import the changes are not getting modified (Access teams checkbox not getting checked).
work hours not synced to schedule board.
Hi,
I have created calendar rule i.e (work hours) for Bookable Resource via code. But the problem is the schedule board for the resource is not updated as per the work hour? Can you please help me how can we sync Work hours to schedule board.
Thanks
Aashish Baral
MFA call back not working
Hi, our MFA is set up to call us on our office phone (as a back-up to individual mobile phones) and the call to the office phone has stopped working.
Error while applying payment entry to vendor invoice TDS transactions.
Create multiple approval element in workflow
Hello,
How to create 2 workflow approval and task in AX? My problem is, I already created 2 approval element and dragged them to workflow type but one approval element is not visible when I create workflow.
Regards,
Ron