Show SharepointID
- dominique.beaudin
- Posts: 49
- Joined: Tue Mar 06, 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!
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!
- Nikita Kurguzov
- Posts: 889
- Joined: Mon Jul 03, 2017
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:
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
-
- Information
-
Who is online
Users browsing this forum: No registered users and 17 guests