locked
How to know if a record is shared or not from MSCRM 2011/2013 web UI? RRS feed

  • Question

  • Hi Tech Friends,

    How to know if a record is shared or not from MSCRM 2011/2013 web UI? Using APIs it is possible. But from UI, when we open a record, how do we know if it is shared or not? Any flag or icon? I could not find one..


    -Jai

    Wednesday, October 30, 2013 9:42 AM

Answers

  • Hi Jai,

    There isn't any flag or indicator on the main record screen - you need to open the Share dialog from the command bar to see who the record is shared with.

    hth,

    Scott


    Scott Durow
    Blog www.develop1.net    Follow Me
    Rockstar365
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

    Wednesday, October 30, 2013 9:53 AM
    Answerer

All replies

  • Hi Jai,

    There isn't any flag or indicator on the main record screen - you need to open the Share dialog from the command bar to see who the record is shared with.

    hth,

    Scott


    Scott Durow
    Blog www.develop1.net    Follow Me
    Rockstar365
    If this post answers your question, please click "Mark As Answer" on the post and "Mark as Helpful"

    Wednesday, October 30, 2013 9:53 AM
    Answerer
  • I suppose you could create an onLoad function with javascript that uses SOAP to access the RetrievePrincipalAccessRequest class and if it has any members returned, you could query the systemuser.fullname to get the user names the record is shared with, but Scott's answer is much easier!

    I hope this helps. If my response answered your question, please mark the response as an answer and also vote as helpful. Michael Mayo

    Friday, November 1, 2013 8:43 PM