Magento Expert Forum - Improve your Magento experience

Results 1 to 6 of 6

Which Is Best SugarCRM Plugin for Survey?

  1. #1

  2. #2
    Junior Member
    Join Date
    Mar 2016
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I was given a task that involved adding a filter to the ListView of an Events module so that (by default) only future events are displayed….but with some way of listing them all.

    Two obvious solutions came to mind:

    filter on date and have a check-box ticked on basic search that says “Display future events”
    filter on event status (planning or confirmed)
    I preferred the first option because the second involves two possible status codes
    Step 1:

    The first thing I had to was add a custom non-db field to the Events module:

    custom/Extension/modules/Events/Ext/Vardefs/future_only.php

    $dictionary['Events']['fields']['open_only_future_events'] = array(
    'name' => 'open_only_future_events',
    'type' => 'bool',
    'source'=> 'non-db',
    'studio' => 'visible',
    'query_type' => 'default',
    'vname'=> 'LBL_EVENT_FUTURE_ONLY',
    );
    Then I added the field to the basic search layout in the Events module (this can also be done via studio):

    view sourceprint?
    array (
    'layout' =>
    array (
    'basic_search' =>
    array (
    'name' =>
    array (
    'name' => 'name',
    'label' => 'LBL_NAME',
    'default' => true,
    'width' => '10%',
    ),
    'open_only_future_events' =>
    array (
    'type' => 'bool',
    'studio' => 'visible',
    'label' => 'LBL_EVENT_FUTURE_ONLY',
    'width' => '10%',
    'name' => 'open_only_future_events',
    ),
    'current_user_only' =>
    array (
    'name' => 'current_user_only',
    'label' => 'LBL_CURRENT_USER_FILTER',
    'type' => 'bool',
    'default' => true,
    'width' => '10%',
    ),
    ),

  3. #3
    Junior Member
    Join Date
    Aug 2013
    Location
    USA
    Posts
    353
    Thanks
    0
    Thanked 4 Times in 4 Posts

    Default

    Hello,

    We provide the integration services with Sugar CRM, an open source CRM tool. It is the complete customer relationship management solution to provide you engaging CRM user experience.

    Good luck!

  4. #4
    Junior Member Bizmagestore's Avatar
    Join Date
    Apr 2014
    Location
    India
    Posts
    494
    Thanks
    1
    Thanked 27 Times in 27 Posts

    Default

    Get your customers’ surveys (feedback, reviews, comments, answers) combined with CRM data & know what makes your customers satisfied. Survey Rocket, a feature rich tool automates feedbacks and augments business relationships with your customers.

    Name:  sugarcrm-survey-rocket-logo.png
Views: 169
Size:  25.4 KB

    Create Survey Templates
    Create as many survey templates as you want. Once you create the survey templates, you can utilize those templates to create multiple surveys as per your business needs.

    Multiple Question Types
    With a large number of distinct question types Survey Rocket makes it easy to create great looking surveys to better understand your prospects.

    Preview Survey before sending out
    Once you are done with adding questions preview the survey to have an idea on how the survey would look when a respondent attempts it.

    Enable Score Calculation
    Enable scoring in surveys to compute scores and determine actions to be performed based on the results. Scoring can be used for various purposes like conducting online quiz, tests or to check customer satisfaction level.

    It provides the functionality to set scoring values to the answer choices. Obtain the final and average score for each respondent individually and for each question.

    Apply Skip Logic
    Skip Logic feature allows you to customize your survey for each respondent by applying logic to the answer choices. Based on the respondent’s answer a branching logic is created as per the conditions defined by you.

    Apply skip logic to redirect a respondent to a later page in survey or to an external page. Hide questions and show them during survey based on the responses.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •