once i try to post more than one record in Custom entity, I got this exception ... The property ''.......' does not exist on type 'Microsoft.Dynamics.DataEntities.Custtbl'. Make sure to only use property names that are defined by the type
Am able to generate the access token and but when I call get request from a data entity its throws an error as { "Message": "Authentication failed.", "StackTrace": null, "ExceptionType": "System.InvalidOperationException" } any idea?
@@PirKhurramRashdi Thanks, may be my question was not clear, it was how can I log into D365 using D365 username and D365 password related to that username by running API from postman
The concept is user is for interactive authentication, when application talk with each other, only a single API key is enough. The details are in video.
Thank you sir. Learning integration with you is really helpful
I was waiting for this video
Informative
what specific role is required to perform ODATA for finance user, other than Sys admin role.. please advise
Can I able to do the action related to d365 finance account payable and receivable?
once i try to post more than one record in Custom entity, I got this exception ... The property ''.......' does not exist on type 'Microsoft.Dynamics.DataEntities.Custtbl'. Make sure to only use property names that are defined by the type
How to get recenlty added/updated D365 Finance and Operation data from any entity using web api?
Hi Pir, thanks for details! It seems you have missed to show how to assign permissions for the App: "Microsoft Dynamics ERP"
Yes, you are right
Am able to generate the access token and but when I call get request from a data entity its throws an error as
{
"Message": "Authentication failed.",
"StackTrace": null,
"ExceptionType": "System.InvalidOperationException"
}
any idea?
Check again with all required information, this has failed authentication.
hello sir,
when retrieving data it's come with limitation. any information ?
like (data/InventorySitesOnHand)
Sir, how to do the same using Xero
Thank You Sir For This Helpful Vedio: Is There Any Other Part For it?
Not yet, but will be publishing in future.
Thank you so much for this video, is there a way to make web api for dynamics 365 without active directory tokens?
Not that I know of
Thanks sir
Hi, how can I login uding username and password?
Postman? You need to create account before you can login: identity.getpostman.com/signup
@@PirKhurramRashdi Thanks, may be my question was not clear, it was how can I log into D365 using D365 username and D365 password related to that username by running API from postman
For API, key is used. User ID and password is not best practice.
@@PirKhurramRashdi mmm, and how can I get special key for each user ?
The concept is user is for interactive authentication, when application talk with each other, only a single API key is enough. The details are in video.
👌 𝙥𝙧𝙤𝙢𝙤𝙨𝙢