Questions tagged [sharepoint-discussion-board]

25 questions
0
votes
0 answers

Does my raw8 vga data proper from OV5640 sensor?

We are using OV5640 Image sensor to get the RAW8 data(BGGR Bayer applied). Currently we set the sensor to get 640X480(vga) resolution information. From UVC side we logged all RAW8 bit and form a frame. When we try to demosaicing (BGGR to RGB) RAW8…
Param
  • 1
0
votes
1 answer

Create a site script using Get-SPOSiteScriptFromWeb cmdlet error

I am trying to create a site script from an existing team site but when I run the script that I followed from this Microsoft document it asks me for the WebURL WebURL Prompt, even though it is in the script, then when I provide it at the prompt it…
0
votes
1 answer

Sharepoint Discussion board - Reply to reply

How we can implement reply to reply features in Sharepoint discussion Board. I have one a application, in that i have to implement this functionality as well. i got some solutions for replying to the root of the topic. But i need that, we have to…
MAC
  • 6,277
  • 19
  • 66
  • 111
0
votes
1 answer

How to rearrange a Discussion Board on SharePoint?

I currently have a flat view of a discussion board, and I’ve been tasked with rearranging it slightly. Wondering if there is a way to: Make the replies on a discussion board post default to newest replies (getting rid of oldest replies option would…
0
votes
0 answers

Fetching the contents of discussion board from share point using console application

I tried to fetch the discussion items from the discussion form available on the SharePoint using client side code CSOM and I am connected successfully but unable to fetch the discussions... Here is the link of the sharePoint…
0
votes
1 answer

createNewDiscussion/createNewDiscussionReply via JSOM in SharePoint Discussion Board from external Angular SPA

Scenario: I have an Angular SPA and a SharePoint 2013, installed in separated servers. I would like to consume a SharePoint discussion board in my SPA, means I would like to use my customized UI to perform CRU(D) operations on the SharePoint…
0
votes
1 answer

Sharepoint 2013 Discussion board Reply's Parent

I have implemented ItemAdded event on Discussion board public override void ItemAdded(SPItemEventProperties properties) when added Reply for particular post I need to read metadata value of its parent list item. For eg: CustomColumn is…
0
votes
1 answer

New Discussion not displaying in Discussion Board - Sharepoint

I am trying to create a discussion forum for my site on Sharepoint. I have added the 'Discussion Board' app in Site Contents. I have created a new discussion, with text in the subject and body and have marked it as a question. But when I click…
0
votes
1 answer

How to move/copy a discussion board item in Sharepoint?

How can I create a function that copies some item from one Sharepoint discussion board to another? Everything is quite simple except field name Posted By, MyEditor, and Editor.
user458739
  • 27
  • 1
  • 5
0
votes
1 answer

How do I allow an email discussion list in MOSS to collect messages from any email sender

I have a Sharepoint discussion list that belongs to an Exchange list with the idea that it will be able to archive discussions on that list and make them generally accessible, searcheable and so on. The problem is that although I have checked the…
glenatron
  • 11,018
  • 13
  • 64
  • 112
1
2