Outlook Data - Last received date

Post Author: zibrilio
CA Forum: Formula
Hello.
I´m trying to link two datasources to obtain the last received mail for each user. How can I do it?
TableA:
Username  Name     Dept  *EmailCode----
PLuis        Luis P     DRD   EmailCode123RPedro     Pedro R   DRO   EmailCode555
TableB (based on outolook data)
From    *Subject           Message         ReceivedDate-------    -
  Luis     EmailCode123   bla bla bla       20-01-2008 19:07:20Luis     EmailCode123   hshshshshsh  20-01-2008 20:50:30Luis     EmailCode123   hshshshshsh  19-01-2008 18:50:10Luis     EmailCode123   hshshshshsh  18-01-2008 09:50:15Pedro   EmailCode555   ahahahahaha  21-01-2008 17:06:10Pedro   EmailCode555   eheheheheeh  21-01-2008 17:04:00
What I want:
Username  Subject           Message        ReceivedDate----
PLuis        EmailCode123  hshshshshsh  20-01-2008 20:50:30RPedro     EmailCode555  ahahahahaha  21-01-2008 17:06:10
*linked fields
Thank you,
Luis

Post Author: V361
CA Forum: Formula
You show them already linked, so can you add a group, based on receive date, then you can sort that group by date as well, take the maximum(date) and you should be set.  hope that gets you started.

Similar Messages

  • How to check the last receiveing date of a specific material

    Dear Experts,
    I want to check the last receiving date of an specific material.  Is there any standard t.code ?
    Mov.Type 101, 103.
    Thanks in advance.
    Dinesh

    Hi,
    Transaction code MB51 used to list out the posting date of GR received material document number, date and quantity.
    This report is basically used for list out all the material document based on sort out of posting date, movement type (101 ,103 etc).
    There you can easily find it the posting date of the GR receiving.
    MC.A is the Analysis report which is used for analysis of Material total Goods receiving and goods issues -basic list.
    - I suggest to use report MB51 - based on receiving movement 101, transfer 301,311 etc or issues movement 201 posting date.
    Thanks and Regards,
    Thiru

  • Last GR Date & Last GI Date of stock in inventory

    Hi Gurus,
    How can I get last GR date & last GI date from stock in Inventory if  i don't have information on batch ?
    Is there any standard report in SAP which provide that information ?
    Please kindly give advice on this.
    Regards,
    Gunawan

    Hi Gunawan,
    Try MB51 for movement type 101 and 601 for the material and Plant combination.
    You will get the list of material document list , You can take the Posting date for 101 mvt type as the last GR date
    You can take 601 mtvt ype doc date as last GI date.
    Reward if useful.
    Thx,
    MJ

  • SRM-Empty receiving date propriety for shopping card confirmation Emails

    Hello Experts,
    We have SRM V7
    We are facing an issue when user confirm a shopping card via email.
    In fact when he validate the request the sent confirmation is stored in outlook with propriety receiving date = None.
    As far as I know the mail generated by SRM application must have a valid "send " and "receive" date/time.
    We don't know if we are facing an outlook issue or an SRM issue.
    Do you have an idea about this issue and how to solve it?
    Thank you in advance,
    Moez

    Hi DamianALugo,
    This is just unacceptable, and if this was my purchase I would be equally upset. If an employee promises a call to a customer they should be making that call, and you should have been given an accurate explanation as to why these deliveries were being rescheduled.
    The only times a BestBuy.com order would be automatically cancelled by us would be if it was set to be picked up in one of our stores, and it wasn’t picked up in a timely manner; the only other time would be if an order was on backorder for a period of time without the customer requesting us to extend this backorder.
    Is there anything specific I can do to get this resolved for you? If so, post back to this thread or send me a private message with what you need. I promise to do what I can to get you any resolution you are seeking. To send me a private message click on the link in my signature.
    Thanks for posting,
    Allan|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

  • Vendor ID, Last Update Date, Invoice Details - Query

    For each Supplier, we would like to know the vendor ID, vendor number, vendor name, vendor site code, Created Date, Last Update Date, last invoice date, last payment date, total number of invoices and total $ amount of invoices for each supplier.
    1) How do i find the last payment date and supplier catagory?
    2) As i have to use sum(invoice_amount), count(invoice_amount), max(payment_date) which point to 3 different tables, i am not sure how to use "group by" based on the Vendor_id alone while i select lot of fields from different table. Could you please help me with this?
    3) Please help me to get this query fixed.

    1) You can get last_payment_date by joining vendor_id to ap_invoices_all and the joining invoice_id with ap_invoice_payments_all to get the max accounting_date (i.e. last payment date)
    2) You are partially right. Invoice_amount and invoice_count are from the same table so you have to join 2 tables. Best way is to do a select in the select.
    e.g SELECT   pv.vendor_name, COUNT (1), SUM (invoice_amount), pv.vendor_id,
             (SELECT MAX (aipa.accounting_date)
                FROM ap_invoice_payments_all aipa, ap_invoices_all aia2
               WHERE aia2.vendor_id = pv.vendor_id
                 AND aia2.invoice_id = aipa.invoice_id) latest_payment
        FROM ap_invoices_all aia, po_vendors pv
       WHERE aia.vendor_id = pv.vendor_id
    GROUP BY pv.vendor_name, pv.vendor_idSandeep Gandhi

  • How to insert last update date and user id to a form?

    Hi,
    I have created a form to enter data to a custom table.
    When a new record is created, I would like to keep track of the creation date, last update date and who (user id) enters the form.
    Can someone please help or point me to a right place to look for this information?
    Thank you!
    LC

    Create four new columns in your table called Created_On, Created_By, Last_Updated_On and Last_Updated_By.
    You can create a trigger to accomplish the rest:
    create or replace trigger "<name of your trigger>"
      before insert or update on "<name of your table>"
      for each row
    begin
      if inserting then
        :NEW.Created_On := sysdate;
        :NEW.Created_By := v('APP_USER');
      end if;
      if updating then
        :NEW.Last_Updated_On := sysdate;
        :NEW.Last_Updated_By := v('APP_USER');
      end if;
    end;Every time you'll add or modify data in that table, the trigger will automatically fill those fields.
    Regards,
    Mathieu

  • Last Consumption & Last receipt date logic

    Hi
    I am facing some issue while developing BI Stock report where user wants last consumption date & last receipt date in the report.
    But issue is that when i am going to develop BI query how can i differentiate date for both consumption & receipt because consumption & receipt has differentiate with movement type (suppose Mov type : 101 is for receipt & 261 is for consumption then if i use exceptional aggregation and put last value & reference char as Mov type then all 101 & 261 mov type data will come.
    Please guide for developing last consuption & last receipt date logic
    Regards,
    Gaurav

    Hi Anshu
    Thanks for your helpful reply.
    This is my last option as you suggested. But i will share you my concern that i have developed report on 0IC_C03 & in our business scenario, If i change ETL Structure then we need to delete target data, & we have millions of records if i reconstruct the data then it will take 4-5 days times. Also, some times our marker is interrupted then we need to again the same activity so i want to avoid the same activity in Workbench side and do all required changes in BI Query side.
    Can we use customer variable for time characteristics for the same issue.
    If there is any other idea in your mind, Please share.

  • Compare - Current Data with Perious Data.

    Experts,
    We have created default report like below
    Date - Company - Product - SCode - Amt Spent - Net Amt - Calls
    12/12/2010 C1 P1 Code1 1000 1500 15
    13/12/2010 C2 P4 Code2 1500 1200 10
    12/12/2009 C1 P3 Code3 2000 1700 25
    11/12/2010 C3 P1 Code4 3000 1600 10
    11/11/2009 C2 P2 Code5 5000 3000 30
    Grand Total 12000 9000 90
    Here we are using Column selector for Date column to change the report from Date to Week (or) Month (or) Quarter (or) Year.
    My Questions
    1. I want to compare Default Date report with Perious Date, Last month Date and Last Year Date.
    2. If I select Month from Column Selector then I want to compare Month report with Last Month, Last year Month or Perious of Last year month.
    3. If I select Year from Column Selector then I want to compare Year report with Last year, or Perious of Last year and so on.
    Please help me, how can we achive the above task.
    Thanks in Advance.
    Balaa...

    Hello,
    First you have to define the new measures for last month, last year and so on. You can refer to this link:
    http://www.rittmanmead.com/2007/04/obi-ee-time-dimensions-and-time-series-calculations/
    After that, what you can do is instead of using a "Column Selector" you should use "View Selector". You can create different views, one for month, other for Year and include them into a "View Selector".
    After that you can add it in "Compound Layout".
    Regards,
    JorgeRS.

  • Inhouse Cash : interest scale posting date and value date

    Hello,
    We would like to configure the posting of the calculated interests at month end as follows:
    calculation period  : from first calendar date of the month (included) until last calendar date of the month (also included !)
    posting date = last calendar date of the month
    value date = first calendar date of the next month
    My understanding is that the posting date of F991 is driven by F9L4.  How can I make sure that valuedate of the payment item generated by T-code  F991 (mass balancing)  = F9L4 date + 1 calendar day?
    Thank you very much for your suggestions.
    Carl

    I agree that you can influence the value date as compared to the posting date,
    but that is not the key issue.
    Key is how to ensure that both the interest calculation end date AND the posting date be equal to the last calendar date of the month?
    The system seems to look at what is stored in the account balancing tab of F9K3 and if you have "31" stored there, the system seems to calculate until the 30th of the month (for months of 31 days, obviously).
    I can however not put in F9K3  "1"  (first day of the month), because then I will be unable to trigger the interest scales (F991) with a posting date 31st of the previous month, because in order to trigger F991 the date in F9L4 (which is the posting date of the interest scales) must be equal to or bigger than the date stored in F9K3 (next balancing date, which would be equal to 1st of the next month !
    So, It looks I am running in circles.....
    Any solution for this?
    Thx,
    Carl

  • OutLook 2007 Macro to create Folder Based on Received Date

    Dear All,
    Is it possible to create a macro which will automatically create a folder based on Received Date of the mail and then group these mails (in folders) based on the received month….
    Can someone help me with the VBA Coding for Outlook 2007, where I select a folder and the macro creates folder’s and subfolder based on the received month and date-wise folder (based on the received date of the mail).
    Thanks...

    Yes, it is possible, but why would you want to split up your emails like that?
    Note that you can also do a simply search query to find all emails received within a certain month. For instance, when you want to see all emails which you received in July 2013 type the following in the Search Field:
    received:(July 2013)
    For more information about using Search within Outlook see:
    http://www.howto-outlook.com/howto/searchcommands.htm
    Robert Sparnaaij
    [MVP-Outlook]
    Outlook guides and more: HowTo-Outlook.com
    Outlook Quick Tips: MSOutlook.info

  • Outlook 2011 for Mac Data is corrupt Mail could not be sent Error code: -19943

    Why am I constantly getting this error?
    What does this error mean?
    How do I fix this?
    This MacBook Air belongs to a VIP in our company. She is under the impression that she has received a lemon, due to the following experiences (verbatim):
    Random beeping noise coming from machine. Unexplainable. No obvious pattern.
    Machine randomly sounds like an airplane taking off. Fan running constantly.
    Unable to view Sent folder in Outlook. Periodically.
    Unable to view Sent items. Periodically.
    Calendar items/invites/meetings do not display accordingly.
    Unable to accept/decline meeting invitations.
    Pinwheel constantly displays. Forced to reboot due to freezing.
    Constantly receiving 'Data is corrupt' error message in Outlook.
    Constantly receiving 'An internal server error occurred. The operation failed' in Outlook.
    I understand the majority of these issues points towards the Office/Outlook application, but why don't any of the troubleshooting methods resolve or alleviate any of the aforementioned symptoms at all?
    No one else in my company with this software is receiving this message.
    I have rebuilt the database 3 times.
    I have reinstalled the software twice.
    All software is up-to-date.
    Why doesn't Apple support this software?
    Why doesn't Microsoft support this software?
    Every forum I search regarding Office for Mac results in a never ending loop of both companies panning the issue off to the other and nobody takes responsibility.
    Is there anyone out there willing to take the time to assist me and fully exhaust their knowledge to present some sort of solution towards this issue?
    I am fully committed to this discussion and will provide any and all information needed in order to fix the issue.
    Why are there other users with the same software who are NOT experiencing the same issues?
    As a last resort, I am aware backing-up the profile/account and restoring the OS is an option. What if this plan of action doesn't solve anything? What if the problem persists?
    My technical knowledge of Apple/Mac devices is limited, and I would appreciate any advice/suggestions/support on the matter, as this is a high priority issue and I would like to learn from this so as to avoid any similar issues that I may encounter in the future.
    Thank you in advance for your help.

    Hello Warren, which Mail App?
    Generally,
    SMTP error 554 (Transaction failed) is one of the most vague error codes, but is typically caused by something in the From or To headers that server doesn't like.
    In other words, the problem is in the sender or recipient email address.
    It can be caused by
    The sender address isn't valid.
    The server thinks this email is spam or server IP address has been blacklisted
    A spam trap identifying your machine as a relay, or as a machine not trusted to send mail from your domain.
    http://www.fox.ra.it/forum/13-submissions-via-email/444-smtp-error-5-5-4-transac tion-failed.html
    To see if it's your provider, What's my ip...
    http://www.whatismyipaddress.com/
    Start with these three, check SpamCop or SpamHaus to see if your IP is there...
    http://spamcop.net/bl.shtml
    http://www.spamhaus.org/lookup.lasso
    http://www.spamhaus.org/zen/
    Sometimes an ISP will bloc a whole other ISP too, if it's the source of too much SPAM.

  • IPhone using cellular network to transmit/receive data even while on Wi-Fi

    I have recently noticed a strange problem with my 15 month-old 3GS. Although my phone sits at home most of time time and is constantly connected to my wi-fi network, it is still using the AT&T network to send and receive some data. I can see this by tracking my cellular data usage via the usage page in preferences and via the AT&T app.
    If I had an unlimited data plan, this wouldn't be an issue, but a couple of months ago I switched to the 200MB/month plan. If the phone is using the cellular network when it shouldn't be and using up megabytes that should be free under wi-fi, we've got a problem. Last month, I came within 5MB of my limit, in part, I believe, because my phone was not using wi-fi exclusively when connected to a working network (as it was a majority of the time).
    This evening, I reset all my usage statistics, and in less than four hours the phone has used 319KB of cellular data, even though it's been on wi-fi the entire time. In the time it took to type this message, it used 22KB of bandwith, not a lot in isolation, but it adds up over the month.
    Apple Care said to call AT&T, though I can't see why as it's either a software or hardware problem. They also said that MMS photo messages might account for the discrepancy, but I never send such messages and I've never received one either. AT&T isn't sure what to do, apart from giving me a credit if I do go over my limit.
    So, has anyone else noticed this happening? And can anyone offer an explanation or a solution (apart from turning off my cellular data and/or data roaming, which should not be necessary and compromises functionality)?

    If that's the problem, then I'll have to turn off the phone completely when I'm not actively using it, which sort of defeats the purpose of having a phone.
    If your iPhone is running iOS4.0 or later, you can turn Cellular Data off at Settings > General > Network > Cellular Data which prevents any data access via the cellular network without having to power your iPhone off.
    Do you have an email account or accounts set to be automatically checked for new messages?

  • Forward to gmail/hotmail Event ID 3030 552 5.7.0 Number of Received: DATA headers exceeds maximum permitted

    A user wants me to forward his Exchange 2003 recipient’s email to his Gmail account. 
    In Active Directory Users and Computers I created a Contact and then in the recipient “Delivery Options” Forward to: I put that contact.
    He receives all the forwards of email created internally at Gmail, but only some email that comes from external domains make it to Gmail. 
    Most (but not all) external email when forwarded to his Gmail account, by Exchange 2003, creates an NDR (non-delivery report) saying “DATA headers exceeds maximum permitted” (shown below). I’m pretty sure this message is generated by Exchange 2003 because it
    is the same if the external, forwarded to, account is Gmail or Hotmail.
    Any ideas how to solve this?
    -------Error Msg in Outlook----------
    John Smith on 12/12/2014 5:26 PM
                The recipient could not be processed because it would violate the security policy in force
               <ourdomain.com #5.7.0 smtp;552 5.7.0 Number of 'Received:' DATA headers exceeds maximum permitted>
    “ourdomain.com”, above, is the name of our email domain.
    -------- Event Viewer Error-----------
    Event Type: Error
    Event Source: MSExchangeTransport
    Event Category: NDR 
    Event ID: 3030
    Date: 12/12/2014
    Time: 5:08:58 PM
    User: N/A
    Computer: WIN2K3
    Description:
    A non-delivery report with a status code of 5.7.0 was generated for recipient rfc822;[email protected] (Message-ID  <001301d01671$54abb8c0$fe032a40$@com>).

    Hi,
    Based on the error Number of 'Received:' DATA headers exceeds maximum permitted. This message header size could exceeds message header size limits.
    Message header size limits  These limits apply to the total size of all message header fields that are present in a message. The size of the message body or attachments isn’t considered. Because the header fields
    are plain text, the size of the header is determined by the number of characters in each header field and by the total number of header fields. Each character of text consumes 1 byte.
    So, please check the message header size limits setting on receive connector by the following cmdlet:
    Get-ReceiveConnector “Connector name” | FL MaxHeaderSize
    Then check the problematic message header and compare them to check this issue. If these message header exceeds the message header size limit, we can use the following cmdlet to change the maximum header size:
    Set-ReceiveConnector “Connector Name” –MaxHeaderSize “value”
    The MaxHeaderSize parameter specifies in bytes the maximum size of the SMTP message header that the Receive connector accepts before it closes the connection. The default value is 65536 bytes. When you enter a value, qualify the value with one of
    the following units:
    B (bytes)
    KB (kilobytes)
    MB (megabytes)
    GB (gigabytes)
    Unqualified values are treated as bytes. The valid input range for this parameter is from 1 through 2147483647 bytes.
    Note: Some third-party firewalls or proxy servers apply their own message header size limits. These third-party firewalls or proxy servers may have difficulty processing messages that contain attachment file names that are greater than 50 characters
    or attachment file names that contain non-US-ASCII characters.
    Best Regards.

  • Date Field in the Index when Apending Emails to PDF only shows received date

    Hi,
    I have Adobe Professional X with Outlook 2010 and I need to create a pdf with an index of about 1300 emails that are a mix of send and received items.  For legal reasons I need to be able to sort them by sent date, however there is only one date field visible when I look at the columns in the pdf.  this field seems to be the received date.
    Does anyone know anyway to change this or to add another field so that I can see the send date of emails?
    Thanks
    Lance

    Hi,
       Hi segment E1P0000 is standard segment, you will not be able to make any changes. As per requirement you need to create the z<segment> with required field and assign the corresponding data element(as per your data type requirement).
    Thanks,
    Asit Purbey.

  • Flexunit task hangs after "Receiving data ..."

    Hello,
    I am trying to launch the Ant script found in FlexUnit4SampleCIProject but it just doesn't works.
    Last message in console is "[flexunit] Receiving data ..." and the tests in the UI are not started and showing 0/100.
    I am using latest standalone debug flash player : flashplayer_10.0.42.34_sa_debug.exe
    I use flextasks from Flex4 4.0.0.13549 as the flexTasks.jar that comes with the project doesn't work:
    BUILD FAILED
    X:\wb_fb4\FlexUnit4SampleCIProject\build.xml:47: The class not found in jar file: mxmlc.jar
    Buildfile: X:\wb_fb4\FlexUnit4SampleCIProject\build.xml
    init:
    compile:
        [mxmlc] Loading configuration file F:\Program Files (x86)\Adobe\Adobe Flash Builder Plug-in Beta 2\sdks\4.0.0.13549\frameworks\flex-config.xml
        [mxmlc] X:\wb_fb4\FlexUnit4SampleCIProject\target\bin\Main.swf (469843 bytes)
    test:
        [mxmlc] Loading configuration file F:\Program Files (x86)\Adobe\Adobe Flash Builder Plug-in Beta 2\sdks\4.0.0.13549\frameworks\flex-config.xml
        [mxmlc] X:\wb_fb4\FlexUnit4SampleCIProject\target\bin\TestRunner.swf (989770 bytes)
    [flexunit] Validating task attributes ...
    [flexunit] Generating default values ...
    [flexunit] Using default snapshot file path [X:\wb_fb4\FlexUnit4SampleCIProject\target\report\snapshot.jpg]
    [flexunit] Using the following settings:
    [flexunit]     haltonfailure: [false]
    [flexunit]     headless: [false]
    [flexunit]     localTrusted: [false]
    [flexunit]     player: [flash]
    [flexunit]     port: [1024]
    [flexunit]     snapshot: [false]
    [flexunit]     snapshotFile: [X:\wb_fb4\FlexUnit4SampleCIProject\target\report\snapshot.jpg]
    [flexunit]     swf: [X:\wb_fb4\FlexUnit4SampleCIProject\target\bin\TestRunner.swf]
    [flexunit]     timeout: [60000ms]
    [flexunit]     toDir: [X:\wb_fb4\FlexUnit4SampleCIProject\target\report]
    [flexunit]     verbose: [true]
    [flexunit]     xcommand: [xvfb]
    [flexunit] Setting up server process ...
    [flexunit] Starting server ...
    [flexunit] OS: [Windows]
    [flexunit] Launching player:
    [flexunit] Executing 'rundll32' with arguments:
    [flexunit] 'url.dll,FileProtocolHandler'
    [flexunit] 'X:\wb_fb4\FlexUnit4SampleCIProject\target\bin\TestRunner.swf'
    [flexunit] The ' characters around the executable and arguments are
    [flexunit] not part of the command.
    [flexunit] Opening server socket on port [1024].
    [flexunit] Waiting for client connection ...
    [flexunit] Client connected.
    [flexunit] Setting inbound buffer size to [262144] bytes.
    [flexunit] Receiving data ...
    Here I can wait long time, and if I close the UI, i get those bonus lines :
    [flexunit]
    [flexunit] Stopping server ...
    [flexunit] End of test data reached, sending acknowledgement to player ...
    [flexunit] Closing client connection ...
    [flexunit] Closing server on port [1024] ...
    BUILD FAILED
    X:\wb_fb4\FlexUnit4SampleCIProject\build.xml:68: java.util.concurrent.ExecutionException: java.lang.NullPointerException
    Total time: 53 seconds
    Am I doing something wrong?
    Thank you in advance for your help,
    Adnan

    FWIW - localTrusted has been switched back to a default of true in my fork of flexunit and it awaiting a merge with the flexunit master branch.
       http://github.com/blegros/flexunit
    -Brian

Maybe you are looking for

  • Help using multiple Time Capsules

    I'm new to the Time Capsule and it's features, but my sister had one, then two and now three - all purchased to be dedicated to three different computers.  She had to purchase more then one because she needed more capacity than one would hold.  She i

  • Can't use classes in own package ... cannot be resolved into a type

    I am fairly new to java and I am having the following problem. i have a folder structure that goes as follows: cs/uwm/client/io and in this directory I have 3 files: ConsoleReader.java ConsoleWriter.java and ConsoleManager.java and at the top of all

  • Can I save/export from Captivate 4 down to Captivate 3?

    Can I save/export from Captivate 4 down to Captivate 3?

  • Nokia Asha 501 - Won't receive an update

    my asha 501 won't recieve an update I have tried using mobile data aswell as wifi, is there any other way I can upgrade my software? Moderator's Note: The subject was changed as we have created a new thread for this topic. 

  • ISight camera not working in safari

    when i try to use my builtin webcam online, nothing happens. it works in photobooth, but not on safari. For example, if i want to take a picture for dailybooth, i select 'take a picture' and i make sure its on the right webcam setting, but nothing ha