문제

Is there an easy way to display the item ID in the edit form of a list? Or the only solution is to get it from the URL? Thanks for your answers.

Aimery

도움이 되었습니까?

해결책

If you have Sharepoint Designer available.

You can make a custom edit form. There you should be able to add the ID field.

With the xsl tag: <xsl:value-of select="@ID" />

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top