Create an outlook form for a discussion board

We need to create a new form or use the existing IPM.Post class and create a form along with few custom fields in our discussion board.
Any user entry to that custom field in outlook should be posted to the list in the appropriate field.
How do we achieve this.

Hi,
Do you want to create a form for a discussion board list as below?
If so, we can customize it using InfoPath 2010 and publish the form to the discussion board list, the following article for your reference:
http://msdn.microsoft.com/en-us/library/gg180738(v=office.14).aspx
If I misunderstand your requirement, please provide more information.
Best Regards
Dennis Guo
TechNet Community Support

Similar Messages

  • Adding Attchement button inside create new discssion in SharePoint 2013 Discussion Board not from the Ribbon

    all that i want to customize create a new discussion layout by adding new attach new document but not by using Ribbon

    Hi,
    For your issue, you can customize the layout for the discussion board new form with content editor web part.
    For more information, you can refer to the blog:
    http://www.markrackley.net/2013/08/29/easy-custom-layouts-for-default-sharepoint-forms/
    http://www.shillier.com/archive/2013/03/26/uploading-files-in-sharepoint-2013-using-csom-and-rest.aspx
    Actually in my opinion, the new file upload behavior in SharePoint 2013 is great. As we can click in the body and upload files via the ribbon INSERT tab.The
    new 2013 discussion board allow attachments to be stored in any document libraries besides the default Site Asset library.
    Reference:
    http://sharepointconnoisseur.blogspot.in/2013/07/tips-to-use-sharepoint-2013-discussion.html
    Thanks,
    Eric
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Eric Tao
    TechNet Community Support

  • How do I Create a Tabular Form for an Intersection Table

    Situation
    There are three tables involved (PROJECT, STAFF, TASK)
    PROJECT(PROJECT_ID, PROJECT_NAME)
    STAFF(STAFF_ID, STAFF_NAME)
    TASK(PROJECT_ID, STAFF_ID, HOURS)
    There is a many to many relationship between PROJECT and STAFF. The intersection table is TASK.
    Issue
    I would like to create a tabular form for the TASK table. I would like to be able to click on a button (Add Row) to add a row to the existing tabular form. The row will have a LOV for the PROJECT_ID (showing PROJECT_NAME) and one for the STAFF_ID (showing STAFF_NAME) and a free form text field for the hours.
    I've tried a bunch of different ways but am unable to acheive this functionality. I must be doing something wrong. This sort of thing is trivial.
    Any guidance/suggestions are greatly appreciated.
    Thanks

    Adding a new surrogate key column to an existing table is not that big a deal.
    alter table t add (pk int primary key);
    create a before-insert row-level trigger to populate the key;Other than that, you are out of luck w.r.t the wizards. Yes, you can define a 2nd PK column in the wizard, but then the 2 PK columns becomes read-only (but you want to update them).
    You can write your own tabular form using htmldb_item APIs and your own after submit processes to process the updates. See the manual Tabular Form Howto in the documentation.
    Thanks

  • How do i create a multirecord Form for Display only.

    Hi,
    I am trying to create a multirecord form for display only.
    The form is based on one table only so when i try to create
    it using based on a Table or view i get the option of Tabular or
    custom.
    So if someone has faced or worked on a similar problem of creating
    multirecord form pls do reply.
    Thanks,
    Amit.

    Hi
    You can check this one. The previous link in turn points to this.
    Re: .NET application works OK on infrastructure, but has problems on midtie
    Thanks,
    Sharmila

  • Creating a Search form for Captivate courses

    I've been asked to create a search form for our online courses. We do not use the TOC in our courses so the Find field in the TOC is not an option. Here are the ideas I've had so far:
    a Javascript-powered form search
    a search form widget
    a Google search embedded into the surrounding HTML page (But I don't think that Google can "see" text inside the Captivate SWF object...)
    Right now, we are using Captivate 5.5, but do plan to move to Captivate 6.0 fairly soon. I'm grateful for any ideas.
    Thanks!
    Peter

    You're hitting a bug. See ADF Faces Classical Search Form works only with Entity base VO  in JDev 11? for a workaround suggestion.

  • How to create one submit form for both input an variable ports ?

    Hello,
    I would like to create an input from for a query I have.
    The problem is that this query has both input an variable ports and each one creates a different input form. I would like to join it into one form or at least have it under one "Submit" button so the user won't need to fill two forms.
    How can I achieve this?

    Hi Mario,
    Thank you for your quick reply.
    >>Even if you could, only port would be effective.
    Can you please elaborate?
    >> You need to change your query and make your input port-fields variables?
    So, if I understand correctly I should select whether I go for only inputs or only variables?
    Thanks,
    Roy

  • How to create a Payment Form for access to multiple secure zones

    I'm trying to create a Payment Form that allows the user to select from a dropdown of videos, each of which represents a secure zone page with an embedded video.
    What I can't figure out -- and tech chat can't help -- is how to redirect the user to the correct secure zone for the video they purchased.
    Videos are are streaming, vimeo embeds, not downloads.
    Anyone know how to do this? Can post link to test form if you need it.
    Thanks!
    jerry

    Hi,
    This can be done for already available list. Have a look at the following steps:
    Create an Empty SharePoint Project, then right click the project, add SharePoint “Layouts” Mapped Folder.
    Right click the project name, add New item Application Page, then add the custom code there.
    Under Features, add a feature, right click the added feature then add an event receiver, override the FeatureActivated method to set the new edit/new form as the default form.
    How to set new form as default form:
    SPList lstTest = web.Lists["Shared Documents"];
    string newUrl =
    string.Format("layouts/NewEditForm.aspx", web.ServerRelativeUrl, lstTest.RootFolder.Url);
    var form = web.GetFile(newUrl);
    if (form !=
    null && form.Exists)
     //string newFomrUrl = lstTest.DefaultEditFormUrl.Replace("EditForm.aspx", "docEditForm.aspx");
      lstTest.DefaultEditFormUrl = newUrl;
      lstTest.Update();
    For more information, see
    http://community.bamboosolutions.com/blogs/sharepoint-2010/archive/2011/05/12/sharepoint-2010-cookbook-how-to-create-a-customized-list-edit-form-for-development-in-visual-studio-2010.aspx
    To add a custom list form, the best way I think is using SharePoint Designer 2010, it’s very fast.
    Regards,
    Kelly Chen

  • How do I create a Pdf form for others?

    I have finally figured out how to make a pdf form, but my client wants to be able to attach the file to his e-mail and send it to his relations.
    How do I create a pdf form with his adress in stead of my own e-mailaccount?
    Tried to adjust my id in the preferences on my Mac, but that is not a safe way I guess...
    Can anybody help me out, I'm stuck...
    Bob

    Yes, I want to enable the client's relations to be able to click on a link
    in the pdf to automatically submit the pdf to his e-mail address.
    Now a purple bar shows up when a 'relation' opens the pdf form.
    In this bar is a button included for sending the form, but they have to
    confirm the adding of their reaction to the 'reactions-file'. This refers to
    the location where I authenticallly saved the file (on my hard disk).
    I can adjust the reply e-mail adress by temporarily adjusting my id in
    Acrobat preferences, but I don't know the future location of the reaction
    file.
    It's a difficult question, but it's based on the question: Is it possible to
    make a pdf form for somebody else; so they can send en receive the reactions
    on their moment and their wanted location?
    Op 02-04-10 04:32, carltondaniel <[email protected]> schreef:
    hi bob
    are you saying the email address is on the pdf as plain text? or are you
    wanting to enable the client's ³relations² to be able to click on a link in
    the pdf to automatically submit the pdf to his email address?
    daniel
    >

  • Creating HashTag in sharepoint 2013 community discussion board

    We are trying to create new HashTag in sharepoint 2013 community discussion board. But we are unable to do so. It is getting treated as plain text. We are able to use existing hashtag on same discussion board but not able to create new one. Is not that
    a loophole in social feature of sharepoint.

    http://www.chrismcnulty.net/blog/Lists/Posts/Post.aspx?ID=101
    if you try to create a brand new hashtag there, it gets created in the Keywords MMS group and not the Hashtags MMS group. You need edit rights to add a keyword to a document. And more problematic, the "Enterprise Keywords" feature was introduced as a way
    to consume Office doc keywords as a catalyst to social following in SharePoint 2010.
    http://webcache.googleusercontent.com/search?q=cache:6uoci4PHcZkJ:sp2013.blogspot.com/2014/01/sharepoint-2013-hashtags.html+&cd=2&hl=en&ct=clnk&gl=in

  • Create a mail form for Marketing

    Hi,
    I want to create a mail form in Marketing, but before loosing my time trying to understand how it works, it would be very useful if some one has a guide or anything similar to do step by step a nice mail form, with pictures, logos, ....
    If so send it please to [email protected]
    Rewards points if helpful.
    Thanks,
    TPT

    Hi,
    The steps to create a mail form in marketing is available in the Best Practices for Lean Campaign Mangement C22 in the following link http://help.sap.com/bp_crmv250/CRM_DE/BBLibrary/html/BBlibrary.htm
    I understand that you dont want to lose time to understand how it works, but to be good at the job you need to know it and the only way to know it is to do it yourself without help as it will be very good learning for you as well
    Regards
    Rekha Dadwal

  • When merging data into a PDF form, can it create a new form for every record in your data set?

    I have a vendor database that I want to use to populate a pre-created PDF form in Adobe Pro XI. I figured out how to rename the form data fields and how import the data from my data set but can't figure out how to have it create another copy of the form for the next record in the data set.... if its even possible. Any help is appreciated!

    This can be achieved with a mail-merge type script.

  • Is there a way to create a web form for a user to take himself off paid membership subscription?

    I know there is a way to add a user to a paid membership subcription using the web form. There is a video on BCGuru that shows how to do it. Is there also a way to use web form for the user to terminate his paid membership? Or does it always have to be done manually by the Admin?
    Thanks

    It’s not a failing at all. It’s just the way it is.
    If you’d like to file a feature request you can do so here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Bob

  • Creating Ticket Order Forms for Non-profit Orgs

    Hi Everyone,
    I'm VERY new, with VERY little coding experience - so I'd appreciate any help.  I run a community orchestra and I'm trying to make a very user-friendly form for the older-timers to fill out, print, and mail with a check.
    I can't figure out how to make formulas caluclate, subtotal, etc.  I also can't figure out the best way to have ticket buyers choose their seating tier (i.e. if they select "table seating" the price will need to change to $37).
    Can anyone please help me?
    Thanks,
    Jessi
    Here's the form I've started:  http://melrosesymphony.org/new/images/MSO%20Order%20Form.pdf

    Sent you a message

  • How can I create a contact form for sending emails in SharePoint Online?

    Dear Forum members,
    I´ve got a question about creating a custom contact form to send emails for a public site in SharePoint online.
    Could someone help us with some advise?
    In advance, thank you very much.
    Kind regards,
    Frits

    You can create Custom list and make alerts enable to send emails as soon as contact created.
    Bala

  • How would we create an online form for doctor review?

    We need to replicate an OSHA form on a secure website for employees to fill out. The system would alert a doctor via email that forms need to be reviewed. The doctor logs in, reveiws the answers and clears or fails the employee, then attaches a digital signature. The form would be routed via encrypted email to receipient.

    We don't really support this specific workflow.
    You might be able to achieve what you want but it would include some manual steps :
    You can create a form and distribute it via FormsCentral
    The doctor can receive email notification when data is submitted
    The doctor can log in FormsCentral to see the data and "Download Response as PDF Form" to see the data in a PDF format instead of looking at the table.
    The doctor can then delete the row in the Response Table (see he now has a PDF version of the data)
    I'm not sure what clear or fail the employee mean in regard of the form (is this something you mark on the form?)
    The doctor would need to manually to use another Adobe service, EchoSign, to sign the PDF response.
    https://www.echosign.adobe.com/en/home.html
    The doctor would need to manually contact the email the signed PDF or contact the receipient.
    Gen

Maybe you are looking for

  • IPad Sync/Backup:  includes Movies?

    Greetings, I recently upgraded my iPad's OS so that I would make use of the iCloud, Find My iPad, etc.  When I synced with iTunes to do this, iTunes automatically performed a backup, and then restored after the OS upgrade was complete.  I am now miss

  • Local copy of Wordpress blog doesn't recognize cyrillic font

    I've installed LAMP using the [wiki]LAMP[/wiki] wiki page. There was no problem during the instalation and configuration, but my local Wordpress blog is not recognizing any of my blog posts that are written on cyrullic, there are only ???????? instea

  • Is it possible to put the mm.cfg file somewhere else?

    Sorry is this is nitpicking, but is it really necessary for all us developers who wish to see trace output from the debugger player to have this file cluttering up our home directories? 

  • Putting a outside file into unix through OAF

    Hi all, is it possible to put a file (an excel file ) from windows into unix in one particular path in unix through OAF. Actually we have a requirement that we need to upload excel file every month into unix to run a concurrent program. So client won

  • Remote Desktop Session Host - Certificate Warning

    Hi, I'm setting up a Windows Server 2012 R2 Remote Desktop farm, consisting of 3 RDS hosts, a connection broker and a dedicated server with the web access and gateway role. I have created the server collection and the DNS round robin entries, with th