Previous page link in conversation share

Hi All Greetings!!,

In the above screenshots 1 and 2, I am trying to get the URL of the previous page(first image) to the edit box of second image whenever users clicks share button on the first image. currently its being like , when user clicks the share button we can able to get the things in the second image, only thing we didn't get the URL as given. Kindly guide me to achieve this, Thanks in advance.



Changed image
[edited by: Muthu0604 at 10:45 AM (GMT 0) on Thu, Jul 15 2021]
Parents
  • Former Member
    0 Former Member

    Hi Muthu, what version of Community are you using? This feature is standard for default content types in 10.x+.

    If you are seeking to implement for your own content type, you can use the AddConversation url method from the CoreUrls In-Process API:  CoreUrls In-Process API Service Using the override that accepts contentId and contentTypeId you can generate the url for the Share button that will automatically place a link to the content in the conversation when clicked. 

Reply
  • Former Member
    0 Former Member

    Hi Muthu, what version of Community are you using? This feature is standard for default content types in 10.x+.

    If you are seeking to implement for your own content type, you can use the AddConversation url method from the CoreUrls In-Process API:  CoreUrls In-Process API Service Using the override that accepts contentId and contentTypeId you can generate the url for the Share button that will automatically place a link to the content in the conversation when clicked. 

Children