Converting BC PermissionSet XML to PermissionSet Object
Since BC18, we can define PermissionSet object on our app to replace the PermissionSet XML. The PermissionSet object is much simpler and clear to…
Since BC18, we can define PermissionSet object on our app to replace the PermissionSet XML. The PermissionSet object is much simpler and clear to…
I’ll be honest. I was a bit disapointed after I had published my previous blog. Not about the content but about the number of…
According to the current documentation, we can pass a dataverse record as a parameter. This is still very beneficial for some scenarios. But what…
While configuring the Azure Synapse Link/ Export to Data Lake service, we were getting below error for one of the users. {“code”:”AuthorizationFailed”,”message”:”The client ‘nishantr@pmaurua105.onmicrosoft.com’…
Starting from BC18 (2021 Wave 1), we can use Permission Set Object to write our app permission set. You can still use the XML…