Answered How to Customize the Organization Brower Link on Person.aspx Page?

  • 2012년 8월 30일 목요일 오후 6:32
     
     

    As you all know that there is Organization Browser Link on the My Organization Chart Webpart. I want to encode this link so that it can execute special Characters. I am currently using Claims Based Authentication on My Portal and the Organization Browser link is not encoding those charcater which appears on the account name.

    Is there any way I can customize this link so that account name can be encoded?


    Virendra Jain

모든 응답

  • 2012년 9월 3일 월요일 오전 2:00
    중재자
     
     

    Hi,

    Thank you for your post.

    I'm trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.

    Thanks & Regards,

    Emir


    Emir Liu

    TechNet Community Support

  • 2012년 9월 10일 월요일 오후 8:26
     
     답변됨

    Hello Virendra,

    I would try to use JavaScript/JQuery to encode the links, for example,  this JavaScript function encodeURI() can be used to encode url.

    Regards,

    Jing Wang | Microsoft Online Community Support 

  • 2012년 9월 10일 월요일 오후 9:18
     
     답변됨

    Thanks. I used Jquery to overwrite the URL with encoding.

    Thanks for the response.


    Virendra Jain