Grant Access using Web API for External Application

We recently had a Requirement to share a record using Web API. Situation :  Front End Application is developed in HTML and is integrated with CRM using CRM exposed Web API. As every entity expose API. Performing CRUD become simple using those API. But what about sharing a record with teams or user? One of the challenge we faced is of sharing record. Rest-Builder dint work here. it is not able to develop a request for sharing record....

Read More