Render html in the Business Data web part (used for the BCS profile page)

I am searching and indexing a webservice and pulling in external content, through SharePoint's BCS. I have used SharePoint Designer to make the connection and its a read only connection, we are not trying to write back to the external data source. The problem
I have is that some of the columns are rendering the HTML as a string, with all of the HTML tags. For example, a column will render like this:
<p> Onboarding, Recruiting & Talent Acquisition general information</p>
The profile page uses the business data web part and will accept custom XSL and I have modified the column that is rendering the html from:
<xsl:value-of select="@u_cause" /> 
to
<xsl:value-of disable-output-escaping="yes" select="@u_cause" /> 
The problem is that it does not make a difference the column will still render the HTML. Is there any other way to make the column render HTML?
Joe Garcia

Hi,
According to your description, my understanding is that you want to render column value as the HTML format in the xslt list view.
I suggest you can set the “disable-output-escaping” attribute like below, it will render as html:
<xsl:value-of select="@MyColumn" disable-output-escaping="yes"/>
Here are some detailed articles for your reference:
http://sharepoint.stackexchange.com/questions/16089/unescape-html-from-list-column
http://doitwithsharepoint.blogspot.com/2011/06/sharepoint-list-forms-display-html.html
Thanks
Best Regards
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]
Jerry Guo
TechNet Community Support

Similar Messages

  • The delivery date is no use for the scheduling lines

    We are using scheduling agreement and automatic scheduling lines.
    but the delivery date is no use in MRP running.
    In scheduling agreement,I already maintain delivery time=2days and GR days=3 days.
    But after MRP running, I found the delivery line only consider GR days but not included delivery days.
    For example. (delivery time=2days and GR day=3 days)
    requirement date=2009.04.16,
    MRP results :scheduling line date=2009.04.13.(!only GR days=3 days in use )
    Why? I am using standard lot size TB( daily lot size, Scheduling: Requirements date := delivery date)
    Thanks in advance.

    We are using scheduling agreement and automatic scheduling lines.
    but the delivery date is no use in MRP running.
    In scheduling agreement,I already maintain delivery time=2days and GR days=3 days.
    But after MRP running, I found the delivery line only consider GR days but not included delivery days.
    For example. (delivery time=2days and GR day=3 days)
    requirement date=2009.04.16,
    MRP results :scheduling line date=2009.04.13.(!only GR days=3 days in use )
    It should be 2009.04.11.
    Why? I am using standard lot size TB( daily lot size, Scheduling: Requirements date := delivery date)
    Thanks in advance.

  • I recently bought a new macbook and installed Acrobate Pro. My settings/preferences did not come over and I do not have the same style options for my signature.  It now only allows me three options and the style I have been using for the last year is not

    I recently bought a new macbook and installed Acrobate Pro. My settings/preferences did not come over and I do not have the same style options for my signature.  It now only allows me three options and the style I have been using for the last year is not there.  How do I add additional options and get my preferred signature style back?

    Hi Amanda ,
    Which version of Acrobat are you using?
    Which signature style are you talking about?
    You can go ahead and try uninstalling and reinstalling it and see if that works for you .
    Use the cleaner tool to uninstall it .Here is the link.
    Download Adobe Reader and Acrobat Cleaner Tool - Adobe Labs
    You can refer to the following link to re install it .
    https://helpx.adobe.com/acrobat/kb/acrobat-downloads.html
    Regards
    Sukrit Dhingra

  • GPO - Restricts the UI languages Windows should use for the selected user - not applying correctly on RDS 2012 R2

    Hi All,
    we have a Citrix XenApp 7.5 Farm with Windows Server 2012 R2 Servers and multiple (english, german, italian, spanish, french...) languages installed.
    I've created a GPO with settings 'Restricts the UI languages Windows should use for the selected user' to for example 'German'.
    Now when a user logs on to the server, the UI language is in german, but when i open Control Panel\Language: There is still English (United States) with Keyboard Layout: US, German.
    It seems that the GPO is not changing all settings correctly to german.
    Does anybody know what could be wrong?
    best regards,
    Siegmund

    Hi Siegmund,
    >>Now when a user logs on to the server, the UI language is in german, but when i open Control Panel\Language: There is still English (United States) with Keyboard Layout: US, German
    Based on the description, the policy setting should have been applied successfully. Here, did we logged onto the server via remote desktop services? If yes, what's the keyboard layout on the computer we used to RDP to the server? Before going further,
    I assume that this can be caused by Auto detect Remote Keyboard layout feature introduced since Windows Server 2008.
    Regarding this point, the following artcile can be referred to for more information.
    Windows 2008 R2 Language Bar keeps changing Keyboard Settings
    http://www.microsoftpro.nl/2011/02/24/windows-2008-r2-language-bar-keeps-changing-keyboard-settings/
    Note: For the above website is not hosted by Microsoft, the link may become invalid without notice and Microsoft doesn't guarantee the accuracy of the information.
    In addition, the following thread can also be referred to for more information.
    2008 R2 Session Host with MUI controlled via Group Policy
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/4e14955a-80f9-40aa-9741-fc8609f4ad09/2008-r2-session-host-with-mui-controlled-via-group-policy?forum=winserverGP
    Best regards,
    Frank Shen

  • What is the appropriate data expiration / eviction scheme for the following scenario

    We currently have an expiration scheme through which data entries in cache-A get expired after the cache hits a certain size. The LRU entries are expired after the max threshold is reached. But the issue is that certain entries in the cache are rendered meaningless without the other entries. There is a virtual grouping of entries in this cache.
    Is there an expiration scheme that can be defined through which a group of entries can be deleted in one shot, and how can this policy be enforced.
    The other way i would percieve this to work is to separate the currently virtually grouped entries into their own individual caches. This seems the logical thing to do, except for the issue being that we would still like to keep all these caches in the same service, and have an eviction policy defined at the service level instead of at the cache level.
    Is it possible to define an eviction policy at the service level, for example to satisfy the below scenario.
    Service-A has 10 caches in it [cache-1, cache-2, ....., cache-10]. And there is a limit of 10GB defined on the service. So, if the total utilization of all the caches in Service-A reaches 10GB, an entire cache from amongst [cache-1, cache-2, ....., cache-10] will need to be cleared and the memory be made available. Which one of the caches to be cleared will depend on which cache satisfies the LRU condition. So, maybe the entire cache-5 should be deleted if the entries in this cache was the oldest used.
    Please let me know if the above scenario can be implemented.
    Thanks
    Sumax

    Ricardo Pedro Rodrigues Ferrão wrote:
    > Hi Eugene,
    >
    > I’ll try to explain it better.
    >
    > For example the business unit A is “portable pc” and I have this business unit in both companies and what I want in management consolidation is to consolidate data by the business unit “portable pc” joining data from both companies.
    >
    > Thanks.
    Ricardo,
    I had similar business scenario in my earlier project and the expectations were almost same.
    I created one consolidation area (legal consolidation) under one single data basis and assigned business area as sub-assignment. All the consolidation functions are executed by the business users based on legal cons requirements purpose, while the reports can be generated for both legal and management consolidation.
    In management consolidation reporting, your expectations can be met easily. The header will be business area, while line item data will be companies wise (if you would like the data to display that way).
    For more information, you can check the threads created by me.

  • Need to update the business place and section code for the advances

    Hi,
    I need to update the business place and section code for already posted advance payment requests (f-47), advance payments (f-48) and clearing documents (F-54).
    I can able to update the business place and section code for only invoices those are coming from MM route in J1INPP.
    guide me
    sateesh

    Hi ,
    Please follow the below point as per note no 640231
    2.  Path : Transaction SM31 . Enter the table name as TRWPR and press
                                                                      Page 2
        maintain .
        a) Delete all entries linked to component ZIND if they are present.
        b) Check that, entries as specified below exist for Component IND.
           Business
           Tran.    Time     No    Component        Function Module
           DOCUMENT CLOSE    043   IND              J_1I6_UPDATE_BA
           DOCUMENT CLOSE    044   IND              J_1IEWT_UPDATE_SECCO
           DOCUMENT PREREV   810   IND              J_1I6_CIN_DOC_PREREV
           DOCUMENT CLOSE    810   IND              J_1I2_COPY_TO_LOCAL
           RABELEG  ERGAENZE 810   IND              J_1IEWT_COPY_BUPLA_FBZ
           BELEG    POST     810   IND              J_1ITDS_TABLE_UPDATE
           DOCUMENT CHECK    810   IND              J_1I6_VALIDATE_GR
           DOCUMENT POST     811   IND              J_1IEWT_UPDATE_PROVISION
           BELEG    POST     811   IND              J_1IEWT_UPDATE_PROVISION
           BELEG    CLOSE    820   IND              J_1I2_COPY_TO_LOCAL
           DOCUMENT CHECK    820   IND
           J_1I6_VERIFY_GR_EIC_QUANTITY
           DOCUMENT CLOSE    820   IND              J_1I6_COPY_TO_LOCAL
           DOCUMENT CLOSE    821   IND              J_1IEWT_COPY_TO_LOCAL
           DOCUMENT POST     821   IND              J_1ITDS_TABLE_UPDATE
           BELEG    CLOSE    821   IND              J_1IEWT_COPY_TO_LOCAL.
        For the first two entries which are marked with sequence number 43
        and 44 for the Business Transaction 'DOCUMENT' and Time 'CLOSE' ,
        ensure that the sequence number is below the number for function
        module FI_DOCUMENT_CLOSE. This is to ensure that these two functions
        are processed in time for other checks in Financial Accounting.
    MIRO documents also will update the Business place section code.
    Reg
    Madhu M

  • How to find out where the business views are being used in the Crystal

    I am using Crystal Reports 2008 and BOE 3.1. We are using business views to populate the drop down for the dynamic parameters. I would like to know if there is a way to find out which reports are using a specific business views. This will help me modify the exisisting Business Views.
    I would not like to edit all the reports to see them. Is that info stored in CMC or any BOE database.
    Thank You.
    Neeta
    Edited by: Neeta Prasad on Apr 21, 2010 11:05 PM

    Hello Vijay,
    On MSSQL truncation of transaction log does not shrink the size of the transaction log. It simply removes the content within the transaction log and writes it to the backup.
    Meaning the free percentage within the transaction log will increase.
    If you want to Resize the transaction log size, you need to do something else.
    The shrinking procedure is given here:
    http://support.microsoft.com/kb/907511
    Regards,
    Siddhesh

  • F4 help in the PO date and PO Item for the corresponding PO Number

    I have a selection screen 1. PO Number(p_ebeln)(parameter) 2. PO Date(s_budat)(Select-options) 3.PO Item(s_ebelp)(Select-options).What I want is when I am providing a PO(eg.6000001) and then click on the F4 for PO date it will show me ONLY the BUDAT for the corresponding PO I have provided in the PO parameter(eg.6000001) and when I press F4 in the PO Item it will show me those PO ITEM which ONLY exist for the corresponding PO I have provided in the PO parameter(eg.6000001).

    Hi,
    If my understand your question correctly, You want to use the PO entered by user to select the date and item numbers in subsequent select-options.
    Here is what you can do to achieve this:
    1. You have to make use of AT SELECTION-SCREEN ON VALUE REQUEST for date and item numbers.
    2. Read the PO number provided by user by using FM DYNP_VALUES_READ
    3. From the PO number select date and item numbers from EKKO&EKPO.
    4.Use the FM F4IF_INT_TABLE_VALUE_REQUEST to set the values coming when user press F4
    You can refer following article also for code samples:
    Link: http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a07a330f-126c-2910-c684-d2a45f0f37dd
    let me know if this helps.
    Thanks,
    Ramesh

  • I want to change the apple id that is in my Iphone4 to the same apple id I use for the app store

    Hi; I recently got a new I-Phone (4), and it was set up at the store where I purchased it. Here is the problem; my phone has a different apple ID then the one I use on-line for the app store or my apple account. I went into I-tunes, did an update and downloaded the newest Op. system.(Backed up to I-cloud first). The apple ID in my phone didn't change. How do I match up my account ID with what I have on my phone?

    Seems silly to reply to my own question, but I searched to community AFTER I posted my ? and found an answer! Pardon my wasting of space-be back again-I like this site.

  • When I plug my i phone 4 into i tunes on the same computer that is used for the i pod touch it changes the e mail over to the i pod touch and i cant figure out how to get it back on the i phone account.  how do i fix this?

    Hi,  i need help.  When i plug into i tunes with my i phone 4 it changes the e mail account over to my daughters i pod touch account and i can't figure out how to separate the 2.  when i click on store,  it show up as my account but if i try to update an app or purchase anything it shows on the phone as her email and i need her password to do what i what.  it also puts her apps on my phone.  any advice would be appreciated.  thanks

    If you are being prompted for her Apple ID password when updating apps it means that there are one or more apps on your phone that were purchased with her ID.  (Apps and their updates are permanently tied to the ID used to purchase them regardless of the settings on your phone.)  It's possible that you are inadvertently syncing her apps to your phone.  .  The only way to stop this is to delete these apps from your phone.  You may want to check which apps are checked on the Apps tab of your iTunes sync settings before syncing next time to be sure her apps aren't selected.
    To change the Apple ID used for purchasing, go to Settings>Store>Apple ID, tap the ID shown, sign out, sign back in using the ID you want to use.

  • What's the best FM frequency to use for the Transm...

    Hi all,
    I'm having difficulty in getting my iPod car kit set up, so I am using my n900 for in car entertainment for the time being.  Problem is that I can't seem to find a clear frequency to set the phone to use, so it doesn't keep picking up other stations whilst I am driving around.
    I have just read that 87.5 is a good choice, as not many stations go that low.  Problem is the n900 won't go that low, as far as I can tell.
    Any suggestions?
    If tnis post is a cure to your issue, please MARK IT AS SOLUTION.
    If this post has helped anyone in any way, PLEASE SHARE YOUR KUDOS, by clicking on the GREEN STAR.

    The lower transmit frequency limit is in there to make the device meet FCC regulations.. that is a regulation imposed of US regions and, to a lesser extent, Latin american regions that border with the US.
    In addition, you'll be pleased to know that the N900 will not use certain European WiFi channels if a) the sim card is removed or b) the phone has a sim card but is OUT of 3G coverage.. again, to make the device meet FCC regulations.. (seriously.. when you go out of 3G coverage, the kernel reports it is switching from EU wifi to US wifi!!)
    Let me put this into perspective..
    From: http://www.nokia.com/results/Nokia_results2009Q3e.pdf
    Nokia sold 3.1million handsets in the US 2009 Q3
    Nokia sold 27.1million handsets in Europe during the same period.. That is 9 times as many.
    The USA has its OWN firmware
    and yet ALL versions of the firmware (including the UK specific one) are crippled to meet the requirements of a region that produces the lowest sales figures by a factor of 3 (Latin America produced 9.7 million units in 2009Q3)
    Why the HELL are we suffering because of US restrictions..
    That's like saying you can't use bluetooth because it isn't allowed on the Christmas islands.. (it is allowed.. not picking on you, Christmas Islands, but you are small!)
    If the FCC wants a phone that doesn't allow broadcasts on sub 88Mhz frequences, and doesn't want certain Wifi channels to be used, the ALTER THE US FIRMWARE..
    What next, BMWs have with left hand steering in the UK because the US drives on the Left?
    Phillips TVs that only work on 120V because the US uses 120V..
    I don't give a **** what the FCC say.. I'm not in the US and I have my own european and UK legislation to adhere to..
    For a company that INSISTS on having a billion regional firmware versions, they don't appear to be able to get that right either!!! The UK version lacks UK specific restrictions such as the ability to us UK frequencies for wifi and FM transmission!!
    Crazy and very very irritating

  • Can the Finger Print Reader be used for the Hard Disk Password at Power-On Boot Time on the W700?

    I own a W700 and I have enabled the Hard Disk password at boot time (I have 2 HDDs, so there are two password prompts).
    I always type in the passwords, but was wondering if the Finger Print Reader can be used instead?
    The Finger Print Reader works fine from Windows 7 logon onwards, but it would also be nice to use it at system boot time, after powering on.
    Please let me know if this is possible.
    Thanks!
    Solved!
    Go to Solution.

    Sorry I did not get back online quick enough...but the passwords are the same.
    For some reason, after my first cold boot, I was still prompted for the hard disk passwords.  I powered down again and when I powered back up, it signed me on all the way through.  So it was just a hiccup.
    All is good now and I'm very happy!
    Thanks for pointing me in the right direction.

  • What is the best sound interface to use for the new Imac 27 inch

    I am going to purchase teh new iMac 27 inch and I wanted to know what is the best soundinterface to buy with a price range up to 300 -700 dollars

    Check out the M-Audio website, as well as Amazon for better pricing on M-audio interfaces
    http://www.m-audio.com/index.php?do=products.family&ID=recording

  • What if I dont have the Apple ID that I used for the original purchase

    Having trouble playing certain albums

    If the original Apple ID wasn’t one of yours, yes.
    If the original Apple ID was one of yours but is inaccessible, click here and ask the iTunes Store staff for assistance.
    (118359)

  • About Sun Certified Web Component Developer for the Java 2 ... course

    i want to know if i take the Sun Certified Web Component Developer for the Java 2 course,then could i write j2EE application with oracle envirmet and the websphere enviriment or should i take extra course if i mant to work in any of these enviroments

    You can write j2EE application for all this enviroments. The code is the same, with little diferences in the applicantion servers configuration files.
    For more information try: http://www.sun.com/training/certification/java/java_busj23e.html
    "The Sun Certified Web Component Developer for J2EE Platform certification exam is for Sun Certified Programmers (any edition) who are using the Java technology servlet and JavaServer Pages (JSP) application program interface (APIs) to develop Web applications. Prior to beginning the Sun Certified Web Component Developer program, you must be a Sun Certified Programmer for the Java platform (any edition)."
    "The Sun Certified Business Component Developer for the Java 2 Platform, Enterprise Edition 1.3 exam is for programmers and developers who are responsible for designing, developing, testing, deploying, and integrating Enterprise JavaBeans (EJB) applications. It is also for those specializing in leveraging the Java 2 Platform, Enterprise Edition (J2EE platform) technologies used to develop server-side components that encapsulate the business logic of an application. Prior to beginning the Sun Certified Business Component Developer program, you must be a Sun Certified Programmer for the Java platform (any edition)."

Maybe you are looking for

  • Ssodatan and partner application

    Hello, I have configured successfully a java partner application. The problem is that each time I run ssodatan command all the records in the table WWSSO_PAPP_CONFIGURATION_INF_T are removed (the one for ny partner application too) and only portal30

  • This version of itunes has not ben correctly localized for this language. Please run the english version. What do I do?

    this version of itunes has not ben correctly localized for this language. Please run the english version. this error comes up once a week. I usually do recovery on my computer. Is there anything faster and easier I can do?

  • Another User Modified Table

    I am trying to acheive blocking someone from opening a document if another user is currently in that document, specifically Purchase Orders.  I am trying to acheive this using B1 Usability Package (BOYM).  Any suggestions?  All I need is the Sql...

  • How to change destination table dynamically in configuration file in ssis?

    hello,         i have a package i am having one data flow task.in data flow task i have one source and one destination.source and destination are different.i have created xml configuration file by configuring source and destination connection strings

  • Error 3 when loading external data

    Hi Gurus!! I am trying to load data from a flat file into a Cube. The load is done by a process chain and have worked perfectly before. The file is located on the application server. Now I get the following error: Cannot Update Request REQU_DESUFKD2X