Multiple surveys

Hi Yaa- can we assign multiple surveys to an appointment transaction type(that is an activity)? if yes do we need to follow the same configuration, I tried doing the same but this is not displaying.
Regards
Vani

Hi Vani,
Surveys can be assigned under settings for Activities -> Questionnaires-> Define determination (business activity)
Enter different Determination ID and keep the transaction type same. This will bring both Questionnaires in transaction type of activity.
Thanks
Ajay

Similar Messages

  • Link survery (and multiple surveys) to position in ECM

    Hello
    We are evaluating job pricing in ECM. We would need to link the survey (multiple surveys) to the position rather than the job. Can anyone direct me as to how we can handle this.
    I know it sounds out of the norm but that is how my company does it.
    Thanks - Karrie

    Hi Kerrie,
    Did you find a solution to this issue, I am searching for the same solution that is matching SAP internal positions with external survey jobs.
    Regards,
    Ali

  • Display multiple surveys on one page

    Hi,
    I am new to the SharePoint 2013. I created multiple surveys in a team site, but I want to create a page and list all surveys out. Is it possible to do it? I tried using Content Query Web Part, but it didn't list out the name of the survey but display "blank".
    only.
    What else I can try to achieve my goal?
    Thanks,
    Iris

    Hi,
    It can be done by using Server side code in Visual Webpart .Please check the below link.
    http://sharepointkitchen.blogspot.in/2013/07/creating-controls-dynamically-in-aspnet.html
    If you are looking for something different pls let me know..
    Don't forget to mark it as an Answer if it resolves your issue and Vote Me as helpful if it useful.
    Mahesh

  • How to display all the questions of a survey in a page?

    How to create multiple surveys in a survey list?How to display all the questions in a page and provide feedback button for each question?While giving the feedback user can ab. to see posted question date and posted person name.
    sindu

    Hi,
    To display all the questions in a page instead of in a dialog, you can achieve it by using such an URL:
    http://yoursite/Lists/survey1/NewForm.aspx?IsDlg=0
    You can add a hyperlink with this URL into a page of your site, then you can navigate to the questions page by clicking this hyperlink.
    About how to add a hyperlink into a page:
    http://sharepoint.stackexchange.com/questions/55543/how-to-add-a-hyperlink-anchor-in-a-sharepoint-wiki-page
    If you have several questions to ask, it is recommended to post them into every single thread to make others easier to focus on one question in one thread.
    Feel free to reply if there is still any questions.
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Survey Submit button

    I need to disable the Submit button on a CRM survey in order to eliminate the possibility of multiple survey posts. The documentation advises that I should be able to add javascript to the PBO module perform this function, but I can't seem to get it working properly.
    So far, I've added a disableSubmit function to the survey PBO and I can see the javascript function in the rendered code. Is there a way to assign the function to the Submit button's onClick event? The closest I've come is to assign the function to the form's onSubmit event, which overrides the built-in onSubmit event and causes the survey to not be submitted.
    I've already tried implementing the changes in SAP note 945112, and found nothing useful.
    Does anyone have experience with this that can offer some assistance? We're running CRM 4.0
    Thanks,
    Jerry

    Got to do this in OnLoad event. If you can not do so, then add a document level script
    < script >
    your javascript
    < /script >
    Add your Javascript to disable the submit button here.
    Easwar Ram
    http://www.parxlns.com

  • How to display all the surveys using content query web part

    Can you please tell me how to display all the surveys using content query web part in more details? I also created a subsite and multiple surveys in that site. Then, I inserted a Content Query Web Part and select the List Type to be "Survey",
    however, it returned nothing. Did I miss anything?

    Hi,
    OOTB Survey List does not contain any
    Content Types and it has the following structure:
    Response entry is represented by
    List Item
    Response entry consist of questions and answers, where Question correspond to
    Field and Answer to Item value respectively.
    For querying Survey List via CQWP  the following properties could be used
    BaseType 
    <Lists BaseType="4">
    ServerTemplate
    <Lists ServerTemplate="102">
    Example
    To retrieve all the responses from Survey lists, specify List Type property as shown on picture
    Reference:
    http://stackoverflow.com/questions/17280778/display-all-surveys-using-content-query-web-part
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Can I make the summary report tabulate multiple sheets placed within the "view responses" area?

    Can I make the summary report tabulate multiple sheets placed within the "view responses" area?

    Hmmm...I thought this tool was going to be a good replacement for Survey Monkey. I was wrong. I definitely need a way to tabulate responses from multiple surveys so that I can roll them up by region or state or district. Do you have any suggestions of how I could accomplish this in AFC?

  • What could be causing my multiple response survey question to show a non-response in LMS report?

    I have a 10 question survey that has been running fine and providing accurate responses in reports generated from my LMS. I made a property change to a multiple response type question that is now causing the reports to show a date/time (2003-01-01  18:00:00) response instead of the actual multiple responses the user made. The change I made to the question was to change the "Numbers property from" [ a), b), c) ] to [ 1), 2), 3) ]. This property change did not affect the reported responses for the single response questions, only the multi-response. This problem occured Using Captivate 4. I then tried using the same properties in Captivate 5.5 thinking it was a bug in CP4, but got the same results. Has anyone else run into this issue? I'm going to bring this to the attention of my LMS provider, but want to make sure CP is clean first.
    Thanks,
    Dave

    First things first. I am not an LMS expert, so this is not about troubleshooting.
    However, to ensure that your course works fine on a SCORM-compliant LMS, you can upload it to cloud.scorm.com and test it out. If the course works fine there, rest assured that it will work fine on any SCORM-compliant LMS. If your LMS team comes back with an issue after this, you can counter them with this evidence that the problem is with the LMS and not your course.
    Sreekanth

  • Add image to SharePoint Survey for multiple questions??

    Hi,
    How can i show a particular picture for group of questions in sharepoint 2010 survey? From following link i was able to add image for one question. so what i need to do if i want to add more questions with the same image?
    http://robdevereaux.wordpress.com/2013/08/09/how-to-add-pictures-to-a-survey/
    Thanks

    If you want to add images to multiple questions using the code at that link do something like:
    elements[e].innerHTML = elements[e].innerHTML
    .replace('CAR_IMAGE','<img src="/PATHTO/IMAGE/CAR.jpg"></img>')
    .replace('BOAT_IMAGE','<img src="/PATHTO/IMAGE/BOAT.jpg"></img>')
    .replace('PLANE_IMAGE','<img src="/PATHTO/IMAGE/PLANE.jpg"></img>');
    Also, if you would like to add a picture, text or formatting to every survey page in a survey with page breaks you will typically need to edit both the NewForm.aspx and EditForm.aspx pages using SharePoint Designer or by adding a Content Editor Web
    Part to both pages.
    Here's some of the other things like this I have done with surveys:
    http://techtrainingnotes.blogspot.com/2013/02/add-content-editor-web-part-cewp-to.html
    http://techtrainingnotes.blogspot.com/2010/07/sharepoint-add-instructions-and-color.html
    (and there's a chapter on surveys in my customization book.)
    Mike Smith TechTrainingNotes.blogspot.com
    Books:
    SharePoint 2007 2010 Customization for the Site Owner,
    SharePoint 2010 Security for the Site Owner

  • Multiple SharePoint 2010 Survey Questions

    Hi All
    Apologies if this has been answered and solved somewhere else, but I have probably spent 4 days looking through the web for answers.
    We have a SharePoint survey with multiple page breaks and branching. Here are the issues we need solutions for, please let me know if I need to add them as separate questions:
    We need to change the "Specify your own value:" field to say "Other:" instead. I've read and tried the article from iedaddy
    http://iedaddy.com/2012/05/sharepoint-2010-change-survey-option-specify-your-own-value-to-other/ multiple times, but I'm having no luck in getting it to work.
    We also need to limit the number of checkboxes that can be selected to 3 in a multiple answers can be selected section. I've read the article on doing this
    http://stackoverflow.com/questions/2770077/using-javascript-to-limit-survey-choices-to-three-unique-values but that doesn't work and looks like it might only be for 2007, even though some of the commenters said it worked on 2010.
    Then we need to be able to export an individual's response to either a PDF or word format or be able to print it straight from the page. When right clicking and printing on the page it has the sides cut off. Someone suggested removing the "nowrap"
    tag, but I'm unsure that will solve it and I'm not sure how to do that in SPD.
    I also need to redirect the user to a "Thank you" page once they click finish. I've found a solution that works for a one pager, but since we use page breaks, this does not work.
    I have access to SDP and limited knowledge of coding, but am willing to try.
    Please accept my apologies if there are solutions for these, but I have not been able to locate any that worked for me on the web.
    Thank you!

    Hi, for your first problem I faced it sometime back and though not the sturdiest solution, it did function for me since I did not have very many "Specify your own values" to change.
    http://social.msdn.microsoft.com/Forums/office/en-US/9349cde4-1ab6-40b3-b572-a7ddea748d8f/sharepoint-2010-survey-add-additional-text-boxes-beside-choicescheckboxes?forum=sharepointcustomizationprevious#4fdcdd7f-0443-4a98-b9d8-8527fad05d59
    Looking at your other requirements, I am reminded of my own when I started off with the OOTB SharePoint survey and realized that it is very cumbersome to customize it because it will need you to meddle with the MasterPage and you don't want to take a risk
    in Prod environment. I would suggest you to look into other options like InfoPath. InfoPath gives you a much easier platform to design and customize surveys. Page breaks are very easy to design. You can also implement your own code for PDF and publish it as
    an admin template. I can promise you that the surveys come out much prettier.

  • Survey mode: Advance multiple images keystroke??

    Hi All,
    I have requested this feature since Version 1 beta, so I'm hoping that maybe it has showed up in LR v2 and I've missed the conversation here thus far.
    Example: I have multiple images opened up in 'Survey' mode, let's say 4 mages. Which on my Apple 23' Cinema Display makes for much nicer size reviewing, than the largest 'Thumbnail' setting.
    The basic ability to hit a combo-keystroke, and advance all the frames at once in 'Survey' mode, to the next set of images of that same total. You know, same as 'page up' or 'page down' in the thumbnail view in the Grid.
    Now, I know IiView Media Pro could do this several years ago, before Microsoft turned it into 'Expressions Media', with 4 images at a time. And like I said, I've been requesting it since early LR beta 1. You know, just add a 'Shift' to the Page Up/Down function keys. Or 'Option' or "Control' key.
    So, have I missed this feature? I've been exploring the keyboard tonight and found that 'Shift and 'Option' will get you variations on multiple or extra images, as they did in LR 1. But you still can't advance them as a group to the next set of , like I said 3,4, 5 or 6 images at a time. I've tried keyboard-adds with the Page Up/Down buttons, but got nothing there either. This is pretty cool on monitors larger than 20" or so.
    I love the Survey mode, but surely we can advance a half-dozen images at a time, instead of adding or subtracting one image at a time.
    Hoping there's an 'Shortcut' here I've missed. :)
    Thanks
    -Sol

    Hey Wolf,
    As I mentioned, I have, at least twice since early 'LR beta 1' asked for this feature. It's crazy that the feature isn't there. As I mentioned, in Expressions Media (going back to iView Media Pro), not only does it allow up to four images to completely fill your screen, regardless of screen size, but they will advance to a new set of images, all at the same time. And it also allows you to zoom up to four images at the same time. As LR does in the 'Compare' mode.
    I will re-post this over in the 'Feature Request' section, but like I said, I was hoping it had been added as a keystroke combo in LR 2, and that maybe I had just missed it.
    Thanks for responding.
    -Sol

  • New problem rating image in Survey View when multiple selected - help!

    When we are in Survey View, normally we can have multiple images selected and when we use any star rating it rates only one image (the best), but midway through an editing session it just started rating all images selected at once.  I know that this is the standard way that ratings operate in Library (Grid View), but never before has Survey View (N) done this. We rebooted and optimized the catalog, but nothing has helped.  Please let me know if you have any fixed or thoughts as to what the problem would be.

    You are welcome Kevin.
    Another thing I find helpful when rating or labeling, is to engage the Caps Lock.  When a rating or label is applied by hitting a number, LR automatically advances to the next image in the filmstrip.  This works in all modules.

  • Multiple-question survey

    In ASP/Access, I have to create a multiple-question survey,
    store the
    results in a database, and show the percentages on a page.
    I'm not real sure
    where to start... How would you guys do this?
    I started by creating recordsets for Q1_Yes, Q1_No, and
    Q1_N/A, counting the
    Yes, No, and N/A answers, then calculating the percentages on
    the page. For
    19 questions, this would be 57 recordsets. I don't think this
    is the best
    way of doing it.
    Suggestions?

    Thanks to both of you. It was too simple for me to see.
    "jsteinmann" <[email protected]> wrote in
    message
    news:f1ebm8$jv0$[email protected]..
    > Easy to do. If your answers are yes and no, simply
    assign a value to the
    > correct answer. For example, a correct answer = 1 and a
    wrong answer = 0.
    > If
    > you have 10 questions, 10 is a perfect score. Have the
    form add the
    > results
    > and send to a results page. So if you had, for example,
    8 points, you can
    > change it to a percentage. Unless you want to store the
    results, you
    > don't
    > have to use the database either. You were going to
    create 57 recordsets?
    > Keep
    > it simple.
    >

  • Allow user to take survey multiple times, but do not allow the same response

    I have a requirement to allow users to take a survey multiple times, however, the answers to the survey can not be the same.
    So when a user takes the survey the first time they can take a second and a third but not have the same response.
    Using SharePoint 2007
    Thanks in advance

    As you denied yourself the Administration rights you cannot get it back in this account of course. Look to the right on this page and check the threads in "More like this".

  • I will be creating an online survey. Is each page considered a form or can you have multiple pages?

    I will be creating a multi-page survey. Is each page of the survey considered a form or can you have numerous pages in one form?

    Donna,
    A form can have more than one page. To introduce a new page in your form, click on the "New Page" icon highlighted in the image below.
    The image below shows the result of adding a "New Page" element, with a second text field added to the second page.
    Regards,
    Brian

Maybe you are looking for