Hi,
I am trying to fetch data of one CRM instance to another CRM instance through virtual entities.
Steps I have followed:
1. I have generated bearer token of 1st CRM instance, for which i need to show data in another instance.
2. I have created data source in 2nd CRM org of type Odata V4. Added the URL of 1st CRM instance, added Authorization header with its bearer token value inside 'Request Parameters'.
3. Created a virtual entity by mapping already created data source and gave same schema name of entity (from 1st instance) in 'External Name'.
4. Wanted to use 2 fields which are already there - Id and Name, so added external names for these 2 as schema names from 1st CRM instance.
Trying to get the data from Advanced find, but getting below error:
Entity could not be retrieved from data source. Please try again or contact your system administrator.
Could anybody help if i am missing something.
TIA.
*This post is locked for comments