Role Definition ID-Name-Description

Role ID Name Description Hidden 1073741829 Full Control Has full control False 1073741828 Design Can view, add, update, delete, approve, and customize. False 1073741830 Edit Can add, edit and delete lists; can view, add, update and delete list items and documents. False 1073741827 Contribute Can view, add, update, and delete list items and documents. False 1073741826 Read Can view pages and list items and download … Continue reading Role Definition ID-Name-Description

Failed to save values back to SharePoint Online List- PowerApps

I am back with quick post,I was working on PowerApps forms, which using SharePoint Online List as DataSource. I have many Mulitline Text Box in that form and to save the data again and again from the PowerApps form. What i noticed that when the form submitted after the first time save. Its losing some of the value. After spending looking for the proper answer, … Continue reading Failed to save values back to SharePoint Online List- PowerApps

Power Apps – Validate the URL only if the URL is entered in text box

Again i am back with a quick post, I had the validate the following scenario, I needs to put the validation, “if the URL is entered then only check the URL is valid”. Edit form bind to SharePoint List A HyperLink SharePoint Value bind to the DataCard. I have achieve this by doing the following steps Validate the URL with Regex, if the URL is … Continue reading Power Apps – Validate the URL only if the URL is entered in text box

Power Apps not able to show the fields or causing any error from the SharePoint Connection

Just a Quick note, If Power Apps forms not able to show the fields or causing any error from the SharePoint Connection, it might be possible that some one have update the fields. And as per connection, it save schema of the List at the time of SharePoint connection creation. To resolve this Go to the Data Source and refresh the Connection as per the … Continue reading Power Apps not able to show the fields or causing any error from the SharePoint Connection

An error has occurred while updating the configuration setting

As i mentioned in my earlier blog  post, my system got crashed, while i was running my SharePoint 2019 VM. So once i logged on to the VM, i find out that Central Admin is throwing yellow error. As my VM is only for evaluating SharePoint 2019, i re-run Configuration wizard to resolve this issue. Than, than than…………. i come across the following error An … Continue reading An error has occurred while updating the configuration setting

How to find the Listitem metadata info Client Object Model

Yesterday, some one on my last blog   Two ways to Upload file from Client Object Model , asked how to find out the metadata info of the file from COM. So the following code  give you the general idea how to find out that metadata info of the file from Client Object Model Enjoy 🙂 Happy SharePointing 🙂 Continue reading How to find the Listitem metadata info Client Object Model