Employee and Group responsible being overwitten when clicking "Change".

Hi All,
I have searched the forums for a solution to a problem I have had but did not get the bottom of it.
I have done some debugging and managed to sort it and thought I'd share my findings with you.
Problem:
You are in the Web interaction centre (CRM 5.0 in my case) and you navigate to a previously saved activity.
You click the "Change" button and the Employee Responsible and the Group Responsible are changed to the ones for the currently logged on user.
You want to stop this happenning. In our case we have a call centre who amend activities and we do not want the details for employee and group changing.
Solution:
Go to SE18.
Open BADI CRM_IC_INBOX_BADI.
Go to an active implementation or create a new one.
go to method DETERMINE_GROUP_RESPONSIBLE
Add the following line of code to the method:
C_SKIP_DEFAULT_LOGIC = 'X'.
Hope this helps someone.
Many thanks
Gary Hawkins

Thank You Gary. Appreciate it.
Best Regards,
Masood Imrani S.

Similar Messages

  • PDF stored in database and to view the PDF when clicking on a link

    Is it possible to save a PDF document in the database as a blob column and to retrieve the PDF when clicking on the link
    Example
    Above method is possible for images
    See: http://www.oracle.com/technology/obe/apex/apex31nf/apex31blob.htm.
    But can I reach the same for PDF documents?
    Thanks in advance for your response.
    Kind regards,
    Iloon

    Hello Andy,
    This Upload and Download Files is very useful feature in APEX.
    However, is there a way of displaying PDF files first in the report by clicking the corresponding link
    in the table?
    I mean, is it possible to view PDF files first by clicking the link before deciding to download them?
    As we see, this approach is used by most websites and after opening and viewing a PDF file, we can save them.
    Thanks.
    Shurick.
    Edited by: Shurick on Sep 28, 2009 12:51 PM

  • Why wont my itunes give me and error of being offline when im online

    why wont my itunes give me and error of being offline when im online

    Ummmmm, what?
    You want iTunes to error and say it is offline when infact it is not?
    Want to try again?  Maybe in your native language so it will make some logical sense.

  • I recently changed my iCloud account because someone stole my last phone and changed all my passwords for both my iCloud and emails account. So when I changed my account I accedently erased all my contacts is there anything I can do? (It wasn't backup)

    I recently changed my iCloud account because someone stole my last phone and changed all my passwords for both my iCloud and emails account. So when I changed my account I accedently erased all my contacts is there anything I can do? (It wasn't backup)

    I'd say your best bet is to try to regain access to your old account. Call 1-800-MY-APPLE, and ask to talk to the account security team. Hopefully they can verify you are the account owner, and then reset the password for you.

  • Both thunderbird and firefox crash my computer when clicked on

    I turned off my computer yesterday in anticipation of a nearby tornado. When I turned it back on, both of my Mozilla products--Firefox and Thunderbird--shut down the computer when clicked on. Internet Explorer works fine. I had to have my entire Windows 7 reinstalled recently for what the techie called "a Mozilla related problem" that he couldn't understand. Now the trouble has reappeared the first time the computer was totally turned off. What to do now?

    obriendylan043 wrote:
    Please help me figure out how to re-install either firefox or safari. I erased both of the applications and my laptop has no internet.
    I assume you say "no internet" access because of no browser.
    This terminal command will download Safari Version 5.0.5 to your home folder from terminal.app ( no browser)  copy and paste:
    curl -o Safari.dmg -R http://appldnld.apple.com.edgesuite.net/content.info.apple.com/Safari5/041-0564.20110413.Fi9pb/Safari5.0.5SnowLeopard.dmg
    note: you can cd to Desktop to download to Desktop instead of home folder, before you start the above download:
    cd to Desktop
    After download is complete click the .dmg and install as usual.

  • My iMovie window is stuck behind the Dock and it won't activate when clicked.

    My iMovie window is stuck behind the Dock. When I get it out from behind the Dock and click it, it won't enlarge to standard size and won't activate -- it just disappears behind the Dock again. When I quit iMovie and restart, the same problem remains. I have had my Lion mac for 4 years and this is the first time I have a window that is stuck behind the Dock and won't activate when clicked.

    Hi kiatmin1,
    In order to get the window out from behind the Dock, you may need to hide or move the Dock.  This article describes using the Dock preferences to do this. Though the article says it is for a later version of the Mac OS than the one you have, the process is the same -
    OS X Mountain Lion: Dock preferences
    http://support.apple.com/kb/PH10635
    Thanks for using Apple Support Communities.
    Best,
    Brett L

  • Incorrect Website being displayed when CLICKING from Search engine

    When CLICKING on a Website address from using a search engine, or entering it directly, the WRONG address is displayed.
    It DOES have the correct address, but the DISPLAY is not the one I am looking for. Same if using the IE rendering Facility, same results if using AdBlock OFF.
    Only if using IE Directly as the Browser, is the CORRECT Website displayed.
    A friend of mine has NO problems in doing the same,
    for the same Website address, with FF.
    As far as I know, other Websites are not affected !
    (Well, none that I have used so far )

    Do a malware check with some malware scanning programs.<br />
    You need to scan with all programs because each program detects different malware.<br />
    Make sure that you update each program to get the latest version of their databases before doing a scan.<br />
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    See also:
    * "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • [Flex 4.5.1] How to prevent Radio Button from being selected when clicked on? No Changing Event?

    I have a very common use case where you have a few radio buttons and only one can be selected at a time. Some of them are basic and on click should be selected right away, but other are more complex and open a pop up which requires some additional user selections after which the user selected OK or CANCEL for example and only after that the selection of the radio button should be applied programatically.
    So to solve this issue I've come up with 2 workarounds:
    1) make the entire group, that holds the radio button, act as a button with buttonMode="true" mouseChildren="false" and programatically change the radio button within it.
    2) hold the current radio button selection in a variable and in the changeHandler of that radio button return the selection back to what was selected before. But this also causes a small flickering of the radio button which gets selected and deselected immediately after that.. not cool.
    So my question is... is there something I am missing that could do the job without these workarounds... like a Changing event which I use for the ButtonBar but I can't find on the RadioButton or RadioButtonGroup... thanks!

    Hi,thanks for the reply. Actually that was my third option, but not sure if it's very good also..
    Here is a simple scenario:
    User must select between 2 radio buttons:
    1) no volume -> sets variable volume=0 and selects the radio button (that is the normal use case)
    2) set volume -> opens up a pop up with a list that has a X button to close and 4 options: 25% volume, 50% volume, 75%, 100%
    At this point the set volume radio button should not be selected and the user has 2 choices:
    -> hit the X button to close - nothing changes and no volume radio button is still selected and volume is still = 0
    -> hit one of the volume % buttons -> the set volume radio button gets selected and the variable volume=25/50/75/100 depending on the button selected by the user.
    That's a pretty common scenario and it's bugging me that I can't easily alter the radio button selection logic since whenever I click it, it gets selected and I can't put a logic in between in a standard way. This should apply to any component with selection, just like ButtonBar has it with the Changing event.
    So is there any other more convenient way to accomplish this scenario that you could recommend?
    Thanks!

  • Why are vector files losing their strokes and the paths being outlined when I place and embed them in Illustrator CC?

    We use several hundred templates in eps format, so there is a lot dragging of files from windows explorer directly into Illustrator CC .  However, when I hit the embed option, all the strokes are converted to shapes.  We use a lot of dashed strokes so this is a problem when the embedding option changes each dash to an individual shape.  It isn't on all eps files, it's random and we can't find the common factor causing this.  The originals were created in Illustrator.  Any help would be greatly appreciated.

    Your question is "Why?" and I must admit I don't know. But this is exactly the kind of thing that has always deterred me from adopting a drag-and-drop workflow in any aspect of my work.
    If you're bringing those into another file, it might benefit you to open them and copy/paste instead of drag/drop.
    The sequence could go like this:
    Double-Click
    Ctrl+A (select all)
    Ctrl+C (copy)
    Ctrl+W (close...and return to working file)
    Ctrl+V (paste) or Ctrl+F (paste in front) or Ctrl+B (paste in back)

  • How can I put two triggers on top of eachother, and have them both work when clicked?

    I'm creating this slideshow, with before and afters of my work. At the bottom right corner, I want a small frame with the before image. The fullscreen slideshow though, has arrow buttons working as triggers to either go back in the slideshow or move onto the next image. I want the other smaller slideshow at the bottom right corner to sync up with the corresponding "Before" images in the fullscreen slideshow. So, my idea was get both of the forward/back arrow buttons from the widgets and put them on top of eachother, assuming it would advance or go back on both of the widgets.  It's not working though, only the top-most trigger works.
    Simplified version without the mumbo-jumbo!:
    I want to put two triggers on top of eachother, but when I do this, only the top-most trigger functions. Any way to get this to work? or creative ways to get around this?
    Thanks in advance!

    You can't have it click on two things at once. You would have to write some javascript to have one button do both actions. This would not be very easy in Muse so I would say this is not somethingthat is supported in Muse.

  • Active Directory groups not being managed when added to an OD group?

    Hi all,
    Hopefully someone out there might be able to help with this. I have a magic triangle of authentication working and when I add an AD group to an OD group, some work and some don't.
    For example if I add a AD User to an OD group it works. If I add the "Domain Users" AD group to my OD group, it works - everyone on our network is managed (because everyone is in the Domain Users AD group). But if I remove "Domain Users" and add the "Students" AD security group, they are not managed. If I add "Staff' AD group, some staff are managed and some are not (I have confirmed that they are added to the group).
    Is there a trick to having AD security groups work in OD groups every time. (Note they are not distribution groups)
    Thanks,
    Gavin

    If the group was added to SharePoint and then users were added to the group try waiting a day.  The claims token in SharePoint lifetime is fairly long.  So when new users are added to an existing AD group SharePoint will not recognize the new membership
    in the Claims token for 12 -24 hours.  If you add a user today they should be able to log in tomorrow.  Take a look at the following Blog post.  I think this is your issue.
    http://www.andrewjbillings.com/sharepoint-2013-claims-authentication-ad-group-changes-not-reflected/
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Firefox freeze after 5 - 10 seconds and makes a ding noise when clicked and only allows me to scroll

    Firfox was working fine until I received and downloaded the newest automatic update. When I open firfox it allows me to move from page to page, click on buttons, veiw options, ect for about 5 to 10 seconds. Then it freezes, only allowing me to scroll with my mouse scroller. If I click anywhere it makes a ding sound, or an error sound. I an unable to close the window in anyway and have to use my task manager to end the task. I have restarted my computer. let it sit over night for about 10 hours, I have ran my anti virus (web root with spywere) twice. I have even uninstalled and down loaded both firefox 3.6 and 4.0 as well.

    But wouldn't that sound like the drive was ejecting something or trying to read a disc? Because this is not a mechanical sound made by any kind of moving parts. I guess that was misleading in my original post, sorry about that. It sounds like some sort of error sound or something like that. It is not a happy sound.
    I keep trying to think of something to compare it to, and the closest I can come at this moment is the strike sound from Family Feud, only just s very short burst.

  • CS3 Crashes Daily and 50% of the time when clicking on the Stroke window

    That pretty much sums up my problem. I'm running InDesign CS3 on a G4 Mac Mini with a 1.42 GHz Processor, 1GB or Ram and OS 10.4.11. Installing the latest updates and doing re-installs isn't doing anything but create long stretches of wasted time. I really need the program to be fully functional in order to continue working. Going back to CS2 is out of the question because I work with a lot of files that are saved in CS3. Any help would be greatly appreciated. Thank you.

    Press Shift + Ctrl + Alt + Cmd just as you launch the application. A dialog will appear asking you to delete the prefs.
    Note it may we worthwhile backing them up prior to doing this, as if you have any presets or Workspaces defined these will be lost when the prefs are deleted.
    Copy the Version 5 folder from users/[username]/Library/Preferences/Adobe InDesign

  • Letters and numbers are being deleted when I import a PDF file to my catalogue

    I have a business catalogue that I change from time to time. I will make the changes in MS Word 2003 and then convert the document to a PDF file. I will then import the PDF file to my catalogue. Recently when I have impurted the PDF file I have noticed that letters on pages above the inserted PDF file and letters below the inserted PDF file will be missing. I recently updated my Acrobat Reader from 8.0 to 9.0, so maybe that is an issue.

    How are you converting the documents to PDF ? Are you using Acrobat, if so, which version of Acrobat?
    Also, what exactly do you mean when you "import the PDF file into my catalog". Which software are you importing the PDF into?

  • Spark Classes and Skins not being included when running FlexUnit task via Ant

    I have a series of unit tests that run on a spark component. This spark component has a custom skin defined for it, and that is working beautifully.
    Inside that component is a spark list... By default, after digging into the list code, spark lists should use a default skin called "BorderContainerSkin". When I run the application that uses this component directly (whether compiled via FlashBuilder or via Ant/Hudson), the component itself runs and looks exactly like I would expect. When I run my unit tests in the browser (via Run As Web Application command on my TestRunner), the unit tests all perform as expected.
    However, when I run the FlexUnit tests via Ant (either through windows non-headless, or linux headless), an exception is thrown with the following error:
    Error: Skin for FromToList132.FromToListSkin133.VGroup134.fromList cannot be found.
        at spark.components.supportClasses::SkinnableComponent/attachSkin()[E:\dev\4.x\frameworks\pr ojects\spark\src\spark\components\supportClasses\SkinnableComponent.as:632]
        at spark.components.supportClasses::SkinnableComponent/validateSkinChange()[E:\dev\4.x\frame works\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:405]
        at spark.components.supportClasses::SkinnableComponent/commitProperties()[E:\dev\4.x\framewo rks\projects\spark\src\spark\components\supportClasses\SkinnableComponent.as:419]
        at spark.components.supportClasses::ListBase/commitProperties()[E:\dev\4.x\frameworks\projec ts\spark\src\spark\components\supportClasses\ListBase.as:785]
        at spark.components::List/commitProperties()[E:\dev\4.x\frameworks\projects\spark\src\spark\ components\List.as:907]
        at mx.core::UIComponent/validateProperties()[E:\dev\4.x\frameworks\projects\framework\src\mx \core\UIComponent.as:7933]
        at mx.managers::LayoutManager/validateProperties()[E:\dev\4.x\frameworks\projects\framework\ src\mx\managers\LayoutManager.as:572]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.x\frameworks\projects\framewo rk\src\mx\managers\LayoutManager.as:730]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.x\frameworks\projects \framework\src\mx\managers\LayoutManager.as:1072]
    (Note: fromList is the id of the spark list used in the FromToList component.)
    The issue is that the "BorderContainerSkin" class isn't ever getting imported along the way. I did several things that worked to "fix" the problem, but they are all hacky and don't explain the root problem:
    1- If I explicitly import that skin into my test file, then everything works great.
    2- If I add the <includes> directive into my mxmlc task in the Ant file, and again specifically call out that skin class, then again it will work.
    However, how would I know what skins from the spark library are going to get included and which aren't? How would I know that a default skin isn't included or where to find it or even what it is?
    It seems like either I'm missing something in my Ant file or there is a serious bug here with the FlexUnit task. Can anyone shed light on if this is a known issue, any permanent fixes (that don't involve keeping track of a long list of strings of class references), or anything that I might be missing?
    Thank you for any help!

    Guessing the ant tasks aren't forcing the include of the spark skins libraries... which is a little silly. I would assume the compiler would take care of this but it is something we can investigate...
    Not 100% sure as to why, but this is what it sounds like.
    Mike

Maybe you are looking for

  • Error: You do not have sufficient access to perform a lock on this database

    Hi, Can anyone help on this. When user try to load data through Excel it throws the following error "You do not have sufficient access to perform a lock on this database" We are using Essbase 6.5. We have tried following options FIX1: In Microsoft Ex

  • Br350 - Diversity and drivers issue

    Hi I have a problem with the Aironet BR350, in the way it handles diversity. I run V12.05, and I use them as bridges with clients which means other bridges can route through. I have Tx/Rx diversity enabled on both rightand left antennae, and I log th

  • Printing in Ap 3

    Is there a way to print without triggering the OSX print dialog box? In Ap 2 there was only the Ap print dialog box; now there's an extra step as the program displays the OSX print dialog box. Is it possible to circumvent the second box? Thanks! Stev

  • Query regarding the Node manager configuration(WLS and OAM Managed server)

    Query regarding the Node manager configuration(WLS and OAM Managed server): 1) In the nodemanager.properties I have added the ListenAddress:myMachineName and ListenPort: 5556 My setup : One physical Linux machine(myMachineName) has : WLS admin server

  • Page not found ERR-1016 - Page 101 not found

    Hi, I created a second tabset and a few associated pages (100-102). Later I decided to remove the second tabset and associated pages. Following this ,, this error 1016 keeps appearing.. I was not able to view any of the other pages.. I can almost com