The Agenda is we are trying to manipulate (CRUD) the records/data of CDS Entity through the C# SDK.
We wants to make the integrations b/w D365 Talent with AX 2012.
Through C# SDK I can perform CRUD (Create, Read, Update, Delete) operations in the CDS Entities which is the back end of Talent
To implement that I have followed the steps here https://docs.microsoft.com/en-us/common-data-service/entity-reference/cds-sdk-get-started
While implementing the scenario I have to replace the respective values in the configuration file, while replacing the power app environment id, program throw the error.
These are the configuration I’m using, this works fine and I can able to perform read/write operations with default environment but that is CDS 1.0
But while changing the another CDS 2.0 Environment Id, Program throw the error of “Environment Discovery Failed”
*This post is locked for comments