Dynamic survey in CRM 5

Hello,
I have crated a survey at the CRM Survey suite.
I want that this survey will be dynamic by the customer answers
Which means: when someone enters a certain answer to a question in the survey, some specific options will open for him to continue with this survey and when entering other answers, different options will open.
1.Is it possible?
2.How it can be done?
Thanks,
Ohad.

Hi,
In the Survey Suite, in the Technical Settings of your Survey Attributes, you can enter a Callback PBO and PAI FM. See ex. CRM_SVY_EXAMPLE_DYNAMIC_PBO and CRM_SVY_EXAMPLE_DYNAMIC_PAI.
You can enter javascript code which will be executed before or after processing.
Regards,
Jan
(Please award points if usefull. Tx)

Similar Messages

  • How to create custom BOL object for dynamic query in CRM 7.0

    Hi,
    Could anyone please explain me with steps that how to create the custom BOL object for dynamic query in CRM 7.0, I did it in previous version but its throwing exception when i try to create the object of my dynamic query class. I just defined the entry of my in crmv_obj_btil to create the dynamic query BOL object. do i need to do any other thing also to make it work?
    Regards,
    Kamesh Bathla
    Edited by: Kamesh Bathla on Jul 6, 2009 5:12 PM

    Hi Justin,
    First of thanks for your reply, and coming to my requirement, I need to report the list of items which are there in the dynamic select statement what am getting from the DB. The select statement number of columns may vary in my example for different countries the select item columns count is different. For US its '15', for UK it may be 10 ...like so, and some of the column value might be a combination or calculation part of other table columns (The select query contains more than one table in the from clause).
    In order to execute the dynamic select statement and return the result i choose to write a function which will parse the cursor for dynamic query and then iterate the values and construct a Type Object and append it to the pipe row.
    Am relatively very new for these sort of things, welcome in case of any suggestions to make it simple (Instead of the function what i thought to work with) also a sample narrating the new procedure will be appreciated.
    Thanks in Advance,
    mallikj2.

  • Error active survey of CRM

    Hi People,
    I want to mainion survey questionnaire for CRM 7.3
    I have created the questionnaire in CRM_SURVEY_SUITE Tcode for IC application but i am unable to save the questionnaire as it is showing below error.
    StandardSurveyWithGenerators.getPreparedSurveyXml(
    ): can't create processor:
    com.inqmy.lib.jaxp.TransformerFactoryImpl
    (java.lang.ClassNotFoundException:
    com.inqmy.lib.jaxp.TransformerFactoryImpl)
    Tks Guys

    Hi Willi,
    For the sake of complying with SCN rules of engagement I'm adding the link to the official OSS note stating exactly the steps that you copied/pasted:
    1653734 - Cannot create surveys in CRM Survey Suite and WebUI
    Cheers,
    Nicolas Busson

  • Customer Satifaction survey through CRM

    In R17,Can we conduct after sale Customer satisfaction survey & do the analysis & reporting of the responses from customer collectively?

    Checkout "ClickTools" a CRM On Demand partner that has integrated their solution with CRM On Demand for this purpose.

  • Dynamic Survey determination in Complaint document

    Hi,
    Is it possible to dynamically determine a survey in a service complaint transaction type? There is the standard determination configuration rules but I'm looking for a dynamic way to select a survey based on for example the user status in a transaction. Is there a BADI or something like that?
    Thanks,
    Patrick

    Hi Patrick,
    have you found a solution for this issue? I'm having the same requirement and am currently looking for a solution.
    Thank you!
    Regards
    Marko

  • Dynamic attribute in CRM Loyalty

    Hi,
    I am creating a new dynamic attribute for Year to Date total amount spent by a customer when a member activity gets created. I created the dynamic attribute in SPRO under the Marketing->loyaltyPrograms->dynamic attribute. The attribute is added under loyalty program and also created a new reward rule to update the attribute specifically.
    I want to update the total spending from Jan1st to Dec31st in this dynamic attribute. I don't see the activity date in the formula, so i can write a rule that if the activity date is between 01.01 to 12.31. add the spending to the attribute and reset it if the date is 01.01.

    can we have a hashmap which stores all the unknown
    attributes into the hashmap upon loading and then
    handle it in the setpropertiesJSF's UIComponent has a function of generic attributes.
    Use <f:attribute>.
    <cx:inputText value="" foo="footest"/> Anyway, if you want to use the syntax like this, you should provide a custom
    tag handler which has a setFoo() method and whose setProperties() method
    copys the value to the corresponding (generic) attribute of the component.

  • Need to call a configuration dynamically in SAP CRM 2007

    Hi,
    I need to call one configuration dynamically. In the runtime one configuration should be called upon fulfilling some conditions.
    I need your help regarding this.
    Points, Guaranteed.
    Thanks,
    Santosh

    Hi Santosh,
    We have made a solution where we call different configurations based on the UI object type. In the IMG entry called "Define UI Object Types" you can create a new custom object type. This you can use when you configure your view in transaction BSP_WD_CMPWB. Here you then copy your standard configuration to a new one. In the new one you set Object type = the object you have created in customizing. And config key you set to the same as you normally use. Then you have two different configurations that can be called depending on your requirements. We call it based on the business role of the users. But you can of course yourself determine on what criteria the method should call one or the other configuration.
    In the method you will need to set the variable cv_object_type to the name of your own object type. Then the system will use this key to determine the configuration. After implementation you will see that it uses this object type by clicking F2 button in the UI.
    /Anders

  • Dynamic survey

    Hey guys,
    I am facing a problem with transaction survey and survey_forms. I have created my own Z class (se24).  I have linked the class with UWS_SURVEY_FORM_SERVICE via transaction UBDS . I have created the questionaire with two parameters and what I want is to bind / to set the value of these parameters with the PERNR of the employee and the name of the employee.
    I dont want to create those attributes in the survey for each employee and then set the value of the attributes to the parametes in the questionnaire, because this survey will be static !
    What should be the name of the class? what should be the name of the methods in the class? I have created my own Z class with the superclass CL_UWS_FORM_RUNTIME . When I call the questionnaire with a user in the target group, I debug the class CL_UWS_FORM_RUNTIME but I want to debug my Z class. How should I link the relation between the class and the questionaire? Of course, I have added the load application library defined via UBDS.
    Thanks a lot.
    Please advise me. Maybe some step is forgotten, thanks !

    Resolved

  • Read Surveys in CRM

    Hi Experts,
    I need to display a survey information on a smartform.
    I'm trying to extract the data using the function module CRM_ORDER_READ.
    In the export parameter ET_SURVEY of this function module, the same is present, but in the HEX XML format.
    Any idea how I can extract the text from this.
    Or alternatively if you can suggest the db tables where it can be read from, it will be of great help.
    Thanks in Advance,
    Kris.

    If an order is already saved, I can use the class CL_CRM_SVY_SURVEY_TEXTS.
    But in my case, the smart form is being created before the service order is save dto the database.
    Are there any function modules  or classes that I could use to fetch the survey data?
    Or are there any funciton modules to convert the HEX XML format of the text received in ET_SURVEY table to normal text?
    Any pointers/suggestions in this regard would be of great help.
    Thanks,
    Kris.

  • XSLT transformation error when importing target group in CRM Survey cockpit

    Hi,
    I created a target group using the segment builder and exported that to a local file. Then when creating a survey using CRM survey cockpit (tcode: SURVEY) and trying to import the same target group from the local file; I get an error :
    "Error when applying a XSLT transformation"
    System Response
    Data transformation cannot be executed. Application functions that depend on the transformation cannot be executed
    I tried various file formats : RTF, TXT, XLS, HTML but still I get the same error. Export to XML option is neither available while exporting from segment builder nor while importing into Survey cockpit. The target group is not empty.
    Are there any settings to be maintained to resolve the error ?????
    Dhaval.

    Hi Suhel,
    Thanks for the response... as far as my understanding goes, the crm survey suite can be used for maintaining questoinnaires that are transaction specific. also the functionality of question tables and rows is not available in the survey suite but is available in the survey cockpit (tcode: SURVEY).
    However the same does not allow me to refer to the target groups created using the segment builder.... Is there a way I can use the target group created through the segment builder in the survey cockpit ????
    Dhaval.

  • 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

  • Pre-Populating the header data in the survey attached to an activity in CRM

    Hello Gurus,
    I have a question regarding Pre-Populating the header data in the survey attached to an activity in CRM Mobile 4.0. That in can we define a Functional module for a PBO (Process Before Output) for a survey u201CZ_SVY_Templateu201D in CRM 4.0.
    So that when a Sales rep opens the Survey in CRM Mobile 4.0 the Organizationu2019s Header data should automatically be displayed in the u201CZ_SVY_Templateu201D, so that he just needs to fill out only the remaining additional blank fields in the survey.
    << Moderator message - Please do not offer points >>
    Thanks,
    Siddhu
    Edited by: Rob Burbank on Oct 8, 2010 2:16 PM

    Moderator message - Cross post locked
    Rob

  • CRM  Survey Suite - BW extraction

    Dear all,
    I have created a survey in CRM survey Suite,
    By which business content info providers, i can see the results of my survey?
    Thanks in advance..
    jmq

    HI,
    crm survey suite extractors into BW
    Re: crm survey suite extractors into BW
    Thanks
    Reddy

  • 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

  • CRM survey extraction

    Hi Experts
    I am trying to extract CRM survey data from a CRM 3.1 system by using a BW 3.5 system. Surveys have been created and saved. I have set the Evaluate in BW setting for the survey in CRM.
    I do not get any data out when using RSA3 or by using infopackages. Is there another setting I have to set? Does the survey need to be executed before I can extract the texts and attributes?
    Kind regards
    Erik

    Hi, All
    I also met this problem.
    Finally, my colleague found the solution.
    To solve this problem, you activate "Evaluation in BW" first.
    However, you might have no result in "0SVY_DATA_1".
    I think the reason is you testing.
    You might follow this control:
    "Generate URL" -> "Generate URL" -> "Test URL"in dialog box.
    The use of "Test URL" was problem why no data was stored in "0SVY_DATA_1".
    You should copy the generated URL and paste the URL on address window of Explorer.
    Then put your answer on questionnaire and save it.
    Last, you can see the stored data in "0SVY_DATA_1".
    Test was just "TEST".
    Regards,
    Han Kyu

Maybe you are looking for

  • A simple Java question...

    How to wrap the text on the Button in Java? For example, the text on the button is too long, I would like to switch it into two lines, but I don't know how to do it. Can anyone tell me how to do it? Thank you very much!!!

  • Can't copy files to server

    Hey I have a NetGear router and I have connected to it a HD . for some reason when I try to copy file to the drive I get this message "the operation can not be complited becuse the item "" is in use. Any one have an idea? Thanks

  • HDR Pro 2 does not show up when Photoshop is launched using my mac pro desktop

    I recently installed HDR Pro 2 on my mac pro so I can use it relation to my Adobe Cloud Photography Suite, however, when I open Photoshop, HDR Pro 2 is not recognized. Has anyone had the same problems? and if so what did you do to resolve the problem

  • Oracle vm 2.2.1 server install dom0 crashes on reboot

    I have installed the latest vm server 2.2.1 on a new box. The box reboots when trying to boot into dom0. title Oracle VM Server-ovs (xen-64-3.4.0 2.6.18-128.2.1.4.25.el5ovs)      root (hd0,0)      kernel /xen-64bit.gz dom0_mem=572M      module /vmlin

  • Error Pago Recibido

    Hola: Alguien me podria indicar porque me sale el siguiente mensaje al realizar un pago recibido aplicado a notas de crédito y facturas: [SQL native client] COUNT field incorrect or sintaxis de error 'Transacciones de IVA' (OTAX) (Tables list:OTAX,TA