Show SharepointID

Discussions about Forms Designer for SharePoint 2013 / 2016 and Office 365.
Locked
User avatar
dominique.beaudin
Posts: 49
Joined: Tue Mar 06, 2018

10 Apr 2018

Hello,
I would like to show the Sharepoint list item "ID" as a read only field on my form (for technical troubleshooting flows etc related to the list). I tried using the '{CurrentItem}' to see if that would do it, but that isn't working. I know this might not be possible since it's an internal identifier, but any advice would be appreciated.

thank you!

User avatar
Nikita Kurguzov
Posts: 889
Joined: Mon Jul 03, 2017

10 Apr 2018

Dear Dominique,
It's not a read-only field, but you should be able to display ID on the Edit/Display Form if you place an HTML-control onto your form, switch its CDATA property to False and put the following code into the Content property:

Code: Select all

<xsl:value-of select="@ID" />
Cheers

User avatar
dominique.beaudin
Posts: 49
Joined: Tue Mar 06, 2018

10 Apr 2018

Thank you!!

Locked
  • Information
  • Who is online

    Users browsing this forum: No registered users and 16 guests