Attachments as a Link in the Activity Clipboard

Hi Experts
We are working on SAP CRM upgrade project  from 5.0 to SAP CRM 2007, Support pack level 05.
Our client requirement is that, we need to enhance the activity clipboard so that Attachments of the transaction can be showed as a link in the activity clipboard in the interaction record.
As per my knowledge, the above mentioned functionality is not supported by standerd scope. Hence 
Please suggest me the best possible way to get it done.
Thanks
Babu

Hi Babu,
In the activity clipboard if interaction record is attached to the service ticket then clipboard will show the activity and link on the process type. If you want to attached your custom or business specific links then you can add it. For example lets take the knowledge search path which we want to add to the clipboard we can do.
You have to add one event handler to launch if link is clicked. You need some inbound and outbound plugs for calling the view (i.e navigation).
Regards,
Albert

Similar Messages

  • How to stop the activity clipboard linkage between two transactions?

    Hi Experts,
    We are using CRM 2007. In CRM, since there is no check that the agent needs to work on transactions related to once customer at a time, our agents are able to work on different different transactions belonging to different customers one after another.
    As a result, transactions belonging to two different customers are getting linked in the Activity Clipboard of interaction Record as well as Service Order transactions.
    We need to place a check so that before the link is created, we can compare the customers of the two transactions and if they differ, we should not create the link. Can you please guide me where is the best place to put such a check?
    As per my analysis, we need to stop the doc flow being created if the transactions have different sold to/customer.
    Any pointers/suggestions?
    Thanks
    Rohit

    Hi Rohit
    Did you manage to get any solution to this?
    if you have, would appreciate if you could share the solution.
    Rgds
    Rusyinni

  • Customize the Activity Clipboard view ?

    Hi,
    We want to customize the Activity Clipboard view (change the headers and the order of the columns ..)
    In the BSP_WD_CMPWB transaction, if we choose the UICMP_ACC_CLIP component , the view is not configurable ..
    Is this the right component ? Is there another way to proceed ??
    Thanks in advance for your help !!
    Regards,
    Nabil

    Hi Nabil,
    Last week I came across this tranasction: IMG --> Interaction Center Webclient --> Basic Functions --> Define Activity Clipboard Profiles.
    Here you can select "Profile Definition" and then DEFAULT_IC, if you select "details" you can enter the amount of colums and Headers. I haven't actually tried it and I'm not sure how it works exactly, but maybe you can give it a try.
    Hope it helps,
    Regards Alex

  • Saving-problems with the Activity Clipboard in the Interaction Record

    Hi all,
    when we create a contact in the ic record, the business-agreement , the business-partner and the created contact gets displayed in the activity clipboard. But after clearing and calling the created contact again, the bp and business-agreement is not displayed anymore in the activity clipboard.
    Only a follow-up is saved when it was created within the contact.
    I hope anyone can help to fix it, so that these two businessobjects are saved, too.
    Hopefully,
    Fab /Mike

    No one knows?

  • Activity clipboard entry and followup

    Dear Experts,
          I have a requirement in which follow up task has to be created whenever an entry gets added to the activity clipboard. The detailed explanation is as follows,
          I perform a knowledge search and find a solution. This solution is added to the card which creats an entry in the activity clipboard. I need to now create a follow-up task with attachments as solutions that are added to the cart.
        How would I know that an entry is created in the activity clipboard, is there any events that are created for this?
    Warm Regards,
    Kanthimathi

    Hi Kanthimathi,
    There is no event triggered when an entry is added to the Activity Clipboard. However, your requirement can be implemented in the following way.
    Activity Clipboard entries are essentially pulled up from the GT_CONTENT table of CuCo Clipboard (CL_CRM_UI_F_CUCOCLIPBOARD_IMPL, if you are using CRM 5.2 and upwards). So when a solution is added to the cart, an entry is added to GT_CONTENT using one of the public methods
      lr_clipboard = cl_crm_ui_bol_clipboard_srv=>get_instance( ).
              CALL METHOD lr_clipboard->add_root_object
                EXPORTING
                  ir_root_entity    = lv_entity
                  iv_ui_object_type = 'XXXX'. 
    You will have to redefine the CuCo Clipboard to raise an event when 'Solution' is added to GT_CONTENT. There should also be some place (maybe in the constructor of Follow Up View Controller) where an event handler is registered for this and do the needful. You could use the standard IC event SUGGSOLADDED for this.
    Hope this helps.
    Regards,
    Anup

  • ICWeb Activity Clipboard data

    I'm trying to see how feasable it is to extract data from the CRM Activity Clipboard into BW.  Is anyone familiar with which tables the data may be housed in and how they would link to a CRM Activity ID? 
    I have no problem finding actual Activity interaction records tables but cannot seem to find the activity clipboard data linked to the activity.

    Hi David,
    Activity clipboard is built dynamically using document flow.
    You can observe logic used in CRM 7.0 in following method, responsible of building the activity clipboard of the interaction record:
    CL_CRM_IC_COMP_AC_CONTENT->ON_DETERMINE_CONTENT
    Actual building starts around line 58
              lr_entity ?= ir_object->get_related_entity( iv_relation_name = 'BTOrderHeader' ). 
              lr_coll   ?= lr_entity->get_related_entities( iv_relation_name = 'BTHeaderDocFlowSet' ). 
              lr_entity ?= lr_coll->get_current( ).
              lr_coll    = lr_entity->get_related_entities( iv_relation_name = 'BTDocFlowAll'   
                                                              iv_mode          = cl_crm_bol_entity=>bypassing_buffer ).
      etc.. etc...
    Hope this helps you
    Kind regards
    Walter

  • Label "Customer" shows in Activity Clipboard shows both Customer & Contact

    In CRM 4.0 we were able to enhance this so contact record would show as 'contact' instead of  'customer' in the activity clipboard.
    In 5.0 this seems harder to do.  Have played with config & development but no luck so far.
    Any thoughts on how to achieve? this is a B2B scenario.

    on 7.0 now.

  • Behaviour of Activity Clipboard of Interaction Record

    Hi everyone,
    I have observed a weird behaviour of Activity clipboard in CRM Interaction Center. Below are the steps I followed:
    Confirmed the account in the Interaction Center. Opened Interaction Record
    After performing my actions in  the Interaction Record, saved the Interaction record by clicking the "SAVE" button on the Interaction Record screen.
    Closed the browser(without clicking on END button on the IC).
    Opened CRM WebUI and opened this new Interaction Record, I do not find any of the items in the Activity Clipboard. It is completely blank with no items.
    But if I click on "END" button on the Interaction Center  and then check the Interaction Record later through Inbox , I can find the items in the Activity clipboard. I need to understand if this is a standard behaviour of CRM Interaction Center that clicking END button is mandatory for saving the Activity clipboard items into database? Or Do I need to apply some SAP Note to fix this issue?
    Please suggest.
    Thanks,
    San

    Hi San,
    Yes, clicking END button is mandatory to finish the customer interaction in SAP standard. Here the activity clipboard and all changes on the business objects which have been made during the cutomer interaction are saved.
    Best Regards,
    Sigrid

  • Link to IMG activity in documentation

    Hi all,
    within a documentation e.g. for data elements it is possible to create links to different object types (documentation of report, data elements, function modules etc.). It is also possible to define a link to IMG activities or more precisely to Implementation Guide chapters (SIMG).
    Doing this will lead the user to the node within the IMG structure after clicking this link. Usually this works fine. But now in my case I would like to link to IMG activity SIMG_CFMENUOLMEOMF4 to lead the user to the special point Purchasing -> Purchase Order -> Define Screen Layout at Document Level. But unfortunately does the activity also links to the screen layout definition for RFQ/Quotation.
    That means, when the user clicks the link, than the activity for RFQ/Quotation will be displayed. But I want SAP to navigate to the PO tree. The activities have different IDs, but are linked to the same document. I guess, that this is the reason for this behaviour.
    Does anybody know a way to navigate directly to the mentioned activity within the PO tree?
    Any help is very appreciated.
    Kind regards
    Rudi

    Thanks David,
    I don't want to enhance the IMG structure. I just want to insert a link to the IMG node in my documentation.
    Example:
    Transaction SE61 -> Document class = General text -> Name = ZZ_TEST -> Create
    Within the editor choose Insert -> Link -> Document class = Implementation Guide chapter (SIMG) -> Chapter = SIMG_CFMENUOLMEOMF4 -> Name in document = PO screen layout
    Back in the editor choose Document -> Screen output
    When the output appears click the link -> SAP will navigate to the RFQ subtree in customizing, but I need that SAP navigates to the PO subtree.
    Any ideas?
    Kind regards
    Rudi

  • Activity Clipboard

    Hi Experts,
    I have question for you,
    When i confirm account and Confirm Object details, then when i try to create the Interaction Record(IR), i am able to see the Object details in the Activity Clipboard. But i am not able to fetch the Object details from the Acitivity Clipboard to Service Ticket when i am creating follow up. Instead i can see other details in the Service Ticket.
    I have tried with the Badi CRM_COPY_BADI by keeping break points and checking the data flow but still i am not able to find the object details data.
    So can anyone help me how to fetch Object data from the IR's activity clipboard to Service Ticket when creating a followup for IR.
    Thanks,
    Menon.

    OSS note 1477689 fixed the original problem

  • Activity Clipboard - Unlink Items Configuration

    Hi Deepa (and Nat),
    As my colleague John Burton mentions, it is possible for agents to remove any items that should not be saved as part of the Interaction Record. Based on such configuration, when the End button is pressed, a dialog box containing a list of items from the Interaction Record Activity Clipboard is presented to the user.
    Configuration Checklist to Unlink Items from Activity Clipboard:
    *Transaction CRMC_UI_PARAMETERS
    *Define u2018SHOW_LINK_DIALOGu2019 parameter
    *Define u2018PARAMPROFILEu2019 profile
    *Assign 'SHOW_LINK_DIALOG' parameter with value u2018Xu2019 to profile u2018PARAMPROFILEu2019
    *Assign u2018PARAMPROFILEu2019 profile to u2018PARAMETERSu2019 functional profile for desired IC business role
    Take care,
    Kim

    HI Kimberly.
    Is there any way to unlink objects from the activity clipboard other than doing it as you explain in your message? I would prefer to have an icon for each entry to allow its deletion from the ActivityClipboard... I think I have seen this at any time, but I don't remember when and why
    Regards,
    Pablo

  • Activity Clipboard in Interaction record

    Hi Gurus
    I am using CRM 7.0 EHP1 and when I create a Interaction record I don't see the activity clipboard columns. I see just caption "Activity Clipboard". I don't see anything else.
    I have attached the activity clipboard profile to me role.
    Please help.
    Thanks
    Tarang

    Hi Tarang,
    Activity Clip board in Interaction Center gives the details about the Customer, transactions and others. For ex when ever you are creating a complaint , the details which are available in activity clip board will be Customer , Contact Person, Process Type  - Interaction record and... with respect to the Object Id  in Complaint.
    Activity clip board is not role specific.
    regards,
    Sarangamath

  • Sending out Archive Link documents to Activity Partner

    Dear all,
    Does anyone know if it is possible to send out Archive Link documents to the Activity Partner by means of an action (+ condition), or does this need to be programmed, as it is not standard available? We have a PDF file that is placed on the Content Server and linked in the activity, and we need to send it by mail, fax, or print (according to the std. communication method of the activity partner) to the activity partner...
    Thanks in advance!
    Joost

    Hi
      Basically Actions use the PPF(Post-processing framework) which automates with the initation  of outputs,follow on documents or work flows.Using the actions tab page with in a business document,you can display a list of actions that can be included in the business transaction.
      SAP smart forms must be used to print ,email or fax such as order confirmation.Actions can create an event to work flow.
       You can define BAdi EXEC_METHODCALL_PPF to adapt actions to your process and needs.
      SAP smart forms
    formCRM_ORDER_CONFIRMATION_01(suitable for faxes,letters and email)
    if you require any further help please dont hesitate to ask
    cheers

  • Table Linking Activities with Activity Journal

    Hello All,
    I need to know the table link between the activity number and the details like material code, material description which is stored in the activity journal of the transaction type.
    Kind Regards
    Atul

    Hi Benoit,
    Thanks for the prompt reply, I have a transaction type where I have configured activity journals, in the activity journal I have entered my material no, I need to get the table link between my activity number and the material no.
    I am attaching a screen shot for your reference, the first screen shot pertains to attaching the product code in the activity journal assignment block
    The second screen shot pertains to entering the material code
    I need to know the table link between the activity number and the product id, the above tables which you gave do not store the product details, hence please advice further.
    Kind Regards
    Atul

  • Show my custom query under the Active Queries Section

    Hi,
    I have created a Power list by implementing the interface IF_POWL_FEEDER and successfully tested the query in stand alone mode.
    Now i want to show this query as a link under the Active Queries section of the standard POWL. For example;suppose when you click on Purchasing ->Purchasing Documents link you will first see a list of queries like below (underlined ones are actually the links). I want to show my Query also as a link in this section.
    Active Queries
    Purchase Requisitions All Purchase Requisitions from last month (7)
    Purchase Orders All Purchase Orders from last month (62)
    Outline Agreements All Outline Agreements (108)
    Request for Quotations All Request for Quotations (34)
    Without Category Assignment Purchase Orders Ready for Release (0) 
    Could you please advice how to achieve this?
    Regards,
    Kumar.

    hI,
    I have created my own Category and linked my Query, application id and the categoy. But still the link is not appearing. If i assign my Z category to one of the standard queries shown above, it is reflecting perfectly. For ex; if i assign my Z category to the last on the above list which has the decription as Without Category assignment, then it is perfectly changing to my description as shown below.
    Active Queries
    Purchase Requisitions All Purchase Requisitions from last month (7)
    Purchase Orders All Purchase Orders from last month (62)
    Outline Agreements All Outline Agreements (108)
    Request for Quotations All Request for Quotations (34)
    MY DESCRIPTION Purchase Orders Ready for Release (0)
    FYI i have added my entry in POWL_QUERYR transaction as below
    Application id: OPS-BUYER-POWL-PURDOC-13 (ALL the above standard links are attached to this application id)
    Query id: ZPOWL_MYQUERY
    Category: ZPOWL_MYCATEGORY
    Activate: Checked.
    Also could you please advice in which method of the feeder class do i need to write the logic? Do you have any sample code? Not sure if really need to write any logic as all i want is when the user click on the link it should open my Query.
    Regards,
    Kumar.

Maybe you are looking for

  • Need Help in Writing a program using a two-dimensional Array

    I need to write a program that takes 16 integers as inputs and determine whether the square is a magic square(sum of each row, column, and diagonal is the same constant) and display the result in a message Box. Please Help!!!!!

  • Finder is extremely slow looking on windows servers

    We have just setup 8 new Imac7.1 core 2 Duo intel 2.4Ghz with 2G of RAM. They are sitting on a windows based network and are added to our Domain. When a user uses the "find" feature and searches by filename on the windows file server, results can tak

  • Window vs view - how can i jump to a view which was previously created?

    Hello! how can i jump to a view previously created without the push or pop to view function? I have a UITabBarController with several view(s) (controllers)* and in one of my views i am using a navigation controller which pushes to various views. At t

  • Overview of iOS 4.2 for iTouch 2G

    So, correct me if I'm wrong but I think this about the synopsis of the upgrade to iOS 4.2 from 4.1 for the iTouch 2G. Added features: 1) Airprint: 2G isn't capable of it 2) Airplay: Can't get it to work? 3) Text Search in Safari: This isn't working f

  • Unlocking secure pdf

    Hello I am wondering if Adobe is working on the ability to unlock secure pdf documents on mobile devices like the Motorola Xoom?