Setting the email priority (X-priority) of an LC ES generated email.

Hi,
I don't see anywhere under the 'Task Notification' section of the LC ES admin UI where one can set the priority of the email. We need some of these to be sent out with a high priority.
Techincally, I know it involves setting a mail message header along the lines of 'X-Priorty' with a value of '1'.
Does anybody know how to do this ?
Thanks
Dan

I know you can set the priority on the task.
If you click on the User step and go under Routes and Priority, you can change the priority and you will see a different icon in Workspace.
I'm not sure this will change the priority on the email though.
Jasmin

Similar Messages

  • Setting the Sort Priority is not working

    All,
    I have multiple roles where I have set the Complex workset under the roles as the Entry Point instead of the roles themselves.  I also have set the Sort Priority to arrange the worksets as I want them.  The issue is that the Sort Priority is not taking affect.  Has anyone seen this issue before or have and idea on how to solve it?
    -Clint

    HI
    Sorting of navigation nodes can be done in the Same Level.
    Sort Priority is reserved from 1 - 10 for Administrative purpose.
    So please make sure that you are sorting in a specific level by giving sort Priority from 10 onwards to 100.
    For more info refer to the following link.
    http://help.sap.com/saphelp_nw70/helpdata/en/92/3e703e632c7937e10000000a114084/frameset.htm
    Cheers.
    Chinmaya Sahoo
    (Please reward Points for Helpful Answers)

  • Setting the "Email" Button to only send specific pages in a PDF

    Hey everyone, couldn't find this question on the board, so figured I'd give it a shot.
    I have a PDF I'm making w/a coverpage, what I'm trying to find out is if I can set the "email PDF" button to specifically send the PDF without the coverpage included (so...if the cover page is page 1 in a 5 page document, the pdf emailed would only include pages 2-5).
    Not sure if this functionality is possible, but I figured I'd reach out to the experts - thanks in advance!

    Adobe Reader is simply for reading/printing PDF's (and possibly a few other things depending on the PDF). You can find more functionality in the full version of Adobe Acrobat. In this case, with Acrobat you can simply remove the first page then email the rest.

  • How to set the AS2 fileName for outbound Functional Ack 997 auto generated by Oracle B2B

    Hi Friends,
    How to set the AS2 fileName for outbound Functional Ack 997 auto generated by Oracle B2B.
    External Trading Partner is sending the EDI 856 via AS2 URL to our Oracle B2B Server.
    In the inbound 856 agreement, we have checked the option of Funtional Ack and also Functiona Ack handled by B2B is yes.
    We have the outbound agreement which is sending that Functional ack 997 (auto generated by oracle b2b) and we have specified the Outbound AS2 channel of the Partner.
    997 doc is being sent to external partner using AS2 channel, but the filename is generating as '40101'.
    Please can you let me know how to set the AS2 fileName for outbound Functional Ack 997 auto generated by Oracle B2B.
    Appreciate your valuable answers!!
    Thanks,
    Amirineni

    Amirineni,
    AFAIK, there is no option to set the file name when the 997 is generated automatically by B2B.
    Alternatively, if this is a must requirement, you can generate the FA from backend and  send to B2B with MSG_TYPE =9. In this case, you can set the header with filename (How to set the actionname property in B2B 11g)

  • Workflow: Setting the high priority flag

    Hi,
    Does any one know how to set the priority for the email notification?
    (Eg: In microsoft outlook red exclamatory mark for high priority)
    I tried the option priority in notification and message but its not giving the desired output(i.e Flag).

    I know you can set the priority on the task.
    If you click on the User step and go under Routes and Priority, you can change the priority and you will see a different icon in Workspace.
    I'm not sure this will change the priority on the email though.
    Jasmin

  • Setting the sitemap priority parameter in Muse

    Hi,
    Would it be possible to add a way of setting the sitemap page priority in Muse, so that the automatic sitemap.xml has the required priorities.  At the moment you have to upload a site and then manually edit the sitemap.xml after every upload, it's a little tedious and of course you need to remember to do it.
    Many thanks
    Gordon

    Aaron,
    I'm doing something similar to the thread.  I have an application menu and the user will chose a prompt number 8.
    #8 is Dealer Line and it goes to a queue where agents has additional csq's coming into them.  But I want the Dealer line calls to go to the front of the line. 
    I was putting the if statement the Dealer Line queue.  However, I keep getting an error.  Any help would be greatly appreciated.  Thank you

  • Drop down that fills a second field and sets the email recipient

    (note: this was incorrecty posted in the Acro forum and I was informed to move it here)
    Apologies for this simple, newbie question but I am stuck. I have worked on this for a few hours, and just cannot get it to work.
    The basics: I want to get a name from a drop down, have it display in another field then set the submit button to email to that recipient.
    Acrobat Pro X
    LCD 9.0.0.2
    Win 7
    I have done this with one recipient before where the Submit button has all the info already entered, but this time I want to allow the user to choose from one recipient in a list and route the completed form to that person. I have tried all sorts of variations on Java examples in multiple forums and while everyone else seems to be able to do this, I have been unsuccessful. I cannot even get the text field to display the email based on the name in the drop down, much less the addressing part. I have tried a custom calculate script, case script and other items to no avail.
    The 3 elements........
    1) Drop down menu with names, let's just say there are two names - "John Doe (Eastern)" and "Jane Smith (Western)". The field is named "DistMgr".
    2) Text Field that displays the corresponding email for the name in DistMgr. Pretty much only used for display to confirm the address visually. This field is named "Email".
    3) Attach & Email button to send the form to the recipient chosen. Subject is always the same, lets just say it says "New Form". The button is named "Submit".
    What I want to do is select the name from DistMgr, have it populate Email (for display in the form) and automatically change the Submit button to allow the user attach the fom, insert the appropriate email address & the standard subject and invoke a standard email client with just the click of the Submit button.
    Any help would be appreciated and even links to locations where this very basic question has already been answered would work.
    Thank you.
    Joe Rowan

    Are you using Adobe LiveCycle Designer?  If so when you have the form open in designer, click on the dropdowns you will see in the code behind that dropdown where it calls a variable which is called myScriptObject.  Behind the drop-down list called "teams" it calls this script.
    Here is what is in the scriptobject:
    var epl = "Chelsea,Manchester United,Arsenal,Tottenham";
    var liga = "Barcelona,Real Madrid,Valencia,Mallorca";
    var seriea = "Roma,Inter Milan,AC Milan,Sampdoria";
    var eplArray = new Array();
    eplArray = epl.split(",");
    var ligaArray = new Array();
    ligaArray = liga.split(",");
    var serieaArray = new Array();
    serieaArray = seriea.split(",");
    function loadData(dropdownField) {
         if (!(form1.page1.subform1.league.isNull)) {
              switch (form1.page1.subform1.league.rawValue) {
                   case "English Premier League":
                        for (var i=0; i < eplArray.length; i++) {
                             dropdownField.addItem(eplArray[i]);
                        break;
                   case "Spanish Liga":
                        for (var i=0; i < ligaArray.length; i++) {
                             dropdownField.addItem(ligaArray[i]);
                        break;
                   case "Italian Serie A":
                        for (var i=0; i < serieaArray.length; i++) {
                             dropdownField.addItem(serieaArray[i]);
                        break;
                   default:
                        break;                    
    Deborah

  • How to set the Email(i) address that you get with your iPhone 3G in Japan?

    This isn't covered in the U.S. manual probably because the feature is slightly different in Japan.
    Basically the issue is this - cell phones in Japan have their own "cell phone email address". I believe that's not the case in the U.S.
    So when I got my iPhone 3G in Japan today from Softbank, the cell phone provider, I also got a new email address [email protected] The "i" stands for iPhone.
    The question is what to do with it? Unlike other cell phone providers, this is not set up on the cell phone itself when you get it.
    Thanks,
    doug

    I figured it out.
    With the iPhone you can set up multiple regular Internet email accounts directly in the Mail app, using either IMAP or POP3 and even have your existing accounts synched from your computer.
    It turns out that the [email protected] email account you get with your iPhone is just another "Other" account that you set up in the mail settings. When you add your Softbank address and password it automatically sets up the server to be IMAP for checking mail and the correct SMTP server and it just appears as one more push account in your accounts list.
    I'm not sure it is really useful for anything or not, but since a lot of people want to know "what is your cell phone address" I guess it is best to set it and have one rather than explain why you don't really need a separate cell phone address for your iPhone.
    It's sort of interesting. And it is actually an improvement over traditional Japanese cell phone email I think. And you can see nice HTML mail to boot.
    Anyway, I hope this helps anybody else who doesn't know what to do with their extra Softbank address that comes with their iPhone 3G.
    doug

  • How do i set the email submit button so that the document is sent back to me in PDF and XML?

    I am currently working with Adobe LiveCycle Designer ES 8.2. I was wondering if anyone can tell me if its possible to set the e-mail submit button to send both a PDF and XML file when my document is completed by our suppliers.
    I'm using the XML file to upload the information to Sage via an access database and I need the PDF to send to other departments within our organisation.
    Any help anyone can offer would be great!!!
    Thanks

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • IOS: How can i set the email settings / emai account programmatically?

    I want to set the imap or pop mail settings programmatically.

    Log into your iCloud account on your computer, then click your user name in the right top then click on the time zone in the popup window. 

  • Badi to set the defualt priority for repair tickets

    Hi,
    My requirement is, when the IC agent saves the repair ticket the priority filed should get set automatically to some value based on the business logic. For this i am trying to use Prepare method of the ORDER_SAVE badi. But unfortunately it's not getting triggered when i save the repair tickect in WEB UI.
    Friends, is there any othor Badi for this? or the way i am trying to proceed is wrong. Your help is greatly apriciated.
    Thanks,
    Ravi

    Hi,
    Every category has a reason code attached to it in the category modeller. The reason code is configured in the SPRO with the code code gruppe and katalogue.
    You need to get the reason code for gold silver etc.
    In your badi in the method you will first perform a CRM_ORDER_READ to read the subject set (ET_SERVICE_OS)and from there you will get the reason codes for the categories you need to look for the Ref_kind = 'A'.  In the osset you will have the table. Study the entries of this table one of the entries would be referring to the code codegruppe katalogue of gold silver etc.
    Once you have done that you can update the priority by using the FM CRM_ACTIVITY_H_MAINTAIN_OW. here you will have to fill the structure IS_ACTIVITY_H_COM and CT_INPUT_FIELD_NAMES and set IV_EXTERNAL_CALL = 'X'.
    If you are using more than one categories than you will have to back trace to category2 from the last category you entered. For example if you have entered Category 3 before saving you will have to get the category2 from category3 and then look for the reason code details of category 2.
    Hope this helps.
    Regards,
    S Sarma.

  • Cannot set the email from address (reply-to) in SharePoint Designer workflow

    I have created several workflows for custom lists. Among other actions, they send out emails. It appears however, that they all use the same from-address. I would like to supply each of these workflows with different reply-to addresses.
    Can I do that? After a lot of searching it appears that the only way is to create separate Web Applications, since the reply-to address is set on Web Application level. But that would require several extra web applications in my case, which again need their own site collections and sites.
    I really, really miss a "From" field in the SharePoint Designer workflow "Send e-mail" action.
    Best regards, Jan.

    Hi,
    I think it is not possible out of the box. Have a look at the "Send email extended" custom SPD workflow activity (http://www.codeplex.com/SPDActivities ). As per the website "Send email extended - Enhanced version of the OOTB activity. Allow you to specify the sender. Also does not break links in body."
    Hope it helps.
    Xue-Mei Chang

  • How to set main thread Priority?

    i have set:
    Thread.currentThread().setPriority(Thread.MAX_PRIORITY);
    // and the other thread ( )
    thread_load = new Thread();
    thread_load.setPriority(Thread.MIN_PRIORITY);
    thread_load.start();but it doesn't make any diffrent,
    i mean diffent the CPU usage for the thread.
    i want the main thread has a MAX PRIORITY CPU usage , then the other thread.
    is this true to set the thread priority use setPriority(..) ?
    thx..

    Thread is a Runnable within java (or javaw) process: his priority has no meaning outside the JVM, if you wanna impact on CPU usage you should set this process priority, i.e. (for windows):
    instead of starting as
    javaw ....try
    start/min javaw ...You could need to quote the javaw command, to see all possible priorities see start help by typing start/? in cmd.
    Bye.

  • Poor interface with Adobe CS4 and setting the file size for emails

    In frustrations over an unfixed bug in iPhoto (slide shows) in addition to too many limitations, I am trying out Aperture. So far it has been a big disappointment. I like Photoshop (CS4) with layers etc. as well as Adobe Camera Raw, both of which I intend to continue using. The workflow in Aperture appears disappointing (Photoshop) and totally absent (Adobe Camera Raw). It seems like Apple's attempt to capture some of Adobe's market share has has happened on the consumer's expense? Besides disappointing functionality, I have run into a surprising problem: No matter how I set the email photo export preset in preferences, the attachment shows up as a large file when exported to Entourage. The size does not change no matter how I set this preference.
    My 21 years of loyalty and enthusiasm towards Apple has taken some heavy blows lately. With some 15000 photos and 35+ albums in iPhoto, I don't see too many alternatives. Can someone tell me if there is a way around these problems.

    First of all I am not comparing Aperture to Photoshop by expecting the layers function. It is the interface between the two I am questioning. We obviously also have different expectations to Aperture. Mine are solely based on my experiences with iPhoto and what Apple tells me on their website:" Aperture 3 is a professional photography application that lets you refine images, showcase your photography, and manage massive photo libraries. Aperture 3 gives you all the easy-to-use tools you need to import, organize, compare, enhance, and share your photos." I do not find a single sentence stating that it is primarily a "Raw image editor processor" as you are defining it. I was not looking for a new raw editor. I was, however, based on Apple's claims above, expecting a combined advanced editing an photo library application. As such I also expected layers. That is not comparing it to Photoshop. Naturally our views are based on expectations and experiences, and ours are just different, that is all.

  • I am trying to set up an email account on my iphone4s. I keep getting a message that the password id incorrect. It will not allow me to set the address up

    I am trying to set my email up on my iphone 4s. I keep getting a message that the password is incorrect. and i cant set the email up

    Then maybe you should ask your e-mail provider what's wrong.

Maybe you are looking for

  • How to connect my Imac to my HDTV

    I have a 2007 aluminum Imac and a 50 inch 1080p HDTV. is there anyway I could connect my Imac to the tv and control it via wireless mouse and keyboard... The rear connections on the tv are 3 hdmi, 2 component, s-video and AV.. Please let me know what

  • Can i share my iCloud calendar with others? If so, how?

    Can i share my iCloud calendar with others? If so, how?

  • Inbound Delivery changes  DELVRY03.

    Hi , Iam facing a problem in my inbound Delivery changes   interface. Message Type: DESADV Basic type:        DELVRY03  are using for the interface . This interface is working fine for creation . we are using the same interface for in bound delivery

  • Multiple file attachments in InfoPath 2010 Form

    I need to attach at least 10 files in an Infopath form and it submits to a form library. is there any limit for attaching multiple files in a form and how can i increase the size for multiple File Attachments in Central Admin?

  • HT1766 my iPad locked up and will not shut down

    my iPad has locked up and will not shut down, I have connected to lap top and it will not connect to itune