I have noticed that many examples of internet which show creating the list definition have a GUID in the id of the field. How is this ID got? e.x.
Where is this GUID got from?
|
I have noticed that many examples of internet which show creating the list definition have a GUID in the id of the field. How is this ID got? e.x.
Where is this GUID got from? |
|||
|
For more information: http://stackoverflow.com/questions/39771/is-a-guid-unique-100-of-the-time |
||||
|
|
|
Go to the list settings page. Right click on "Title, description and navigation" and copy the URL. Paste that into notepad and copy everything after "List=" in the string. That's your URL Encoded GUID for the list. All you need to do is decode it here http://www.albionresearch.com/misc/urlencode.php |
||||
|
|