Completed activities shows Completed By another user when owner of account changed.

one of our customer reported that CRM shows phone calls completed by her when she did not complete the phone call. On further investigation, it was found that the following triggered the update.
1. User X changed the owner of Account to another user - user Y.
2. Since there is a parental relation between Account and Activities, all the activity owners where changed into user Y.
3. On all the active and inactive activities, the modified by was changed to user X.
But as a side effect on the Posts/Activities/notes control, all the modified activities now shows as completed by user X. - These activities were completed by some other user a long time ago.
Is there some way to change the "Completed By" to show "Modified By" instead? Attaching a picture to clarify.
Regards,
Jithesh 

Activities Wall don't support customizations to change these label.
I think in Activities there is no field to capture Completed By. It only captures Modified By. And updates it with User which modified it last.
Hence you will not be able to retrieve who actually completed it. Usually Completed activities can't be modified that's why it shows last modified user as Completed By.

Similar Messages

  • FRM-40654 Record has been updated by another user.Re-query to see change.

    Hi All:
    While Updating a record in form its updating fine at first time
    if i updating the record second time its not allowing me to update its showing following error
    FRM-40654 Record has been updated by another user.Re-query to see change.
    After Re-querying its allowing me to update the record .... so anyone can give a good idea to update the record without Re-query.
    i am using following versions
    Apps 11.5.10.2
    Forms 6i
    Database 10g

    @814950,
    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    It is not good to use someone else's post to ask a new question; this is commonly refered to as "Post Hi-jacking." It is always best to create a new post and add a reference link to a similar post. Please create a new post for your question!
    Also,
    >
    BEFORE I NSERT OR U PDATE
    OF quantity, price_override
    ON po.po_line_locations_all
    >
    If I recall correctly from when I worked with the Oracle Enterprise Business Suite (EBS), the PO_LINE_LOCATIONS_ALL is an EBS ta ble. Oracle does not recommend you modify EBS tables directly. There are recommended methods for performing DML on EBS tables. I suggest you review the Oracle Applications Documentation library. Select your EBS version and then scroll to the Standards section and review the following documents:
    <ul>
    <li>Oracle Applications Developer's Guide
    <li>Oracle Applications User Interface Standards for Forms-Based Products
    <li>Oracle Application Framework Personalization Guide
    </ul>
    Again, please ask your question in a new post.
    Craig...
    Edited by: CraigB on Dec 1, 2010 9:29 AM

  • Cannot print checks "while another user is accessing the account"

    I am trying to print couple of checks but I receive this message:
    u201CCannot print while another user is accessing the account message [854-235]u201D
    I check there is no one using the system just me and still same issue.
    Thanks.

    Hi
    Please check  where your printing has been locked under house bank setting .
    Here you go in detail
    You are requested to please check Note no 957329 regarding your issue.
    The following steps should be performed:
    1. Click on Administration -> Setup -> Banking -> House Bank Accounts
    2. Scroll to right hand side of screen for column Lock Checks Printing
    3. Untick the box
    When trying to print a check you should now no longer recieve the error
    message.
    Thank you
    Bishal
    Edited by: Bishal Adhikari on Apr 13, 2009 11:05 AM

  • Deleting AD users vs Disabling. What is the difference? If an account is disabled, can it still be setup for mail forwarding to another user? If an account is deleted, what files get deleted?

    Deleting AD users vs Disabling.  What is the difference?  If an account is disabled, can it still be setup for mail forwarding to another user? If an account is deleted, what files get deleted?  Thanks.

    Hi,
    Disable Users: Nobody can log in to the mailbox, but the data is safe and it can receive email. Once it is enabled, it is back to normal.
    Delete Users: when the user is deleted all the services are removed and all data is erased. The user is deleted from our Active Directory. If you create a user with the same Name and Emial address again, no data or services are recovered.
    If you disable a user, the Active Directory object remains untouched together with the mailbox data and properties, but you will not be able to access any mailbox data.
    If you delete a user, the Active Directory object is removed together with all data and properties of the user.
    Hope it helps.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • HT1689 How do I add another user to my iTunes account?

    Is it possible to add another user to my iTunes account?
    Thx!

    Just have them use the same ID and password.

  • Trying to connect my panasonic viera TV to my new Apple TV with a dynex 1080p hdmi cable but the hdmi option won't show up on my tv when I try to change the input.

    Trying to connect my panasonic viera TV to my new Apple TV with a dynex 1080p hdmi cable but the hdmi option won't show up on my tv when I try to change the input. Any suggestions welcome!

    Your profile claims Apple TV 2. 1080p is only available withe the Apple TV 3. Apple TV 2 is maxed out at 720p.
    Hope that helps

  • Data updated by another user when trying to update a CLOB column value

    I just recently upgraded to version 1.2.1 (Build MAIN-32.13), and since I have, I am now getting this message when editing the text within a CLOB column of a table:
    Data you attempted to update was updated by another user. You will have to rollback and refresh the table. Rollback now?
    I am confident that no one else is in the table, as I am the only one connected to this DB right now. Also, I have shut down SQL Developer completely and restarted it. Again, I get the same error.
    Also, the CLOB is less than 2500 characters, so it's not a limitation with the 4k chars.
    I really can't update it easily via SQL because there is formatting in the text (carriage
    returns, etc).
    Any ideas? Any workarounds?
    Thanks,
    -Vikki

    OK. A few things I've noticed as I've played with it more.
    1 - It does not happen on EVERY update to a CLOB. (Some save successfully.)
    2 - Once I get it on a CLOB, it seems to happen then on every subsequent CLOB.
    3 - It's not just one table -- several tables do it.
    4 - It's not even just updating CLOB columns -- I just had it happen on a varchar2 column where there is also a CLOB in the table.
    Thank you for the instructions on how to see the debug console. Here is what I got as an exception (and sorry for the line wrapping):
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.S
    tring
    at oracle.dbtools.raptor.controls.celleditor.ResultSetCellEditor$1.actio
    nPerformed(ResultSetCellEditor.java:140)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:18
    49)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
    a:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
    .java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
    istener.java:234)
    at java.awt.Component.processMouseEvent(Component.java:5488)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: java.lang.S
    tring
    at oracle.dbtools.raptor.controls.celleditor.ResultSetCellEditor$1.actio
    nPerformed(ResultSetCellEditor.java:140)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:18
    49)
    at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.jav
    a:2169)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel
    .java:420)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonL
    istener.java:234)
    at java.awt.Component.processMouseEvent(Component.java:5488)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
    at java.awt.Component.processEvent(Component.java:5253)
    at java.awt.Container.processEvent(Container.java:1966)
    at java.awt.Component.dispatchEventImpl(Component.java:3955)
    at java.awt.Container.dispatchEventImpl(Container.java:2024)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
    at java.awt.Container.dispatchEventImpl(Container.java:2010)
    at java.awt.Window.dispatchEventImpl(Window.java:1774)
    at java.awt.Component.dispatchEvent(Component.java:3803)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:242)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:163)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    reloadBuffers(): 56 nodes checked in 0.001488707 second(s)
    reloadBuffers(): 56 nodes checked in 0.001101633 second(s)
    reloadBuffers(): 56 nodes checked in 8.70581E-4 second(s)
    reloadBuffers(): 56 nodes checked in 0.00159078 second(s)

  • How can I add another user to my iCloud account?

    I have sandirod1@**** and want to know if and how to add another user from my household linked to the same account
    <Edited By Host>

    Firstly, it's a bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it.
    If you give the other user your ID and password he will have full access to everything in your account just as if he was you, and his contacts and calendars will sync if enabled, and he will have full access to your email. (He will of course need Lion 10.7.2 or above, or iOS5, to use the syncing facilities). He can also access the iCloud website and read, move or delete emails, and alter settings.

  • How can I keep my child from UNBLOCKING contacts or numbers I have blocked? I know in restrictions when you disable account changes at least on ios 6,this greyed out the iMessage button so the kids couldn't deactivate their text feature.

    Here's the issue.  Kids got themselves into some trouble on iPods.  We set all restrictions any turned off iMessage etc, which I noticed they can't turn back on bc it's gray with the don't allow account changes set.  BUT, it still allows Wi-Fi to be turned on and off!  How can I disable them being able to turn that on wo asking me??  In ios 7, the blocking feature, fabulous, BUT, how can I keep the kids from UNBLOCKING numbers I have blocked?  What I am looking to do actually is allow my kids to be able to text family but block everyone else.  And ask me to turn on wi fi.  How and can this even be done?  Right now my d text is turned off completely.  And she knows the inside and out of her device so she can turn wi fi on herself.  On vacation she entered the wi fi code of our condo and so I did forget network, which didn't work and wi fi kept connecting anyway wo requiring password again!  HELP!  Thanks :)  Also, they have iPods now but am asking these questions based on them getting our 4s's with ios 7.

    TeresaBoo, I empathize with your dilemma and have a similar problem. I'm trying desperately to keep my teenage daughter away from a controlling and abusive boyfriend. Of course, she is in denial and thinks it's love. Sure, I can block text messages through our wireless provider, but iMessages run on an independent network. I can block a phone number from iMessaging on her phone, but she can unblock it just as easily. I wish there was some way for parents to create a password to protect settings. Don't let negative comments get you down. Honestly, if someone can't relate to your question or offer help, why are they even bothering to comment??

  • Installer has detected that a previous operation did not complete with another user

    Hi experts,
    I actually have a SAP Business Objects 4.0 SP4 and I try to upgrade to 4.1 SP2.
    The documents I found on the topic clearly let me understand that it could be totally and easily achieved.
    However, I keep having this error message :
    In the CMC, I successfully disabled all the servers (except the CMS) then I restarted the SIA in order to kill all the active sessions.
    Could you please give me some counsels?
    Thanks a lot!

    That's OK, I finally found the solution :
    SAP BO 4.0 SP02 update to SP05 "Incomplete Operation Detected"
    Thanks!

  • Number not showing up on another phone when I text

    Whenever I text my daughter's phone(LG Voyager) from my phone(IPhone 4s), my numbeer doesn't show up. It just sends the text like it's coming from a computer or something. We both have verizon phones and she on my plan. What can I do?

        Hi Debbie48,
    I know how important it is to stay in touch with your children. Let's get to the bottom of this. Are you sending any special characters when you text your daughter? Also, how is your number saved on your daughter's phone? I would suggest to delete and readd your contact on your daughter's phone. Let us know how this works out for you.
    Thanks,
    NidiaA_VZW
    Please follow us on Twitter @vzwsupport

  • IMessage showing up on another device when not supposed to

    Ok, recently I have came across this VERY frustrating experience with iMessage. Here is a brief background on how I set up my account:
    In my family, we have several iPhones (4 & 4s) and iPad (1 & 2). Since we all want to share the music and apps under the same Apple ID but not our imessages/facetime, I decided to create an unique email address as the sent & receive address for each individual device. So for example, I would have let's say [email protected] as the email address on my mom's iPhone, so that any imessages or facetime sent to that email will only show up on my mom's iPhone whereas the [email protected] would be on my dad's iPad etc. We have been using our own email addresses all this time without any problem until we upgraded to iOS 6.
    Here are the problems we have been encountering recently:
    1. At times, our iMessage would log out by itself and make us re-enter the password for the Apple ID.
    2. With the new iOS6, I noticed that we would actually see a list of all the email addresses that are associated with my Apple ID show up under Setting > iMessage or Facetime. At first, they all had check marks in front of them and eventually I figured out that I would actually receive all the imessages that are sent to the email addresses I have a check mark for. For example, if in my iPod setting > facetime, I see that [email protected] and [email protected] are both checked, that means whoever sends an imessage to my mom's iPhone or my dad's iPad, I would also be able to see it. So what I did for each single device was to uncheck all the other email addresses in that list and only checked the one that the device has always been using previously.
    At first, everything worked fine, we all got our own imessages without getting others. But after a while things started to get out of control. One night, I was using my iPod (which uses the email address [email protected]) to send an imessage to my friend's iPhone (which uses her own phone #) and next day, my mom told me that she saw my imessage on her phone too! And it appeared as if she was the one sending it out instead of me! Similar problem happend a few days later, where my dad's imessage with his colleague showed up on my iPod.
    But I re-checked all the devices and made sure that only ONE email address was used for each single device and they are all different from each other. So has anyone encountered this problem? Any way to solve it? It's kind of scary because your private messages with friends or girl/boyfriend would just randomly show up on your parents' devices once in a while @@
    I would really appreciate it if someone can lend me a helping hand! Also, this is my first time posting on Apple Forum, so I sincerely apologize if I happen to put this at the wrong section. Thank you!

    all ios devices which are signed in wiht the same appleID get all imessages same deal with facetime
    make an appleID for each device

  • HT1911 When i try to reset my password i do not recieve the email authentication why? It also says that my email address is already verified with another user when ive never registered it

    Tried to get the email sent to reset password, but never ever recieve it no matter how many times i try.
    I then also try to do it the other why with the security questions but then says ive entered my D.O.B incorrectly.
    HELP!

    Hi dhaugen,
    Welcome to the Support Communities!
    The article below should help you reset your Apple ID security questions:
    Rescue email address and how to reset Apple ID security questions
    http://support.apple.com/kb/HT5312
    If you require additional assistance with this, click on the link below for guidance:
    Apple ID: Contacting Apple for help with Apple ID account security
    http://support.apple.com/kb/HT5699
    I hope this information helps ....
    Have a great day!
    - Judy

  • How to open another iphoto library for another user on the same account.

    i have two users on the same imac that are actvie users of iphoto. how do i open a new library for the second user since the admin user has automatically gotten their own?

    On the same account?
    Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library'
    The same keystroke on launch will allow you to choose which Library to open.

  • Analyze table as another user (not owner)

    Hi!
    I need to be able to analyze a table from a different account other than the owner. How can I do that?
    Thanks!
    Dave Venus

    What version of Oracle? Are you going to use the ANALYZE command or the dbms_stats package?
    From SQL manual entry on Analyze:
    "The schema object to be analyzed must be local, and it must be in your own schema or you must have the ANALYZE ANY system privilege"
    HTH -- Mark D Powell --

Maybe you are looking for