Home > Hiren Kataria

Retirement of certain SharePoint Online WebPartPagesWebService methods

We’ve identified an issue with five methods belonging to the deprecated WebPartPageWebService API (https://<Site>/_vti_bin/WebPartPages.asmx) that could cause impact to data integrity. These methods are: AddWebPart AddWebPartToZone SaveWebPart SaveWebPart2 GetWebPartPageConnectionInfo As a result, we are retiring these methods and they will stop returning data after October 12, 2020. Transition from SOAP to CSOM Developers should update any existing processes or integrations that use

This Article is TAGGED in , , , , . Read more

SharePoint 2010 Workflow are Retiring in 2020!

SharePoint 2010 workflows will be retired in 2020 Starting August 1st, 2020, SharePoint 2010 workflows will be turned off for newly created tenants.   Starting November 1st, 2020, Microsoft will begin to remove the ability to run or create SharePoint 2010 workflows from existing tenants. SharePoint 2013 workflows updates SharePoint 2013 workflows will remain

This Article is TAGGED in , , , , , , , , . Read more

Update Hyperlink fields with URL and Description using Microsoft Flow (Power Automate)

Add the Send an HTTP request to SharePoint action Add your site for Site Address Set Method to POST Set the Uri to _api/web/lists/GetByTitle('ListName')/items([ID]). Update “ListName” to your list’s name. Replace “[ID]” with the ID field from dynamic content Click on “Text Mode” and Add below code to Header [crayon-6605da99ec7da016460337/] Add below code in Body [crayon-6605da99ec7e8974016931/] Replace List_x0020_Name

This Article is TAGGED in , , , , , , , , , . Read more

Use [Me] filter on Multi Line text

You may be storing username like User1; User2; User3; User4; User5 in Multiline text column. Along with this you are trying to create a view with “Admin User” “Contains” “[Me]” to show assigned items to login user. This won’t return you any result. Use of "[Me]" filter on Multiline text

This Article is TAGGED in , , , , , . Read more

How to Restrict User to add Attachment in SharePoint List?

Every time we create a supporting list for any of the functionality, SharePoint by default enable certain settings into it e.g: Show this list in Quick launch, Launch form in Dialog, etc. In this there is one more setting which is default enabled which is an "Attachment" settings.  If we need

This Article is TAGGED in , , . Read more

How to Prevent Delete Item using SharePoint Permission Level

We often get request from client to prevent user from deleting the data, however they still want user to allow Add and Edit. This can be achieved by creating custom permission level. Please follow the steps below Open the site permission page Click on the Permission level link in the SharePoint Ribbon. This

This Article is TAGGED in , , , . Read more

How to remove user Permissions completely from SharePoint Site

We often get request from client to remove user from entire site. This is no longer tedious task now. You can follow below steps to achieve this. Open your SharePoint Site You can directly hit the URL <siteURL>/_layouts/15/people.aspx?MembershipGroupId=0 This will show all the list of users who has access on the site Select the User

This Article is TAGGED in , , , , , . Read more

How to Set Value in URL column using SharePoint 2013 Designer Workflow

URL column type is consists of two part, one is Actual URL and second is the description for the URL. So Internally URL store the data like {Actual URL, Description}. Note there is a space after the comma and before the Description. In order to set the value in URL column using

This Article is TAGGED in , , , . Read more

Check the access of SharePoint group on sites and lists:

Go to Site Settings and click on People and groups under User Permissions Section. This will show list of Groups on the site You can directly hit the URL <siteURL>/_layouts/groups.aspx Click on the name of the group for which you want to check the access for. Click Settings, View Group Permissions. A dialog will appear showing

This Article is TAGGED in . Read more