Hi,
We have a bunch of service providers as a contact record who should be accessing D365 records like (Custom entities, Quotes, Service modules) and update information.
For this a native app (react js) was built so that it can be downloaded from play store (Android). The challenge is to provide access to service providers to access D365 records that are assigned only against the specific contact record. Some of the entities that need to be accessed may be restricted entities which need proper dynamics license.
One of the options suggested was to copy all the restricted entities data concurrently in duplicate tables and API can be connected to those tables. I am not sure whether this is the right approach as there are chances of jobs failing. Please let me know if this is the only approach or what could be best solution.
Thanks in advance.
Regards
Venkat