It is quite simple to find this out. The steps are outlined below:
- First of all, navigate to your SharePoint List that you need the GUID for.
- Click on the Settings drop-down menu, and then select List Settings.
- Look at the URL in the address bar of your browser, and copy everything after the = sign. This is the GUID, but the format is wrong.
- To format the GUID correctly, substitute the following characters:
%7B becomes {
%2D becomes -
%7D becomes }
So, for example, %7BC7EDB1A7%2D6F4A%2D4A44%2D8D4E%2D68C1179627DB%7D
becomes {C7EDB1A7-6F4A-4A44-8D4E-68C1179627DB}
SharePoint 2013 Update
In SharePoint 2013 there is a much easier way:
- Navigate to your SharePoint List.
- Click on List Settings.
- Click on Audience targeting settings.
- The URL ends with List={C7EDB1A7-6F4A-4A44-8D4E-68C1179627DB} which already has your required GUID within the curly brackets.
No comments:
Post a Comment