Answered by:
Printing the post from the social pane

Question
-
I am trying to print the Post from the social panes on an opportunity. How can I do this?
Here is a screen shot of some of the post that I am trying to print. They are a lot more post than these few.
Thank you,
Jeff
JC IHC
Friday, August 4, 2017 2:33 PM
Answers
-
Hello,
I'm afraid you will have to go with creation of FetchXml report. Data is there but you will have to "decode" it:
This is result of FetchXml query:
<fetch> <entity name="post" > <all-attributes/> </entity> </fetch>
Dynamics CRM/Business Solutions MVP
Read My blog- Proposed as answer by Andrii ButenkoMVP, Moderator Friday, August 4, 2017 6:33 PM
- Marked as answer by JC IHC Friday, August 4, 2017 7:21 PM
Friday, August 4, 2017 6:33 PMModerator
All replies
-
Hello Jeff,
I would suggest to look Reporting Services Report side. All posts are records created in CRM. Potentially this is achievable.
Dynamics CRM/Business Solutions MVP
Read My blog- Proposed as answer by Andrii ButenkoMVP, Moderator Friday, August 4, 2017 6:33 PM
Friday, August 4, 2017 4:09 PMModerator -
I have tried but I cannot get the report to give me back the data that I am looking for. I can only get the user names.
JC IHC
Friday, August 4, 2017 5:55 PM -
Hello,
I'm afraid you will have to go with creation of FetchXml report. Data is there but you will have to "decode" it:
This is result of FetchXml query:
<fetch> <entity name="post" > <all-attributes/> </entity> </fetch>
Dynamics CRM/Business Solutions MVP
Read My blog- Proposed as answer by Andrii ButenkoMVP, Moderator Friday, August 4, 2017 6:33 PM
- Marked as answer by JC IHC Friday, August 4, 2017 7:21 PM
Friday, August 4, 2017 6:33 PMModerator -
Oh wow thanks
JC IHC
Friday, August 4, 2017 7:21 PM