A FMS to autopopulate the Subject of a service call

I am trying to construct the FMS to autopoulate the subject of a service call based on combining the Origin + Problem Type + Call Type. What would it be? I get the numeric values of the choose from list but have no idea how to get the actual names before adding the call, I can only retreive them after the service call has been posted based on the callID.
thx

This one worked for me.
SELECT T1.[Name] + ' -  '+ T2.[Name] ' -  '  T3.[Name] FROM OSCL T0  INNER JOIN OSCO T1 ON T0.origin = T1.originID INNER JOIN OSCP T2 ON T0.problemTyp = T2.prblmTypID INNER JOIN OSCT T3 ON T0.callType = T3.callTypeID WHERE T0.[origin] = $[$67.0.0] AND  T0.[problemTyp] = $[$40.0.0] AND  T0.[callType] = $[$44.0.0]
good luck.
Mike White
SELECT T1.[Name] + ' -  '+ T2.[Name] ' -  '  T3.[Name] FROM OSCL T0  INNER JOIN OSCO T1 ON T0.origin = T1.originID INNER JOIN OSCP T2 ON T0.problemTyp = T2.prblmTypID INNER JOIN OSCT T3 ON T0.callType = T3.callTypeID WHERE T0.[origin] = $[$67.0.0] AND  T0.[problemTyp] = $[$40.0.0] AND  T0.[callType] = $[$44.0.0]

Similar Messages

  • How to query the data for required service calls

    Hi Experts,
    I have one requirement in oracle
    I have one table with columns actvy_code, actvy_seq_id, date.
    Data is as follows                    400008    1234431     12/01/2013
                                                 400010    1234431     12/02/2013
                                                 400020    1234431     12/03/2013
                                                 400008    1234431     12/01/2013
                                                 400005    1234431     12/02/2013 etc...!!!
    actvy_id is also containing 5M7, 5M8, 6M6, 4M4, 4M5 some are existed in same date and other codes present with different date.
    Here I want to extract data based on the actvy_code column, say for example in scope I have some actvy_codes like 4M8, 4M5, 5M8 etc..
    when you do select * from table where actvy_code in (4M8, 4M5, 5M8) gives the out put as needed.
    But I want to know whether these codes are present with same date or not. How to do this.
    Please do me this favor..
    regards,
    Sahadeva.

    one thing i forgot to add.
    we shouldnt use ascii values for the special characters.
    means we shouldnt use ascii values for restricting the sspecial characters.
    pls get me the reply as soon as possible
    thanq

  • Adding filename in PDF form and inserting the filename as the subject when emailing the form

    I have created a form in LiveCycle and have added 2 buttons - Save As and Submit by Email (created successfully thanks to the posts in this Forum).  Can someone please advise how I can:
    1.  Add the file name to the PDF document when the Save As button is clicked.
    2.  Use the file name as the Subject when the user clicks the Submit by Email.
    Thank you in advance for your help with this query.

    Here is a sample for your save as request.
    http://thelivecycle.blogspot.com/2009/11/save-form-to-specific-directories-and.html
    To determine the file name and use it in the subject you can use for example:
    var FileName = event.target.documentFileName;
    event.target.mailDoc({
            bUI: false,
            cTo: [email protected],
            cSubject: FileName,
            cMsg: "Bla bla bla...",
            cSubmitAs: "PDF"

  • Service Desk Mail - Modify the subject -adding ticket number and descriptio

    Hello,
    I have activated the automatic sending of email when a new ticket arrives into the Service Desk. I am using the standard notifcation smartform  However all the mails arrive in the inbox with the same subject, so no possibility of making a quick identification of the ticket.
    I heard that is possible to add additional fields in the subject of the mail using some "&" parameters.  However I do not have a clue where to modify and what type of & parameters are available.  Is that I need to copy and modify the smart form somewhere??
    I appreciate your inputs.
    Regards
    Esteban Hartzstein

    Hi Esteban,
    The subject line corresponds to the name of the smart form that you can maintain in the "description" field in the sap form builder. you can add dinamyc parameters to the subject by using the placeholder "&". e.g.: & | Action Required.
    On se24, copy the class CL_DOC_PROCESSING_CRM_ORDER into the customer workspace (ZCL_DOC_PROCESSING_CRM_ORDER). then edit it and navigate to line 185 and change the following:
    REPLACE '&' WITH ls_orderadm_h-object_id INTO ls_output_options- tdtitle.
    Other example to use as subject:
    Object ID + Priority + Description
    Field description value: &1 | &2 | &3
    On the class:
    REPLACE '&1' WITH ls_orderadm_h-object_id INTO ls_output_options- tdtitle.
    REPLACE '&2' WITH ls_activity_h-priority INTO ls_output_options- tdtitle.
    REPLACE '&3' WITH ls_orderadm_h-description INTO ls_output_options- tdtitle.
    More information on this on the book: SAP Solution Manager Service Desk - Functionality and Implementation
    Hope I can help.
    Regards,
    Ricardo

  • How do I get rid of the subject reminder prompt on Thunderbird?

    Every time I send an email that doesn't have a subject, the prompt pops up asking me if I want to send the message without the subject. Can I get rid of this prompt?
    Thanks

    When choosing add on always look at the fine print under the name to see what versions they are compatible with. Some are no longer maintained and only work with older versions.

  • How can we extend the subject line using SO_NEW_DOCUMENT_ATT_SEND_API1??

    Hi,
    I am triggering a mail using the function module SO_NEW_DOCUMENT_ATT_SEND_API1, where in the subject of the mail is passed using the DOC_CHNG-OBJ_DESCR, here the object_descr can only accomadate 50 characters.
    But requirement is to have more than 50 characters may be 100 to 150 in the subject line.Please help me to extend.
    Thanks in advance.

    Hi,
    Searched in the forum for the above requirement but didnt find the required info..
    Please help me in finding a solution to this
    Thanks in advance

  • SCEP - Using a variable in the Subject field

    Hi
    Has anyone out there successfully installed a SCEP certificate on an iOS device using a unique identifier of some sort in the subject field? We are using iPhone configuration utility but ultimately want to use Apple configurator.
    We can install the certificate, but cannot get the common name (CN) to populate using something like the device serial number or UDID. We have tried variations on CN=SERIALNUMBER, CN=%SERIALNUMBER%, CN = %$UDID%, CN = $UDID$ but it just populates the field with the string itself rather than the device serial number or UDID.
    I know others have posted similar issues on this forum:
    https://discussions.apple.com/message/22162313#22162313
    https://discussions.apple.com/message/22162318#22162318
    https://discussions.apple.com/message/20635765#20635765
    But no-one seems to have successfully managed this.
    Any help or pointers would be greatly appreciated.
    Thanks, Mark

    Simple answer... When I used the variable, I marked it as a string.  There is an email address setting.

  • How can I edit the Subject Line of an email I've received?

    When the sender inserts vague or misleading text in the Subject Line (or leaves it blank), sometimes I'd like to edit it - makes organization and retrieval of information which might be in the email easier for me.
    I've tried opening the email file with a text editor (TextWrangler) and editing the "Subject" line. That partially works: When the message is open for reading, my edited Subject appears near the top of the message.
    However, when looking a list of emails in a Mailbox, Mail still displays the unedited Subject - which defeats my purpose.
    What am I missing, here?
    -gw

    Hi Gary, I think Mail is using stored info, not sure which of these two hold that, but...
    Safe Boot from the HD, (holding Shift key down at bootup), it will try to repair your Disk Directory while the spinning radian is happening, so let it go, run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, then move these folder & file to the Desktop.
    Move this Folder to the Desktop...
    /Users/YourUserName/Library/Caches/Mail/
    Move this file to the Desktop...
    /Users/YourUserName/Library/Mail/Envelope Index
    Reboot.

  • Hi guys i added a new mail account and now she i click new mail i can see 4 accounts, the first is right below the subject, and it' the old one and the new one, the other one is on its right and it's the old one and the new one. is it normal? Thanks.

    hi guys i added a new mail account and now she i click new mail i can see 4 accounts, the first is right below the subject, and it' the old one and the new one, the other one is on its right and it's the old one and the new one. is it normal? Thanks.

    sorry, correction,
    hi guys i added a new mail account and now if i click new message on the mail field  i can see 4 accounts, the first is right below the subject, and it' the old one and the new one, the other one is on its right and it's the old one and the new one. is it normal? Thanks.

  • How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    How can I add a new Template to My Templates in Pages? I've read most of the discussions on the subject but it doesn't work for me. By the time I reach the Templates folder, I only see templates for Numbers and not for Pages. Need help, please.  Thanks

    Si vous avez utilisé la commande Save As Template depuis Pages, il y a forcément un dossier
    iWork > Pages
    contenant Templates > My Templates
    comme il y a un dossier
    iWork > Numbers
    contenant Templates > My Templates
    Depuis le Finder, tapez cmd + f
    puis configurez la recherche comme sur cette recopie d'écran.
    puis lancez la recherche.
    Ainsi, vous allez trouver vos modèles personnalisés dans leur dossier.
    Chez moi, il y en a une kyrielle en dehors des dossiers standards parce que je renomme wxcvb.template quasiment tous mes documents Pages et wxcvb.nmbtemplate à peu près tous mes documents Numbers.
    Ainsi, quand je travaille sur un document, je ne suis pas ralenti par Autosave.
    Désolé mais je ne répondrai plus avant demain.
    Pour moi il est temps de dormir.
    Yvan KOENIG (VALLAURIS, France)  mercredi 23 janvier 2011 22:39:28
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.2
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community

  • Multiple drag emails from Mail to a finder window and for it to name the files as the subject heading

    Hi
    I have been using Mac's now for about 10 years and this is my first problem.
    I have recently moved into an office that use PC's with a Windows server.
    I have set up the network to transfer files and view the windows server and it  works fine.
    I have a problem in that my colleagues on PC need to be able to view my emails which I send and receive using Mail. They therefore need to have logical title names and the date sent and ideally who to or from. I view them and archive them using Mail which is fine for me.
    I understand about the archiving and copying of mailboxes but this gives every email the un-fathomable title name 9944847 etc.
    I can get round the problem by dragging and dropping every email I send and receive individually and it will automatically give it a more logical title of the subject heading however the date is when it was dragged not when sent. This is a pain if I am away or forget to save an email for a day or two and then the date is inconsistent.
    Is there a way to batch copy emails from Mail to a finder window and for it to name the files as the subject heading or to archive the files in a similar way so they retain the detailed information my colleagues require.
    And no I can not get to all change to Mac and I don't really fancy using Outlook, Entourage or Parallels.
    Please help.
    Toby

    Quit Mail. Force quit if necessary.
    Back up all data. That means you know you can restore the Mail database, no matter what happens.
    Triple-click the text on the line below to select it:
    ~/Library/Mail/V2/MailData/Envelope Index
    Copy the selected text to the Clipboard (command-C). In the Finder, select
    Go ▹ Go to Folder
    from the menu bar. Paste into the box that opens (command-V), then press return.
    A Finder window will open with a file selected. Move the selected file to the Desktop, leaving the window open. Other files in the folder may have names that begin with "Envelope Index". Move those files, if any, to the Trash. Relaunch Mail. It should prompt you to re-import your messages. You may get a warning that the index is corrupt and that Mail has to quit. Click OK.
    Test. If Mail now works as expected, you can delete the file you moved to the Desktop. If you get a warning that the file is in use when you try to empty the Trash, log out and log back in.

  • How to customize or change the subject of the mail send throu SM36

    HI,
    i m using SM36 to Schedule some of reports and send the output of those reports as an attachement to particular email ids.
    It is working fine people are receive mails with an output of the report as an attachement , but the subject is coming like this
    "Job PRODUCTION PLANING REPORT, Step 1"  where  "PRODUCTION PLANING REPORT" is the job name . What i want is the Subject should be only my Job Name "PRODUCTION PLANING REPORT"   the Prefix Iob and the Sufix Step 1, should not appear in the subject. How can i achive this ?
    Regards
    Edited by: nau on Jan 20, 2010 3:31 PM

    In SM36, under the 'General Data' area, the answer is right there. Click on the Spool list recepient button and place the e-mail recepient in the box. It looks like only one entry can be entered there so you may want to have a distribution group setup accordingly for multiple recepients
    My view is as per the line i can see only .html attachment  only you can send...
    See Mr NA. take intitiative and tell the clients....Clearly that if we schedule thtrough SM36 then we have limited funcitonalities like you can't attach the excel version's specially and Subject issue what you are discussing...
    So as of now my suggestion is Using the FM (if it is version 6.0 Ecc prefer using classes....) You can write extra funcitionality to report to send via Email
    Sas

  • How to stop the subject field displaying in list of mail?

    Sorry for the spelling I am dyslex..
    I like the new layout all virtical in mail 7 BUT in the list of messages it shows the "subject field" how do I stop this field from showing up?
    In the clasic view I can change what fields show up (menu "View" - "Message Attributes" and click the fields I want to see) the only problem with the "clasic" view is the horzontial arangments of two of the panels.  I used to use "widemail" plugin to get the arangment of panels in the mail program in Snow Leopard.
    Apple have made a big thing of seeing the "subject field" in the mail list pannel but for me I have the preview panel open and so the subject and most of the message is displayed there two so I see this info in two places and it all looks a bit crouded.
    Can any one help and in the mean time I will be posting this in the feedback site.
    Steve

    Hello,
    This functionality was recently introduced by the following note:
    https://service.sap.com/sap/support/notes/2044841
    Regards
    Joaquin

  • Five days ago I received an email from an anonymous sender with the subject: Your Apple ID was just used to buy full album Elton John 312.99. Your receipt No. 37930343160405752. the content began: Content-Transfer-Encoding: base64 From (my email add

    Five days ago I received an anonymous email with the subject:
    Your Apple ID was just used to buy full album Elton John £12.99.Your receipt No.37930343160405752
    The content started: Content-Transfer-Encoding: base64 From:(my email address) followed by a very,very,very long stream of gobbledygook. There is no record of it in my i-tunes purchases or my credit card statement but that might only be because I have not updated my credit card details. Should I be worried that my account has been compromised? Does anyone know how I can get through to the right section of Apple to deal with this - all the emails I get say no-reply so I don't have an email address to contact them on.
    I would be most grateful if anyone could help me with this.
    Thanks in advance
    Walwal

    It's a phishing attempt to try and get your account and payment details - forward it to Apple : [email protected] , and then delete it
    Phishing emails : Identifying fraudulent "phishing" email - Apple Support
    Genuine emails : Identifying legitimate emails from the iTunes Store - Apple Support

  • To make changes in  the subject of Email for PO Creation...

    Hi ,
            We have done configuration in NACE for simple mail to be sent when a PO is created . i want to change the subject of Email for PO Creation...
    Please help me in this regards
    Regards
    R/Ragu
    Useful answers will be rewarded

    Hi,
    In NACE, select your output type and double click on the option for Mail title and Texts in the navigation area on the left side of the screen. Here you can maintain the Subject for your E-mail.
    Cheers!

Maybe you are looking for