How to logon to CRM survey as marketing contact?

Hi experts!
In SAP Help I found this statement:
....When the recipient enters this URL in a Web browser, a survey is displayed. The recipient completes the survey and sends it (by pressing the u2018Saveu2019 button) to the companyu2019s SAP CRM system. The system then uses the answers specified in the survey to determine appropriate additional marketing activities for the original recipient of the e-mail.
I would like to implement this.
My question is: How does a marketing contact (maybe one of ELM) access the survey? Does he/she need a user or internet user?
Could you please describe me the standard solution?
Thanks,
Cristina

I'm not sure if Raja and I are understanding your question the same way.  But, we needed to send survey's to our ERP users and of course, they don't have a CRM login.  So, we created an anonymous user for the crm_svy_server service.
Again, we're currently using CRM4, so settings might be different...we haven't got to this point yet in our CRM6 upgrade.
Be sure the anonymous user (SURVEY_USER) has authorizations to only complete a survey...set them up as a Service user, not Dialog.  I had to have our Basis people do this for me, but it allows the user to submit the survey without having to log into the CRM system.  Keep in mind, that this anonymous user must be set up very carefully to not allow access to more of your CRM system than you intend...this is the part of the setup I needed help with from our Basis folks.
ICF path: /default_host/sap/bc/bsp/sap/
ICF Object: crm_svy_server
The MIG tracking ID is what CRM reads and attaches the survey respons(es) to the proper contact person, not the anonymous system user.

Similar Messages

  • How to transport SAP CRM Survey questionnaires

    HI Folks,
    Can we transport Survey Questionnaires from Dev to QA and QA to PRD. if so do let me know the process
    Thanks in Advance
    Amrita

    Hello SAP-friends,
    Could anybody help me:
    Do we have to activate questionnaire in QA after it has been activated in Dev and transported in QA by transport request.
    Please, make it clear for me?
    Thanks in advance!

  • How do I save personalised survey answers in CRM

    Hi experts:
    In SAP Help I found this statement:
    ...When the recipient enters this URL in a Web browser, a survey is displayed. The recipient completes the survey and sends it (by pressing the u2018Saveu2019 button) to the companyu2019s SAP CRM system. The system then uses the answers specified in the survey to determine appropriate additional marketing activities for the original recipient of the e-mail. ...
    I would like to implement this.
    How exactly does the recipient send the survey to SAP CRM system? I know that PAI can create a document with survey in CRM. In this case the survey is linked to an email. I have never seen loose surveys (without document) in CRM.
    Am I supposed to have an integracion with an contact of type email where the survey answers will be saved in case the marketing contact anwers the survey?
    Hoping for your help.
    Thanks,
    Cristina

    Hello,
    First of all, I am not sure in which scenario you are using. In my earlier reply, my answer was broad too since i am not aware of which scenario you are using.
    Your survey attribute might be having PAI module attached which creates/changes a lead on checking the process mode. Process calls CRM_SVY_LEAD_PAI_CREATE to create a lead.If this is not successful, it will raise the message to stop.
    Therefore, You should also check if you create a lead through crmd_order  Is it created error free?
    one more point is: You can not use Lead survey and Lead PAI/PBO for URL.Sending an url to a business partner is a Marketing scenario hence only marketing survey and PBO/PAI should be used.
    Lead survey and it's PAI/PBO should be used only when you create lead in crmd_order transaction and want to determine the relevant survey during creation.
    Do you want to create lead through campaign execution or want to use Campaign automation application for the same ?
    If your scenario is to send an e-mail to a business partner and as soon as he replies to the response , for each reponse you want to generate a lead.
    For above scenario, you have to model the scenario in campaign Automation application.
    Hope this helps.
    Thanks
    Raja
    CRM Marketing Forum Moderator

  • How to set value for radio button in sap crm survey suite

    Hi ,
    I created a survey in CRM Service, in which I added a question with answer as '10 Selection Button Group ('radio button'). And answer has 11 answer options (which means 11 radio buttions). Now when we test the survey, the value for the radio buttons is appearing like 'id_0050569b03091ee480a29d8ee61e953c'. But i want to set a specific value for each radion button (from 1 to 11). So, how to set value for radio button in sap crm survey suite???.
    Thanks & Regards,
    Seshu

    Hi,
    I found solution myself. Click on Goto -> Editing Mode -> Expert Mode. Now you can set value for radio button.
    Regards,
    Seshu

  • Generate file to save on server from CRM survey results.

    Hello,
    I need to generate a file from the results of a CRM Survey running in an Internetscenario.
    When mailto is used an email with the attachment POSTDATA.ATT is sent back as attachment.
    How can I copy this document and save it on the customers file system?
    And how can this be realised when running internet scenario without using mailto.
    The scenario is running on CRM 2007.
    Thanks for any ideas.
    Best regards,
    Salvatore

    Hello Salvatore,
    Did your problem resolved? if not could you please elobarte your question so our community can help you much better.
    Thanks
    Raja Pamireddy
    CRM marketing Forum Moderator.

  • CRM-survey doesn't be displayed in a contact-activity

    Hi,
    I have a problem with CRM (4.0) activities (contact). I am new to surveys but I created one and can't see it
    in a contact.
    At first I have created a new survey (SPRO - CRM - Transactions - Seetings for Activities - Questionnaires).
    Then I have created a new maintain category. After that I have defined the determination criteria for
    questionnaires. I have created a new criteria set with the new category. At last I have defined a new
    determination for contact-questionnaires with my new transaction type and criteria set.
    I thought that was all and created a new contact. Then I saw the new tabstrip questionnaires. But I couldn't
    find my survey, only the message "no questionnaires were found. You can define determination in Customizing".
    So I tried to change some customizing. I saw that without a criteria set the survey can't be determined. And
    the criteria set can only be once used.
    I was confused to see a survey when another determination uses my transaction type. So I need two different
    determinations with my transaction type. Then I can see a survey in my contact. But it's not my survey. The
    system takes the survey with no criteria set.
    I don't know how it works ? Does anybody have a solution for my problem ?
    P.S. Helpful answers surly be rewarded.
    Kind regards,
    André

    Hi,
    According to your description, my understanding is that you can’t redirect the html page in other domains within an iframe.
    This error needs to set the X-Frame-Options hearer in the web.config of web application.
    You can add the tag like below in the web.config:
    <system.webServer>
    <httpProtocol>
    <customHeaders>
    <add name="X-Frame-Options" value="Allow" />
    </customHeaders>
    </httpProtocol>
    </system.webServer>
    After updating the web.config, you will also need to restart IIS to fire the updates.
    Here are some detailed articles for your reference:
    https://developer.mozilla.org/en-US/docs/Web/HTTP/X-Frame-Options
    https://technet.microsoft.com/en-us/library/cc732317(v=ws.10).aspx
    Thanks
    Best Regards
    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]
    Jerry Guo
    TechNet Community Support

  • Add Question dynamically in crm survey

    How to add the question dynamically in crm survey?
    I checked the two class CL_CRM_SVY_BUILDER and  CL_CRM_SVY_DOM.
    IN htis method Insert_question method is there.
    But how to use this method. What value should we pass in node.?
    If anybody knows about it, then please let me know.

    HI Dezpo,
    Thanks a lot for replying.
    I had checked the updated <b>SAP Note 834573</b> -Interactive Forms based on Adobe software: Acrobat/Reader version, which states that:
    For SAP Interactive Forms by Adobe, you require the following:
    Adobe Acrobat as of Version 7.0.9
    Adobe Reader as of Version 7.0.9
    <b>Important:</b>
    Note that you can only have limited use of Reader 8.0 for forms that, at runtime, are integrated in a WebDynpro application through the xACF technology (Active Components Framework). In this runtime environment, Reader 8.0 currently only supports static interactive forms. If you are using <b>dynamic interactive PDF forms</b>, we recommend that you use <b>Reader 7.0.9.</b> In the application, you can use parameters, or you can call methods, to determine whether you want to create a static or dynamic PDF form.
    I tried with the reader versions - 7.0.7,  7.0.9 and 8.01, but it doesn't work for either of them.
    Regards,
    Siddhartha Jain

  • Lead generation using CRM Survey

    How leads can be generated suing HTML Survey for external campaigs. What i mean here if campaigns are executed using external website and based on visit by customers on website if they fill in information , how that information can be captured and inturn generate the Lead in CRM system.
    You researching CRM Survey, i noticed that there is functional module given by SAP to generate the Lead. So question is is there any webservice available to integrate the web site - feedback to SAP CRM. We are still on CRM 5.0 SP13.
    Thanks

    Nicol,
    In Tcode: CRM_SURVEY_SUITE select the questionnaire, right click and select
    survey attributes, uncheck the checkbox Evaluate in BIW.
    I know this sounds weird but it works hopefully.
    Lets us know if you still face the same issue.
    Julius

  • CRM Surveys

    Hi SDN friends,
    Right now we are developing a Mobile 7.1 application that read CRM surveys from XML format and paint it on a mobile device (handhelds). We have an important question about surveys best practices. What is the better transaction for manage surveys? We are using the TCODE crm_survey_suite but we find that the TCODE survey brings more UI and logic options than crm_survey_suite. Looking on the sdn forum, we found that:
    TCODE survey is for SRM surveys
    TCOD crm_survey_suite is for CRM surveys
    Itu2019s that true? What is the big difference between this transactions?
    Best Regards and thanks in advance,
    David Faustini

    Hi David,
    when the surveys have should be used in CRM documents like activity, opportunity or the Marketing than you can only use crm_survey_suite. But don't ask me where the other transaction is really used. I also was impressed by it's rich functionality and asking myself why it wasn't used in the CRM.
    Best regards
    Gregor

  • Surveys in Marketing Campaigns

    Hi All
    When we send out surveys in Marketing Campaigns, we can insert tracking for tracking responses.
    How can we just track that how many BPs opened the survey. Means they clicked on the link ...irrespective of how many did actually respond. Just the BPs who clicked and opened the email.
    How to track it and which table to see for the enteries.
    Please help
    Thanks and Regards
    Mohanpreet

    Hello Joost,
    the only thing I know is the following:
    If you want to classify responses that you capture when executing campaigns, an administrator can create response options that can be assigned to campaigns. A response option can have a positive, negative, or neutral classification.
    With the classification you can select, for example, all positive activities in reporting.
    When a campaign is assigned to an activity, there’s a check, whether response options are assigned to this campaign.
    If there is a default response option, this default will be shown in the newly created activity. You can change the response to another option assigned to the campaign afterwards.
    Note: Currently there is reporting and user interface selection based on the response option. For leads and
    opportunities we assume to have already a positive feedback. Otherwise we would not have such an object.
    Response options can only live with a campaign. When you set a response option to Obsolete, you will not see it anymore in the value help and you can't assign it to campaigns.
    Source: Administrator Guide on page 315.
    Best regards, Janina

  • Security implications of publishing CRM Surveys to Internet.

    Hi Experts,
    I am about to implement the CRM V5.0 Survey tool using CRM_SURVEY_SUITE and need to be able to publish these surveys to the web.  I am able to download the survey the my local PC as HTML.  I then need to load it on to a web server and create a url that points to this survey.  I have read through Gregor Wolf's very helpful post on CRM Surveys <a href="/people/gregor.wolf3/blog/2006/07/22/create-run-and-analyze-an-e-mail-campaign-with-a-survey-part-1 Survey</a> but I am unclear as to how the data is sent back to the CRM system.  i.e. how does the submit button send the data to the crm server, the help indicates the Survey mailer should be used but I have been unable to find any additional information on this.  Gregor's post refers to using a BSP to post this information back to CRM, does this not cause a security hole in the network.
    My questions are:
    1. Can other options such as the survey mailer be used to post results from a completed survey back to the crm system?
    2. If the survey mail can be used, how is this set up? or do I have to <a href="/people/gregor.wolf3/blog/2005/11/07/setup-sap-web-dispatcher-with-url-filter-on-suse-linux-90">Setup SAP Web Dispatcher with URL Filter on SuSE Linux 9.0</a>, if so does anyone have any instructions on setting this up for Wintel servers?
    3. What if any are the security implications of implementing web survey's using the CRM_SURVEY_SUITE?
    4. Can the Survey HTML page be stored on the web displatcher?
    thanks in advance for answers.
    Apologies if any of these questions are simple.
    Thanks
    James

    This browser in my opinion is shady all google searches are done through the united arab emirates google website and this cannot be changed. If you can't search the Google of the county you are there really isn't much point in searching at all. The us government should check this one out. If Puffin is pulling user information for malicious reason or at all, they have over 1 mill Americans personal info.

  • Urgent: Extraction of CRM Survey  and change documents

    Hi BW Experts,
    My requirement is to extract CRM Survey which is linked to Activities as XML file and Change documents from CRM to BW. I know what are the datasources we need to use inorder to extract the Survey data to BW some of them are : 0SVY_DATA_1;0SVY_QUEST_TEXT and 0SVY_ANSWER_TEXT but I am confused in mapping Survey questions to BW as they may be of 200 char do we need to split them or is there anyother way we can map please would anyone suggest me steps to extract the Survey data from CRM to BW i.e from activation to Cube mainly I am worried about how do we map Survey questions to BW objects.
    And also I need to extract Change documents,i.e changes made to the created opportunity,activity transactions, from CRM to BW as the changes are not stored in DB tables but we can view them in extras menu->change documents I think they are linked to transaction number but i donot know how to pull them to BW.Would anyone put some light on it. I appreciate it in advance.
    Thanks in advance
    Regards
    Kishore.

    Hi Kishore,
    I have no experience in CRM extraction in BW.
    Did you try to use 'Propose Transfer Rules' function to map objects from extract structure to the comm structure. I am assuming that you have activated all the required Business Content and replicated your extract structures.
    Why do you want to map field by field? May be I did not understand your question?

  • Smart Form for the CRM Survey

    Hi Experts,
    I want to do a smarform for the CRM Survey, is there any standard smart form for this.
    How do we trigger the smart form for the same.
    Thanks in Advance,
    Praveen

    Hi Praveen,
    As per my understanding u have to make a custom smartform for CRM.
    Try using  FM CRM_ORDER_READ with importing Parameters IT_HEADER_GUID and for Bar Code
    use standard smartform BC470_FLOWD_LABELS.
    Hope This Helps...
    Thanks
    Ravi

  • Populating a Dynamic List Box in CRM Survey

    Hi All,
    I am currently creating a CRM Survey and am trying to use the 'Dynamic List Box with Single/Multiple Selection' options, but cannot see how i can populate these lists. I get the following error message when selecting the 'Insert Answer Option:
    'Dynamic list boxes' cannot contain statistical answer options'
    I have tried this through both Survey Suite and UI, but cannot go any further. Can anyone point me to where i can populate this list? Sounds like possible a backend table, but i cannot find which one.
    Many Thanks
    Indi

    Would anyone be able to help please?
    Thanks
    Indi

  • How to configure sales forcast and assign marketing budget

    how to configure sales forcast and assign marketing budget

    Hi,
    As per my knowledge i am telling forecasting is done by Historical Data { MM & PP Module }
    when you collect the data based that we have to plan every month how much you want to procure the raw material etc..,
    that should be entered in the material master under "Forecasting" tab there we have to maintain monthly wise forecasting values
    i think it should get some idea if i wrong please clarify
    Regards,
    Prasanna

Maybe you are looking for

  • Data is repeating in xml publisher report

    Hi, We desinged the orcle xml publisher report. When we are running the report, the address infromation is repeating in every page. We have not mentioned any where the for each logic. Can any one help me on this issue. We designed the report as 'rdf

  • External Hard Drive will not mount after upgrading to Yosemite

    After upgrading to Yosemite, my external 3TB hard drive will not mount... can't see in Finder, but does appear in Disk Utility.  Follow steps to Repair disk, but get a message that D.U. cannot repair disk.

  • Why is the Space Constant so slow?

    Obviously I'm asking comparatively since they are faster then the blink of an eye. When trying to optimize some of my functions I've noticed that this one constant is really slow. Here's my test VI: I simply am measuring the time it takes to append a

  • Select type by style and move to layer

    I would like to select all the type in my document, at one time, that has a certain style applied. After they are all selected I will move them to a layer so I can set that layer not to print. Is there a way to select all the type, at once, that has

  • Retrieving records from the MS-Access database

    Hi, I am capturing an user input from a text field into a variable called 'valAuthor' and then using it in the following query statement. stmt.executeQuery("Select * from BksTable where AUTHOR = 'valAuthor'"); But for some reason the records are not