Skip to main content

Lookup field does not showing values in sharepoint2013


SharePoint Custom Form Shows HTML as Text on Lookup Fields  When creating a custom display form on SharePoint Designer, the form displays the actual HTML instead of rendering the HTML on the lookup columns. For example, see the below image:


For the lookup value issue, you need to slightly modify the XSLT of the particular field from designer and add the attribute disable-output-escaping="yes" to the field.

Comments

Popular posts from this blog

Control when a document is displayed: Managing Item Scheduling

How to enable Scheduling Start Date and Scheduling End Date for pages /Documents library for Subsites. 1. After creating new Document library  / pages  go to List Settings. 2. In section General Settings select the link Versioning Settings, and enable" 1) Content approval to Yes . 2) Dcoument version history to created major and minor(draft) version . 3. In Section General Settings select the link " Manage Item Schueduling and select the option Enable scheduling of items in this list . 4. You will see Scheduling Start Date and Scheduling End Date in allitems pages.

Fixing Publishing Pages Page Layout URL

If we open the publishing page in Sharepoint Designer and Detach from Page Layout, when you modify the page then save and check-in the page, the URL ref to http://dev09.4444/_catalogs/masterpage/BlankWebPartPage.aspx ? rather than refering to /_catalogs/masterpage/BlankWebPartPage.aspx. Soultion is Reattcah the page layout then check-in and publish.