Interaction history - to show up activities

Dear Experts,
   In the CRM UI, I could see certain business activities in the Interaction history but not all. Where do we have the settings for this? I need to see the completed activities in the Interaction history how can I achieve this?
Thanks,
Kanthimathi

Make sure that you do not run Firefox in permanent Private Browsing mode (Never remember history).
*https://support.mozilla.org/kb/Private+Browsing
*Firefox > Preferences > Privacy > Firefox will: "Use custom settings for history"
*Deselect: [ ] "Always use private browsing mode"
You can inspect and manage the permissions for the domain in the currently selected tab via these steps:
*Click the "[[Site Identity Button|Site Identity Button]]" (globe/padlock) on the location bar
*Click "More Information" to open "Tools > Page Info" with the Security tab selected
*Go to the Permissions tab (Tools > Page Info > Permissions) to check the permissions for the domain in the currently selected tab
You can inspect and manage the permissions for all domains on the <b>about:permissions</b> page.
*https://support.mozilla.org/kb/how-do-i-manage-website-permissions

Similar Messages

  • BP interaction history does not show all the activities in portal

    Hi Experts,
    We have a problem in application CRMM_ACCOUNT when we go to BP interaction history does not show all the activities in portal as it is thr in activities screen.
    Regards,
    Mark

    Hi Glenn Michaels,
    Thanks for your response , If I look at the activities tab there were more activities than on the interaction history tab .
    In allowed channels for transaction type we have 3 channels.
    Can you guide me what to do next?
    Regards,
    Mark

  • Interaction history in ICWC not showing dates

    Hi,
    The interaction history in ICWC(CRM 5.0,SP8) is not showing the date of the interactions viz., service ticket, interaction record. Is there any setting to be done for this? Please guide.
    Shridhar

    hi,
    try this
    IMG>CRM>Master data >BP>Accounts and Contact Persons in the Portal-->Specify Display Options for Interaction History/Activities/Opportunities
    Select the area as -
    SAP_CRM_CUST_INTERACT_CENTER or your relevant area
    and make the settings for interaction history. you should be able to se the Fact sheet details with dates
    Cheers!
    Please reward if helpful
    Raj

  • Interaction history under Account Management not showing all quotes

    We just noticed that when you look at a customer's account in the PCUI and look at the interaction history tab, not all quotes for this specific account show up.
    Has anyone experienced this before and if so, what is the issue??
    Thanks.

    I also noticed that this occurs in the CRM GUI as well. If you search for all business transactions for a specific soldto and the amount is greater than 100, it only returns the first 100. I assume this is what the PCUI does by default.
    Is there a way to return all the transactions?

  • Show ERP Sales order adn ERP Quotes in Interaction History

    Hi ,
    I have a requirement to be able to search for the ERP sales orders and ERP quotes created via CRM 70 IC.
    When I create ERP Sales order and ERP quote they do tie up to the Interaction record, but when I try search for the same using the Sales order and Quotes search category in the Interaction history, I donu2019t see any results.
    Has anyone done this before in any assignments before? If yes can please throw some light on how you handled it.
    Is development required compulsory for this requirement to be fulfilled?
    Thanks,
    Ravi

    There are some limitations using ERP sales orders (there is a decent OSS note that i don't recall the number)
    Do your ECC orders replicate back to CRM????
    IN IMG t-code CRMC_IC_AUI_MAINCAT for the inbox search yuo can set the search to be ERPORDER (means inbox will search in ECC for the document type)  where ONEORDER is searching CRM for the document.

  • In IC WebClient Date and time not displaying in Interaction History

    Hi All,
           In IC webclient, Date and time is not displaying for some activities in Interaction History.
    Thanks
    Hemalatha

    HI HEMA,
    I AM ALSO CHECKING THAT 1. I AM NOT GETTING ANY SOLUTION. CAN U TELL ME AFTER GETTING THE SOLUTION.
    THANX
    CHINMAYA
    Edited by: Chinmaya Parida on Feb 7, 2008 3:38 PM
    Edited by: Chinmaya Parida on Feb 7, 2008 3:42 PM

  • Total record display in resultlist (interaction history)

    Hi all,
    May I know how can I add the total search data so that it can display in the interaction history page to show the total record found?
    In most cases, like in Activity, it will show the total record found in resultlist. But not in interaction history page.
    Can anyone advise?
    Thanks

    I am using version 5.2 so I am not really sure if it is exactly the same in 6.0 (aka 2007). Try searching the IMG. Or wait for someone else to reply to this tread
    /Anders

  • Interaction History / Service Transactions

    Hi All,
    We are having crm 2007 and we are implementing the service scenario.
    When we create a contrat 123 for a business Partner ABC. Normally the reference/Interaction history etc shall also be
    displayed in the Business Partner. i.e. all the relevant  service transactions relevant to Partner ABC.
    Could anybody tell where can we set this in CRM 2007.
    Regards,

    hi,
    try this
    IMG>CRM>Master data >BP>Accounts and Contact Persons in the Portal-->Specify Display Options for Interaction History/Activities/Opportunities
    Select the area as -
    SAP_CRM_CUST_INTERACT_CENTER or your relevant area
    and make the settings for interaction history. you should be able to se the Fact sheet details with dates
    Cheers!
    Please reward if helpful
    Raj

  • Interaction history search problems

    Hi Gurus,
    Good day,
    I am having problem when i save a service ticket its getting saved 3 times 2 times as business activity with blank description and one time as customised transaction, and when i search in interaction history its not showing anything but the record exsists in the table.
    Regds
    Jitender

    Please check below thread if it helps:
    http://scn.sap.com/thread/3351726
    Thanks
    Kumar

  • Customizing "Interaction History" in Account View

    Hello Experts
    I want to customize "Interaction History" in the Account View. I only want to see Activities. At the moment i also see Opprotunities and other Transaction Types. How can i customize, which Transaction Type is shown in "Interaction History".
    I tried Custumizing View CRMV_ACC_1O_CUST. But here i can only customize the time range.
    Regards, Sven

    You can use something like this in DO_PREPARE_OUTPUT method:
      DATA:
        lr_col     TYPE REF TO if_bol_bo_col,
        lr_node    TYPE REF TO if_bol_bo_property_access,
        lr_core    TYPE REF TO cl_crm_bol_core,
        lr_wrapper TYPE REF TO cl_bsp_wd_collection_wrapper,
        lr_entity  TYPE REF TO cl_crm_bol_entity.
      DATA:
        ls_struct TYPE crmt_bsp_activity2_bp.
      typed_context->builactivity->build_table( ).
      lr_node = me->typed_context->builactivity->collection_wrapper->get_current( ).
      lr_col ?= me->typed_context->builactivity->get_collection_wrapper( ).
      WHILE lr_node IS BOUND.
        CALL METHOD lr_node->get_properties
          IMPORTING
            es_attributes = ls_struct.
        IF ls_struct-process_type = 'Z001' AND                  
           ls_struct-concatstatuser NE 'Completed'.              
           lr_node = lr_col->get_next( ).
        ELSE.
          lr_col->remove( iv_bo = lr_node ).
          lr_node = lr_col->get_current( ).
        ENDIF.
      ENDWHILE.

  • CRM 6.0 - ICWC : Last interactions do not show last interactions

    Hello Guys ,
    Maybe someone knows -
    After coinfirming an account : Last interactions do not show the last interactions , but older ones.
    (In interaction history we see them all sorted from last one to old ,as it is supposed to be).
    Thanks,
       Nitzan.

    Hi Nitzan,
      You might want to check the following OSS note
    Note 1044690 - Last interactions shown based on agent
    Award points if it helps.
    Thanks,
    Anand

  • How customizing "Customer Interaction Search - Interaction History

    Hi,
    I want to customizing the search for "Interaction History". I'm using standard Navigation Bar Entre named "INTERACTION_HISTORY".This entry call link "InteractionHistoryView".
    In Interaction History you can filter by "Show". This field has CRM Lead, Business Activity, CRM Order,Sales, Services Process and task. I want to remove CRM Order and CRM lead.
    Any idea?
    Regards,
    Lyda

    Hello Lyda,
    In version 4.0 and version 5.0, I didn't found any customization for that.
    This because if you check class CL_CRM_IC_IHISTSEARCH_IMPL (the view controller's class), method SET_ALLOWED_BT_OBJECT_TYPES, you'll see this values hard-coded.
    So, for achieve this, we did some development to filter the entries in this view (copy the view, replace it in runtime profile, replace the controller class...)
    Kind regards.
    Bruno

  • No interaction history or planned acitivities in new year

    Hello,
    I face a strange issue, I have got certain planned activities and certain closed activities in interaction history for a corporate account, however i am not able to see them in them in the webclient. And this is for all the accounts, it looks to me that it has happened after the new year has begun.
    Please help in this regard
    Regards

    Thanks,
    its solved now, i had to refer to notes 1131623, 1226594 and related notes in these notes.
    Also one sdn post:
    IC Account Overview - Sales Transactions & Quote Transaction BP_BPBT
    Regards

  • "Invoice History Report "show wrong balance for supplier invoice with USD

    Invoice History Report show wrong balance for supplier invoice with USD Currency
    After I run this report i see in the last of this report there is difference between the supplier total
    USD (Currency ) and the open Balance USD , it is decreased the open balance
    for supplier with 2300 USD with out any reasons
    bellow is some data copy of the report
    ======================================================
    Supplier Site Total: SAR 34,700.00
    Supplier Site Total: USD 39,000.00
    Supplier Total: SAR 34,700.00
    Supplier Total: USD 39,000.00
    Open Balance: SAR 34,700.00
    Open Balance: USD 36,700.00
    *** End of Report ***
    ==============================================
    please advise me from where can this differenc ( 39000 - 36,700=2300 )COMMING
    or it is bug in this report , becuase i compare this report with other report in account payable like
    -supplier open balance letter
    -invoice register report
    -invoice aging report
    all this report give me the amount for supplier USD =39000
    BUT AGIN FROM WHERE THE SYSTEM DECREASED THE AMOUNT TO 36,700
    thanks

    Can you try running Create Accounting For payments just before you run the Invoice History Report and re-check .
    Thanks

  • Report to show all activities (ended and not ended)

    Hi,
    I would like to do a report to show all activities (not ended and ended), but when I do the report from "Activity" the only information shown is no ended activities.
    Is possible to show all activities? How can I do it?
    Thank you and regards.

    Monica - depending on the Subject Area, including certain "look-up" or reference fields to other tables automatically implies a join-relationship between the 2 tables.
    Case-in-point, the activities subject area. Whenever you include fields from other objects like (Account Name, Campaign Name, Contact job title, etc.) "Answers" will automatically assume that you only want those activities where those field-values are populating, consequently filtering the report. It seems to occur any time you're trying to include data across tables in a one to one relationship.
    A better example, and likely a common headache for CRM report builders is an Opportunity report, wherein you're including data from the Primary Contact associated to the opportunity. By the same limitations, you would wind up with only those opportunities that have a Primary Contact associated, versus all opportunities with contact-data if it's populated.
    It is my understanding that the only workaround is to use Combined Analyses to create an union of the 2 reports, one with all opportunities and another with primary contacts. Use a pivot table and max-aggregation rule on the contact name to remove dupes.

Maybe you are looking for

  • Multiple suffix creation

    Does DSv5.2P4 support creation of multiple suffixes within the same directory instance. say i need such a tree: ldap1.company.com:389 | |-o=company.com | |-ou=people | |-ou=groups |-o=cacompany.com | |-ou=people | |-ou=groups

  • SteelSeries Engine is really a fantastic gaming tool!

    I just got a GT60 gaming laptop with SteelSeries Engine, and this feature is really fantastic! We could setup macros for different games with about 74 keys, others only got 10~20 keys. We could setup keypress macros, text macros, launch program contr

  • SOP- Sales forecast in $ value

    Hello, Is it possible to enter a sale forecast is SOP or Flexible SOP in $ value of forecast sales, instead of at Quantity in "PCS". For example, we want to forecast for 6 months the sales of a product family. Is it possible in SOP or it must be done

  • Error building Application Service because of  Web Service operator

    Hi  Guys, I have a CAF Project and I want to import a standard Web Service from a SAP Java System. I can import the Web Service, but I can't generate it. The error is, that two operations, called getProperty and setProperty, are in reserved Namespace

  • I cannot open any new tabs in Firefox on my PC. I have Vista Home ppremium

    I cannot open any new tabs in Firefox on my PC. How can I correct this