Friday, October 19, 2012

Build URL String for Document Library/Lists

To View the Properties of the List:
<a href="{url}"><strong>View</strong>

To Edit the Properties of the List:
<a href="{concat(sitename,substring-before(substring-before(substring-after(url,sitename),'.'),'/DispForm'),'/','EditForm.aspx','?ID=',listitemid)}"><strong>Edit</strong></a>

To View the Properties of Document Library:

<a href="{concat(sitename,'/',substring-before(substring-after(substring-after(url,sitename),'/'),'/'),'/Forms/DispForm.aspx?','ID=',listitemid)>

To Edit the Properties of Document Library:
<a href="{concat(sitename,'/',substring-before(substring-after(substring-after(url,sitename),'/'),'/'),'/Forms/EditForm.aspx?','ID=',listitemid)>

No comments:

Post a Comment