Webui- Change address search default for new Activity Email

Hi Folks,
In Webui, under "Activities" when I select option to create email, there is a "To" button (in red circle below) that allows to search for email address. Please see screenshot. Right now there are two choices available. All I want to do is make the choice in second row "CRM Addresses" to come up in first row as default. I tried using AET and component workbench but that field is not modifiable. Any suggestions how I can accomplish that. Is it config or part of code?
Thanks in advance

that TO button doesn't have any server event. it used java script to raise that popup. so we need to know what is happening in the java script. you can observe the code in .htm page of that view.
we can control the values that appear in the drop down in the configuration ONE TO ONE email settings->Define Multipart E-Mail Option and Groupware Integration
if we choose none in the first option, then only CRM addresses option will be shown in the dropdown. for you it is not the requirement i guess, you need to show both options but in some order.
however i have no idea, how to sort them. may be you can use this as starting point.

Similar Messages

  • When I open a new tab, I have to move to the other side of the page to click "home". Can I set the same "home" default for new tabs?

    My home page opens in the initial FireFox window, but new tabs open with a blank page. To get to my default page I have to click "home", but now it's way over on the other side of the page.
    Can I set a default for new tabs?

    right click on the control bar and choose "adapt" (or something like that). A window will pop up. Ignore that window and move the home button to the place you want it ''on the control bar''

  • Problem saving email preferences for new iCloud email address

    I was trying to enter a new email address for iCloud in the Apple Mail program and after clicking save I receive the following message,"Writing your preferences to disk has failed. Your preferences may not have been saved. The permissions on ~/Library/Preferences may be wrong or your disk may be fullI'  I know the disk is not full on my new MacBook Pro. I went into LIbrary/Preferences but could not find the mail preferences.
    The preferences have not been saved because every I time I start the computer the new email is missing from my email preferences.
    Thanks for your help.

    While you can't currently change your Apple ID to a Mobile/iCloud email address, I found a solution that helps with a related problem.
    Suppose you've recently got an iCloud email address, but Apple are still sending all your iTunes Store, App Store and Mac App Store receipts to your old gmail address (the one that's still your Apple ID). And suppose they're also sending all the Apple Support Communities notifcation emails to your old gmail address. How do you change it? How do you fix it?
    Well the option exists, but it is hidden away in a weird place. To get Apple sending all of their receipts and notifications to your new iCloud email address...
    • Go to your country's Apple Store website http://store.apple.com/
    • Click on the Account button in the top-right corner
    • Under Account Settings, click on Change your default shipping or billing info
    • Sign in with your usual Apple ID and password
    • The email address listed under Payment Information is the key
    • Click on Edit next to Payment Information and change that email address to your iCloud address
    That's all you have to do.

  • How to change the fonts (permanently) for new (empty) documents in pages

    I am searching for a way to change the settings/preferences of Pages / Numbers and Co such, that the standard font is not Helvetic, but a font of my choice. I am used to this from the MS Office products in my job, but want to keep my Mac "clean" and "pure".
    I know that I can create and save templates. But somehow I feel, it must be possible to just open an empty/blank document with the font of my choice.
    Any idea?
    Best regards
    Diethard

    --
    --[SCRIPT setiWork_defaultfont]
    Si vous choisissez "Pages" vous verrez:
    /* ----- Font Names */
    "FONT_Helvetica" = "Helvetica";
    "FONT_Helvetica-Bold" = "Helvetica-Bold";
    "FONT_Helvetica-Oblique" = "Helvetica-Oblique";
    "FONT_LucidaGrande" = "LucidaGrande";
    La police utilisée par défaut dans les textes, les notes et les tables est celle dont le descripteur est "FONT_Helvetica"
    éditez la ligne correspondante comme suit:
    "FONT_Helvetica" = "nomDeVotrePolice";
    Par exemple, pour utiliser Palatino, remplacez nomDeVotrePolice par "Palatino-Roman"
    Enregistrez le fichier ainsi modifié par (cmd + S)
    Si vous choisissez "Numbers" vous verrez:
    /* ----- Font Names */
    "FONT_Helvetica" = "Helvetica";
    "FONT_HelveticaNeue" = "HelveticaNeue";
    "FONT_HelveticaNeue-Bold" = "HelveticaNeue-Bold";
    "FONT_LucidaGrande" = "LucidaGrande";
    "FONT_MarkerFelt-Thin" = "MarkerFelt-Thin";
    La police utilisée par défaut dans les textes, les notes et les tables est celle dont le descripteur est "FONT_HelveticaNeue"
    éditez la ligne correspondante comme suit:
    "FONT_HelveticaNeue" = "nomDeVotrePolice";
    Si vous choisissez "Keynote" vous verrez:
    "STYLESeries2" = "Series_2";
    "STYLE_None" = "Aucun";
    "STYLESeries5" = "Series_5";
    "STYLESeries3" = "Series_3";
    "FONT_LucidaGrande" = "LucidaGrande";
    "FONT_Helvetica" = "Helvetica";
    "STYLE_Free Form" = "Format libre";
    "STYLESeries1" = "Series_1";
    "FONT_GillSans" = "GillSans";
    "STYLE_Normal" = "Normal";
    "STYLESeries0" = "Series_0";
    "FONT_MarkerFelt-Thin" = "MarkerFelt-Thin";
    "STYLESeries4" = "Series_4";
    La police utilisée par défaut dans les textes, les notes et les tables est celle dont le descripteur est "FONT_GillSans"
    éditez la ligne correspondante comme suit:
    "FONT_GillSans" = "nomDeVotrePolice";
    Une liste de 564 noms de polices est disponible sur mon iDisk:
    <http://idisk.me.com/koenigyvan-Public?view=web>
    Téléchargez:
    ForiWork:despolices.numbers.zip
    If you choose "Pages" you will see:
    /* ----- Font Names */
    "FONT_Helvetica" = "Helvetica";
    "FONT_Helvetica-Bold" = "Helvetica-Bold";
    "FONT_Helvetica-Oblique" = "Helvetica-Oblique";
    "FONT_LucidaGrande" = "LucidaGrande";
    The font used as default for tables is the one whose descriptor is "FONT_Helvetica"
    edit the line as:
    "FONT_Helvetica" = "yourFontName";
    For instance, to use Palatino, replace "yourFontName" by "Palatino-Roman"
    Save the file (cmd + S)
    If you choose "Numbers" you will see:
    /* ----- Font Names */
    "FONT_Helvetica" = "Helvetica";
    "FONT_HelveticaNeue" = "HelveticaNeue";
    "FONT_HelveticaNeue-Bold" = "HelveticaNeue-Bold";
    "FONT_LucidaGrande" = "LucidaGrande";
    "FONT_MarkerFelt-Thin" = "MarkerFelt-Thin";
    The font used as default for tables is the one whose descriptor is "FONT_HelveticaNeue"
    edit the line as:
    "FONT_HelveticaNeue" = "yourFontName";
    If you choose "Keynote" you will see:
    "STYLESeries2" = "Series_2";
    "STYLE_None" = "Aucun";
    "STYLESeries5" = "Series_5";
    "STYLESeries3" = "Series_3";
    "FONT_LucidaGrande" = "LucidaGrande";
    "FONT_Helvetica" = "Helvetica";
    "STYLE_Free Form" = "Format libre";
    "STYLESeries1" = "Series_1";
    "FONT_GillSans" = "GillSans";
    "STYLE_Normal" = "Normal";
    "STYLESeries0" = "Series_0";
    "FONT_MarkerFelt-Thin" = "MarkerFelt-Thin";
    "STYLESeries4" = "Series_4";
    The font used as default for tables is the one whose descriptor is "FONT_GillSans"
    edit the line as:
    "FONT_GillSans" = "yourFontName";
    A list of 564 names is available on my iDisk:
    <http://idisk.me.com/koenigyvan-Public?view=web>
    Download:
    ForiWork:despolices.numbers.zip
    Yvan KOENIG (Vallauris, FRANCE)
    5 mars 2009
    on run
    if my parleFrancais() then
    set prompt1 to "Choisir l'application"
    set prompt2 to "Choisir un modèle"
    set prompt3 to "Choisir une localisation"
    else
    set prompt1 to "Choose the application"
    set prompt2 to "Choose a template"
    set prompt3 to "Choose a localization"
    end if
    choose the application *)
    set theApp to choose from list {"Pages", "Numbers", "Keynote"} with prompt prompt1
    if theApp is false then error -128
    set theApp to item 1 of theApp
    define some parameters *)
    if theApp is "Pages" then
    set permitted to {"com.apple.iWork.Pages.template", "com.apple.iWork.Pages.sfftemplate"}
    set sub to "Templates"
    set theStrings to "Localizable.strings"
    else if theApp is "Numbers" then
    set permitted to {"com.apple.iWork.Numbers.template", "com.apple.iWork.Numbers.sfftemplate"}
    set sub to "Templates"
    set theStrings to "Localizable.strings"
    else (* it is "Keynote" *)
    set permitted to {"com.apple.iWork.Keynote.kth", "com.apple.iWork.Keynote.sffkth"}
    set sub to "Themes"
    set theStrings to "fontsAndText.strings"
    end if
    choose the template *)
    set p2f to (path to applications folder as text) & "iWork '09:" & theApp & ".app:Contents:Resources:" & sub
    if 5 > (system attribute "sys2") then (*
    it's Mac OS X 10.4.11 *)
    set allowed to permitted
    else (*
    it's Mac OS X 10.5.6 with a bug with Choose File *)
    set allowed to {}
    end if
    set p2f to (choose file with prompt prompt2 default location (p2f as alias) of type allowed) as text
    choose the localization folder *)
    set p2f to p2f & "Contents:Resources"
    set p2f to (choose folder default location (p2f as alias) with prompt3) as text
    open the localizable.strings file *)
    tell application "Finder"
    set nb to count of (files of folder p2f whose name starts with "localizable")
    if nb = 1 then duplicate file theStrings of folder p2f (* as there is no backup, duplicate "localizable.strings" for safe *)
    open file theStrings of folder p2f
    end tell -- Finder
    end run
    --=====
    on parleFrancais() (* Check if Pages is running in French *)
    local z
    try
    tell application "Pages" to set z to localized string "Cancel"
    on error
    set z to "Cancel"
    end try
    return (z = "Annuler")
    end parleFrancais
    --=====
    --[/SCRIPT]
    Yvan KOENIG (VALLAURIS, France.) mardi 11 août 2009 11:29:14

  • Change finder search default (filename not content)?

    In Leopard, when one types into the search field of a Finder window, the window changes to search "This Mac" on "Content."
    That is never, ever what I want it to do!
    What I always want it to do is, search folder I had selected, on FILENAME. In other words, two extra mouse-clicks to make the search -- click the folder-name instead of "this mac" and click "filename" instead of "Content."
    Is there any way to persuade the Finder to make selected-object/filename the default for searches?
    P.S. this does not refer to anything in Spotlight preferences or in Finder Preferences that I can find.

    You can get it down to one mouse click if you open the folder you want to search, then use the key combo of Command-Shift-F to bring up a search window. You still have to click the name of your location to get out of the idiotic default of This Mac, but at least you are in Name contains:___ and can immediately type the file name in the space.
    Be sure to send feedback to Apple:
    http://www.apple.com/feedback/macosx.html/
    If enough people raise enough Cain we may get a return to sanity in the Spotlight GUI. Worked for Stacks in the Dock, where Leopard originally had less functionality than Tiger.
    Francine
    Francine
    Schwieder

  • Want to change the cost element for a activity type (KP26)

    Hi,
    I want to change the Allocation cost element for an activity type in KP26. I have already changed the cost element in the activity master data in KL02. Now i want to change it in KP26. I am trying to delete the existing line item in KP26  to create the new line item with the new cost element, but system not allowing to delete the existing one. It throws the error message ""Allocations with XXXXXXX/XXXX (Cost center/Activity type)  exist ; deletion not possible". Can someone please help me to change the cost element?
    Regards
    Dev

    Hi Rao and Lalit,
    Thanx for you people for helping me. i havin gone doubt here. If i am deleting the existing line in KP26 and create new line with appropriage cost element will it be cause the existing datas? I don't want to go for another activity type, because our process is a complex process exist all over the world in more than 300 company codes. So i want to use the existing activity type but want to change the allocation cost element alone. Is there any possibility to change the cost element alone?
    Regards,
    Dev

  • How do I make Address Book default for vCards

    I use Apple Address Book (6.0) and have the Lion O/S 10.7.1on my 2 Macs.  My Apple Address book syncs with my Gmail (Google Apps) contacts. Recently when I opened a vCard, Outlook for the Mac attempted to open the vCard.  I cancelled this as I no longer us Outlook for the Mac, but have only used Apple Mail and Address Book for several months.  As I cancelled the opening process, there was a brief message, "Rebuilding database".  About 30 minutes later I realized that all contacts in my Apple Address Book were missing. I quickly looked at my Gmail contacts and saw that the only contact was the one for the vCard I imported.  After recovering from a panic attack (I have over 2,000 names in my contact list), I went to my Macbook Air laptop, which was asleep during this time, and was able to export my Address Book to my iMac. The Macbook Air Address Book had synced with Google Apps the day before.
    After the recovery, everything seems in order except when I check for duplicates in Google Apps Mail Contacts, I find that I now have 2,000 duplicate contacts.  When I check for duplicates in Apple Mail I am told there are 83 duplicates.
    I am still not sure what caused this to happen and I am still considering how to prevent this in the future, and how to resolve the duplicate contacts issue.  I need to understate which contact list dominates - Apple or Gmail?
    But my first step is to make Address Book the default for vCards.  How to I do this.  Next I will work on the duplicate problem.

    I don't have or use Outlook 2011 but based on my past experience wth Outlook and Entourage it uses its own contacts by default and can't be configured to use an external resource. However, you might learn more on the Outlook support forums since this forum is primarily for Apple products.

  • Changing the search help  for vbap-aufnr in va01

    Hi Folks,
    Can we change the search help provided for the field Order(vbap-aufnr) in the table Control ALL ITEMS in VA01.
    1.go to va01.
    2.give the order type.
    3.press enter.
    4.it will take us to the overview screen.
    5.there we will find a table control named ALL ITEMS.
    6.in that we can find a field called ORDER(vbap-aufnr) with a Search Help provided.
    7.I want to change this search help to the search help provided for the same field  in other screen.
    (the same field is in some other screen which is having a different kind of search help,I want to provide that search help for the above said screen too)
    Let me know how to go with this in detail.
    Thanks,
    K.Kiran.

    Hi Folks,
    The same requirement I am trying to explain in a detailed manner.
    1.go to va01.
    2.give the order type.
    3.press enter.
    4.it will take us to the overview screen.
    5.there we will find a table control named ALL ITEMS.
    6.in that we can find a field called ORDER(vbap-aufnr) with a Search Help provided showing only the Orders.
    7.Now double click in the same field which is taking us to Item Data Screen.
    8.here we will  be able to see a few tab strips.
    9.click on the accounts assignment tab.
    10.we will be able to find the filed ORDER having a Search Help.
    Now I want this search help at the screen I had discussed above.At both the areas search help is provided using 'DD_SHLP_CALL_FROM_DYNP'.
    How to solve this?
    K.Kiran.

  • User status for establishing release functionality for new activity.

    Hi Experts
    My intention is to stop business transactions to a newly included activity in a released project.
    I wish a release for the specific activity before allowing business transactions.
    For this purpose i have created an user status z0001 as shown below:
    10     new     New     10     20     1     1
    20     rel     Released     20     20     1     1
    But, i am unable to trigger this for only activity that is newly assigned for the newly included activity.
    Is there any means to get thje desired functionality?
    warm regards
    ramSiva

    Hello,
    Get help from your abaper on this.
    Vinay

  • Can i change my iPad 3 for new iPad retina in the apple store?

    Can i change my iPad 3 to new iPad retina in the apple store by paying few money?

    I have a similar issue...my uncle asked what I wanted as a present and I said a new ipad came out with support for Australian 4G networks and to get that...it's the 'new' ipad. Of course he went into the store and asked for the latest 'new' ipad on 28/10 and they sold him an ipad3 which retailed for the same price as an ipad4.
    So when I got it I was advised by the telco that my version was not compatible. I called applecare to ask them if I could swap it being 1 week out from purchase and of course they said go back to the store it was purchased from. No surprises the store doesn't want anything to do with it, they just want to get rid of their old stock.
    Now I am stuck with an ipad which I did not want (I specifically did not want the ipad3 because it did not support our local networks' 4G) and Apple have washed their hands of it.
    This is terrible policy...at first I was upset Apple or the reseller won't exchange it but really I don't blame the reseller now...my grief is in the stupid Apple naming policy..."oh it's the new ipad with retina display now" .... hang on a second the ipad3 was also the 'new' ipad with retina display (maybe not by name) and was never referred to as the ipad 3rd gen...now they're saying oh it's now the ipad3 you want the ipad with retina display...guess what your stupid naming convention means half the noobs out there don't know what they're buying.
    The identical naming convention has caused my uncle to purchase an obsolete product for top dollar...I have an iphone 3g, 4, 4s, touch, etc. well I think it's safe to say android is the future. I'm already finding streaming media is made impossible by Apple's DRM and policies...something my $100 andoid tablet can do easy.

  • Adobe asking for new activation code

    Hello i recently purchased adobe design standard student teacher edit and im a student im 14 and Adobe sent me my code and it worked and all that then last night it installed updates on my imac now its asking for new code i tried using the same one but saying invalid i dont know what to do and i need those programs right now

    Sorry, but you are at the wrong forum; this one is only for discussions on the forums themselves. If you are talking about InDesign, you should post your question in one of the forums here:
    http://forums.adobe.com/community/indesign
    If your problem is with another Adobe product, you should use the "Select forum" button here to look for the appropriate one:
    http://forums.adobe.com/index.jspa?view=discussions
    And when you do post in the right forum, don't forget to include enough details about your setup...

  • Where do I find the serial numbers for new activated products.. As I had a macbook and iPad stolen?

    Where do I find new activated devices serial numbers? As I had my macbook and iPad stolen

    Try here if they have been registered:
    https://supportprofile.apple.com/

  • Can I insert the name poperty of the RequestedByUser related object of the parent Change Request workitem in a review activity email notification template?

    I am working on a SCSM change control workflow driven by email. 
    A lot of my work is based on the information found in this post:
    http://blogs.technet.com/b/servicemanager/archive/2012/04/03/using-data-properties-from-the-parent-work-items-in-activity-email-templates.aspx#pi158453=4
    This is an excellent post to which my Internet searches continually return. The workflow is about 90% complete. 
    My question is can I insert the properties of a related object of the parent workitem in a workflow email notification? 
    For example, I want to include the name property of the RequestedByUser related object of the parent workitem object in a review activity notification.

    Thank you for your reply.  I have confirmed my template is using a projection that includes the parent workitem and requested by user.  Where I am having trouble is the notification template syntax used to call the properties of the related
    object of the parent workitem.  The picker in the GUI won't show that related object, so I have no example to follow.  I hope this reply makes sense!

  • IPad 2 keeps crashing for new icloud email setup

    My iPad 2 16g.. At first it was safari if I scrolled on a website for a little bit. Now it's my icloud email set up.
    I went to create a new icloud email, it got me to almost the full set up and then it randomly just closed. I did it again and I had to start from the very beginning.
    I have reset my iPad a couple of times. I have deleted apps I'm not using, I have a total of 3 movies and 2 CDs. That's all. I have deleted most of my pictures so that I have more memory. I can't figure out how to delete all the iMessages that it says are saved. I delete them in the iMessage app. No matter how low I bring my memory down it still crashes. It has done it in a few apps that I downloaded. I really need a new email!! I don't have a. Computer so I can't ever back anything up, but I don't really use this for anything that important besides games and information apps, oh and movies.
    Any help and advice would be very appreciated

    Standard troubleshooting steps in order are as follows:
    Power your iPad off and on.
    An iPad reset, which is done by pressing and holding the home button and the sleep/wake or on/off button simultaneously until you see the Apple logo and then release. This is similar to a computer restart.
    Restore your iPad with iTunes from your iPad's backup.
    Restore your iPad with iTunes as a new iPad or not from the backup.
    If no change after the last step, your iPad has a hardware problem. The iPad includes a one year warranty.

  • Having trouble adding new mailbox to Mail for new college email?

    Hi,
    Just received my new college email address, as I'm sarting in two weeks.
    As I just login through "login.live.com" and the email is "..... . ac.uk", I'm a bit unsure as to what to put down for "Account Type" and "Incoming/Outgoing Mail Server"
    Would appreciate any help as I would love to have this sorted out asap.
    Cheers,
    Nat

    Account type should be POP.
    in the US, the server is pop3.live.com
    Regards,
    Captfred

Maybe you are looking for