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

Similar Messages

  • Group Policy Logon Script to create folder based on username, run as admin

    Hello,
    I'm at a loss as to how to make this work.  I wrote the following PowerShell script that will check to see if the currently logged in user has a folder on a share, and if not it will create the folder and set appropriate permissions.  I want to
    run it as a Group Policy Logon Script, however I need to run this script as an administrator because users don't have any write/create access at the folder level of the file share.  The problem with that then becomes $ENV:Username resolves to the admin
    account the script is running under.
    Any ideas?
    Thanks!
    Ryan
    # Declare Variables
    $strName = $env:USERNAME
    $strDomain = $env:USERDOMAIN
    If ($strDomain -eq "domain.org") {
    # Split Username into 2 variables
    $data = $strName.Split("_")
    $fname = $data[0]
    $lname = $data[1]
    #Find first character of last name
    $firstcharacter = $lname[0]
    # Figure out if last name begins with A-M or N-Z
    $A_M=$firstcharacter -match "[a-m]"
    $N_Z=$firstcharacter -match "[n-z]"
    # Checks to see if folder exists
    If ($A_M -eq $true){$FolderExists = Test-Path "\\staff-files\staff\Last Name A-M\$strName"}
    elseif ($N_Z -eq $true){$FolderExists = Test-Path "\\staff-files\staff\Last Name N-Z\$strName"}
    # Creates folder if it doesn't exist
    If (($FolderExists -eq $false) -and ($A_M -eq $true)){
    New-Item "\\staff-files.domain.org\Staff\Last Name A-M\$strName" -type directory
    $DirPath = "\\staff-files.domain.org\Staff\Last Name A-M\$strName"
    elseif (($FolderExists -eq $false) -and ($N_Z -eq $true)){
    New-Item "\\staff-files.domain.org\Staff\Last Name N-Z\$strName" -type directory
    $DirPath = "\\staff-files.domain.org\Staff\Last Name N-Z\$strName"
    ElseIf ($strDomain -eq "students.domain.org") {
    # Pull 2 digit year from username and make 4 digit year
    $4digityear = "20" + $strName.Substring(0,2)
    # Checks to see if folder exists
    $FolderExists = Test-Path "\\files.domain.org\students\$4digityear\$strName"
    # Creates folder if it doesn't exist
    If ($FolderExists -eq $false) {
    New-Item "\\files.domain.org\students\$4digityear\$strName" -type directory
    $DirPath = "\\files.domain.org\students\$4digityear\$strName"
    # Assign Permissions
    If ($FolderExists -eq $false){
    $target = $DirPath
    $acl = Get-Acl $target
    $inherit = [system.security.accesscontrol.InheritanceFlags]"ContainerInherit, ObjectInherit"
    $propagation = [system.security.accesscontrol.PropagationFlags]"None"
    $accessrule = new-object system.security.AccessControl.FileSystemAccessRule ("CREATOR OWNER","Modify",$inherit,$propagation,"Allow")
    $acl.AddAccessRule($accessrule)
    $accessrule = new-object system.security.AccessControl.FileSystemAccessRule ("NT AUTHORITY\SYSTEM","FullControl",$inherit,$propagation,"Allow")
    $acl.AddAccessRule($accessrule)
    $accessrule = new-object system.security.AccessControl.FileSystemAccessRule ("administrators","FullControl",$inherit,$propagation,"Allow")
    $acl.AddAccessRule($accessrule)
    If ($strDomain -eq "students.hempfieldsd.org"){
    $accessrule = new-object system.security.AccessControl.FileSystemAccessRule ("DOMAIN\Domain Users","Modify",$inherit,$propagation,"Allow")
    $acl.AddAccessRule($accessrule)
    $accessrule = new-object system.security.AccessControl.FileSystemAccessRule ("DOMAIN\Staff_Tech","FullControl",$inherit,$propagation,"Allow")
    $acl.AddAccessRule($accessrule)
    $accessrule = new-object system.security.AccessControl.FileSystemAccessRule ("DOMAIN\Enterprise Admins","FullControl",$inherit,$propagation,"Allow")
    $acl.AddAccessRule($accessrule)
    $accessrule = new-object system.security.AccessControl.FileSystemAccessRule ($strName,"FullControl",$inherit,$propagation,"Allow")
    $acl.AddAccessRule($accessrule)
    $acl.SetAccessRuleProtection($true,$false)
    $acl.SetOwner([System.Security.Principal.NTAccount]$strName)
    Set-Acl -AclObject $acl $target
    Ryan Breneman - Systems Administrator - Hempfield School District

    Thanks jrv.  That is kind of what I thought but wasn't sure.  I think I will attack this a different way and modify the script to run through all the AD accounts and check for folder existence and create if needed.  Perhaps I'll play
    with System Center Orchestrator and run it inside there.
    These folders aren't being used for profile storage, and we already have folder redirection pointing to them, however I don't want a user to login to citrix and not have anywhere to save if they didn't have a folder to redirect to.
    Folders are supposed to be created when the staff member/student AD account is created, but it doesn't always happen.
    Thanks for your help!
    Ryan Breneman - Systems Administrator - Hempfield School District

  • Creating parameter based on Submit Date from Remedy ITSM

    I am new to creating Crystal Reports and I am using Crystal Reports XI. I am pulling information from BMC Remedy ITSM through an ODBC connection. I have created a report from HPD_Help_Desk that pulls the Incident Number, Submit Date, Submitter, Owner and Description. I am not having any problems pulling the information from the tables. The issue that I am running into is creating a new parameter field that can be used so that when the people that will be running this report can pull information based on a date range of the submit date. When the report is run, it pulls the datetime from Remedy ITSM in a mm/dd/yyyy hh:mm:ss format with AM or PM on the end. I have created a parameter named Date Range that has a static list of values. The Type of the parameter is Date Time. The Value Field is Submit_Date. I have selected true for allowing custom values and allowing range values. The objective is to have the person running the report type in the datetime range such as Start of Range Value: 11/22/2009 00:00:00AM and End of Range Value: 11/28/2009 23:59:59PM so that they get all data for Incidents created from the start of the day on the 22nd to through the end of the day on the 28th providing 1 weeks worth of data. I know selection criteria can be used to run for the previous full week, but this will not help if people want to check on historical data. When the parameter is added to the report, it requests the datetime ranges be entered in a yyyy-mm-dd hh:mm:ss format. I have entered in datetime ranges and it will not filter the data. I receive data back for all dates even outside the range requested. I have attempted to change the format of the Submit Date within the report to match what the parameter is asking for and receive the same results. Any help would be greatly appreciated. Thank you in advance.

    Thank you for the feedback Carl. Again, I am new to this, so please be patient with me. I am not sure what you mean about adding the parameter to the record selection formula. I have drug the parameter field into the report so that it will prompt for parameters before running, but I do not think that is what you are talking about. Please advise.
    To your question about the Submit Date field in the report, when I open up the report and I point at the field for Submit Date the popup shows HPD_Help_Desk.Submit_Date (DateTime). That being the case, I think the answer to your question is that the data type of the data being returned is DateTime. Thanks again for the assistance.

  • Creating report based on master data

    Hi Guys,
    I want to create a specific report based on master data in BI cube. for example... a report which takes cost center and period as variable and display expenses for that period and cost center. This report I want to create for all cost center in BI database separately. any idea how can we do this?
    There are 2000 cost centers and I need to print/send 2000 reports one for every cost center.
    If I store all cost center in excel file, can it be easier?
    broadcasting and creating 2000 schedule - not option.
    Thanks..SM

    Hi  stuti misra,
    Create ONE Query with selection Cost Center and Period are inputs.
    Create text variables for Cost Center and Period and add in Query Description.
    After query execution you can see description based on selection in workbook or webtemplate.
    Hope it Helps
    Srini
    [Dont forget to close the call by assigning poings.... - Food for Points: Make a Difference through Community Contribution!|https://www.sdn.sap.com/irj/sdn/index?rid=/webcontent/uuid/007928c5-c4ef-2a10-d9a3-8109ae621a82]

  • Create report based on JSON data

    Dear All,
    I'm on Oracle APEX 4.1 and Oracle 11g. I'm receiving JSON data in my application and would like to print report based on JSON data without storing it in any table.
    Can you please suggest best way to achieve it?
    Regards,
    Chintan

    Hi,
    in 4.1 you can for example use the open source PL/JSON library (http://sourceforge.net/projects/pljson/) to parse JSON.
    In APEX 5.0, we currently plan to add a JSON API package that e.g. can be used to convert JSON to XML. Here is an example:
    SQL> select col1, col2
      2  from xmltable (
      3      '/json/row'
      4      passing apex_json.parse('[{"col1": 1, "col2": "hello"},{"col1": 2, "col2": "world"}]')
      5      columns
      6          col1 number path '/row/col1',
      7          col2 varchar2(5) path '/row/col2' );
                    COL1 COL2
                       1 hello
                       2 world
    At the last OOW, it was also announced that the RDBMS will provide native support. That should be the preferred option in the future.
    Regards,
    Christian

  • Properties won't open in Outlook 2007 for contacts created in iPhone

    The contacts synched from my iPhone to Outlook but when I try to open the contact, it get an error message that the properties dialog box cannot open because an invalid ENTRYID was passed in. I have check software versions, made sure the Trust Center has the correct information and no luck. Has anyone else run into this issue?

    Hey Lizzybyrd,
    The solution that worked for me was to EXPORT my contacts OUT of outlook (as a Windows CSV file), and then re-import them into outlook. This sorted out the error I kept getting, which is the same as your description.
    The only thing to look out for are the options given to you when you re-import your address book back in... I forgot what they were, but you don't want to create duplicate contacts. you want to merge them i think. Its logical when you read the options.
    Hope this works out.

  • 7.0 Create forms based on Access data -David O'Hanlon are you there?

    Hi - Using a pdf created using LiveCycle 7.0<br /><br />I'm trying to create xFDFs using data from an Access database.  The xFDF should then be e-mailed to users who fill out the forms and return xml files by e-mail.  I then parse out the xml in to SQL Server using VBScript.<br /><br />The problem is that setting the value isn't working.  The real form is based on an XML schema & is more complicated, so Here's the xfdf I'm trying to create for a simple test:<br /><br />================================================================<br /><?xml version="1.0" encoding="UTF-8"?><br /><xfdf xmlns="http://ns.adobe.com/xfdf/" xml:space="preserve"><br />     <fields><br />          <field name="Identifier"><br />               <value>CRAP</value><br />          </field><br />     </fields><br />     <f href="C:\Documents and Settings\kirkenda\My Documents\ReviewerForm\form.pdf"/><br /></xfdf><br />===============================================================<br />The pdf form only has one field, Identifier.  The xfdf will open in reader, but the value isn't set to CRAP.  This type of thing works in forms created using Acrobat 6.0, but I can't get it to work with the forms I've created using LiveCycle Designer 7.0 that comes with Acrobat 7.0.     I'm thinking of uninstalling 7.0 and reinstalling 6.0, as I've hit a wall at every turn to try to pre-populate a form.<br /><br />Has anyone been able to do this in 7.0?<br /><br />Any comments at all - ANYTHING! would be welcome.<br /><br />Thanks -- Ginger<br />(posted to the Acrobat forum by mistake)

    I have a vital form that clients fill out, which is passed to many people in the company along the workflow. The form is a Planner and we have in the following PDF, Word Doc..
    Well before, the Planner.pdf was originally created in Word, since most people have access to Word.. but evolved to a PDF form created from the Word Doc via Adobe LiveCycle Designer 8.0 w/ User Rights enabled so that the form could be filled out and saved using Adobe Reader.. which was a step better than Word.. being that it is free. But this needed to be easier and more to the point b/c some clients don't particularly like installing the latest version of Reader, even if you provide them the link. Nor do they like saving the form, filling the form, and attaching the form to send back.
    My goal is to have the client fill an HTML version of the form, submit and be done with it, but everyone in the workflow be able to easily receive the filled Planner as a PDF form.
    So some months ago I ran into this post Chris Trip, "Populate Livecycle PDF from mySQL database using PHP" #8, 22 Sep 2007 4:37 pm
    which uses the command line Win32 pdftk.exe to merge an FDF file into an existing PDF on the remote server, and serve this to whoever.
    My problem was with shared hosting and having the ability to use the Win32 pdftk.exe along with PHP which is predominantly used on Linux boxes. And we used a Linux box.
    so i created the following unorthodox method, which a client fills the HTML version of the Planner, all field values are INSERTED into a table in MySQL DB, I and all filled planners that have been filled by clients to date can be viewed from a repository page where an XML file is served up of the corresponding client, but someone would have to have Acrobat Professional, to import the form data from the XML file into a blank form.. altoughh this is simple for me.. I have the PHP file already created so that when a Planner is filled and client submits. >> the an email is sent to me with a table row from the repository of the client name, #, email, and a link to d-load the XML file,
    But I also have the PHP files created so that the Planner can be sent to by email to various people in the workflow with certain fileds ommitted they they do not need to see, but instead of the XML file beiong served up i need the filled PDF Planner to be served.
    I can do this locally with ease on a testing server, but I am currently trying to use another host that uses cross-platform compatibility so i can use PHP and the pdftk.exe to achieve this, as that is why I am having to serve up an XML file b/c we use a Linux server for our website, and cant execute the exe.
    Now that I am testing the other server (cross-platform host), just to use them to do the PDF handling (and it's only $5 per month) I am having problems with getting READ, WRITE, EXECUTE permissions..
    Si guess a good question to ask is can PHP do the same procedure as the pdftk.exe, and i can eleminate it.
    or how in the heck can i get this data from the DB into a blank PDF form, like i have described??
    here are some link to reference
    Populating a LiveCycle PDF with PHP and MySQL
    http://www.andrewheiss.com/Tutorials?page=LiveCycle_PDFs_and_MySQL
    HTML form that passed data into a PDF
    http://www.mactech.com/articles/mactech/Vol.20/20.11/FillOnlinePDFFormsUsingHTML/index.htm l
    and an example
    http://accesspdf.com/html_pdf_form/

  • How to create monitor based on the data collected by rule?

    I have an application which comes with a built-in command: GetBackLogNm.exe. Running this command can get the current backlog number in the system.
    Now I need to create a monitor which should trigger the alert if the backlog keeps increasing for 2 hours. I am thinking of creating a rule which run command GetBackLogNm.exe to get the number and save it into DW. Then create a monitor based on the collected
    data. Is it the correct way? If so, can anyone give me a outline how to do so? An example would be much appreciated if possible.
    Thanks!

    Hi Jonathan, thanks for the quick reply. But System.ConsolidatorCondition seems only available for SCOM 2012. I didn't find it in 2007 libraries.
    However the idea your and Vladimir showed in this
    post is really helping. I kind of solved the issue not using the exactly the components (since it is available in 2012 only) but following the same logic.
    In general I did this:
    1. create a script rule which execute the command to get backlog number; then save the log number in the DW and the registry.
    2. just like System.Performance.DeltaValueCondition, when the second time the rule triggered by schedule, it will compare the current backlog number and the last known number stored in the registry. If the value is exceeding given threshold AND bigger than
    the last known back log number, the rule increase an counter which is also stored in the registry
    3. create an unit monitor to monitor the counter stored in the registry and will trigger the alert if the counter exceeding a given value.
    This solved the issue. But I feel a little not comfortable to store data in the registry.
    So one quick question which might be out of the this topic: what is a good way to store the data generated by one workflow and then share it with another workflow or reuse sometime later? In my case here, I used the registry key. Cook down is one option
    to share data but it is very strict and can't solve the issue I have in this case.
    Thanks again!

  • Smart Mailbox not working correctly based on received date

    I setup a smart mailbox with the condition:
    Date Received is not in the last 1 year
    I get plenty of messages where the date received was within the last year. Anyone know how to fix this problem.
    Thanks in advance,
    Roy

    David needs to get extra points for slipping in the Princess Bride reference.
    As he points out, this smart mailbox rule should exclude all messages not from THIS calendar year--2007. If you want all messages older than one year, do date received is not in the last 12 months, and it should give you what you want.
    G4 933 mhz Quicksilver   Mac OS X (10.4.9)   Wacom Intuos 2 tablet; Epson 2400 Photo; HP Deskjet 6840; LaCie 80gb D2 FWDV

  • Find all PC's with Outlook 2007 only. Help - Frustrated!

    Hi All.  I have been trying to find a way to create a query to show all PC's that have Outlook 2007 installed.  I am basing this on file name = Outlook.exe.  One problem is that many of the various queries I tried creating has multiple language
    installations (i.e Microsoft Office Outlook 2007 (Japanese) MUI or Microsoft Office Outlook 2007 (Japanese) MUI.)  Or it will show hundreds of Office updates for outlook.  This throws the report off wildly. Below is what I have tried that I thought
    would work.
    select distinct SMS_R_System.Name, SMS_G_System_WORKSTATION_STATUS.LastHardwareScan, SMS_R_System.SystemOUName from  SMS_R_System inner join SMS_G_System_SoftwareProduct on SMS_G_System_SoftwareProduct.ResourceID = SMS_R_System.ResourceId inner join
    SMS_G_System_SoftwareFile on SMS_G_System_SoftwareFile.ResourceID = SMS_R_System.ResourceId inner join SMS_G_System_WORKSTATION_STATUS on SMS_G_System_WORKSTATION_STATUS.ResourceID = SMS_R_System.ResourceId where SMS_G_System_SoftwareFile.FileName = "OUTLOOK.EXE"
    and SMS_G_System_SoftwareProduct.ProductVersion like "12.%"
    MS has a technet article that shows all the different versions of Outlook 2007.  http://support.microsoft.com/kb/928116  I need a query that only shows all installs of Outlook 12.x with the range specified, all languages and no updates.  If
    you could assist, well then you the man!

    Did you try this Report ?
    http://eskonr.com/2012/01/configrsccm-report-for-ms-office-outlook-based-on-version-and-ou-name/
    You may have to modify as per the needs.
    SELECT b.Netbios_Name0,
    b.User_Name0,
    CASE WHEN a.FileVersion LIKE '11.%' THEN 'Office 2003′
    WHEN a.FileVersion LIKE '12.%' THEN 'Office 2007′
    WHEN a.FileVersion LIKE '14.%' THEN 'Office 2010′
    ELSE 'NULL' END AS 'Office Version',
    a.FileName,
    a.FileVersion,
    a.FilePath
    FROM v_GS_SoftwareFile a
    JOIN v_R_System b ON a.ResourceID = b.ResourceID
    WHERE FileName = 'outlook.exe'
    ORDER BY
    b.Netbios_Name0
    Eswar Koneti | Configmgr blog:
    www.eskonr.com | Linkedin: Eswar Koneti
    | Twitter: Eskonr

  • Unable to sync Outlook 2007 .pst file to iPhone 3GS

    Hi,
    I´ve been troubleshooting my problem for over a week now and getting exhausted with it.
    I have gotten some results leading to what the problem is and I will try to explain in a easy way below.
    I´m running Vista with iTunes 9.0.1.
    The problem started when I bought a new laptop and I used Windows Back up to transfer all my files to the new computer.
    So few days later I was syncing my computer with Outlook 2007 like I have been doing without problems on my previous laptop and I noticed that no new data was being transferred to the iPhone and back to the Outlook.
    I started Troubleshooting by reading your Discussion forum and found few methods to try.
    - Reset Sync History
    and all the basic stuff that I cannot list here as I will now tell you what I have found out.
    I created a new user account (Guest account)on the computer and a new email account user in outlook 2007. That creates a new .pst file for Outlook. I started Outlook and put in some contacts and few calendar items for me to sync with iTunes. I started iTunes and no problem syncing from the Guest Account.
    Ok I have isolated the problem to the .pst file from my original account. Now what I could do it make a copy of my .pst file and copy that onto my USB drive and transfer it to the Guest account and add it to the Outlook Personal Folder and the problem would be solved.
    I did so and of course it didn´t work.
    So I tried the other way around to take the new .pst file and copy that and install that on my original account to see if it would be able to sync there and that wouldn´t work either, the iPhone looses all Calendar and Contacts when being synced in my original account.
    I looks to me as iTunes on my original account is reading some .pst file that is blank and I don´t seem to know where it is as I´ve used "Search" to look for any additional .pst fines on my computer without any being found.
    Any thoughts on this issue.

    You've narrowed it down to your pst file, and the most likely explanation is that it is corrupted or has a bad record in it. This was a common problem a while ago when the phone first came out; I've seen it mentioned much less since. Usually the bad record is a contact; open Contacts in Outlook and check the first few entries; this is usually where Outlook displays bad records. Open each of them, make a change, and save it.
    Another option is to export the PST file using Outlook, then import the exported file (as a new PST). This usually fixes corrupt files.

  • Problem Creating VirtualProviders Based on the DTP

    Problem Creating VirtualProviders Based on the Data Transfer Process .
    (1) I have created an Data Source(extract structure and extractor) on SYS1. Tested the extractor. It returns data as desired.
    (2) Then I replicated this Data Source to SYS2.
    (3) In SYS1 I created InfoCube(VirtualProvider based on data transfer process for direct access) .
    Till this point I have no issues .
    (4) But after that I am not able to "Create Data Transfer Process"  for this Virtual Infoprovider . When I try to create DTP the DTP type available for selection is "Scheduled" where as per the documentation I need to create DTP of DTP type "DTP for Direct Access".This DTP type I donot see.
    Is it a problem with the BW configuration or some user error.Any suggestions which may help would be realy appreciated.
    Thanks & Regards,
    priyadarshi

    Corrected some typo in my earlier update...
    Problem Creating VirtualProviders Based on the Data Transfer Process .
    (1) I have created an Data Source(extract structure and extractor) on SYS1. Tested the extractor. It returns data as desired.
    (2) Then I replicated this Data Source to SYS2.
    (3) In SYS2 I created InfoCube(VirtualProvider based on data transfer process for direct access) .
    Till this point I have no issues .
    (4) But after that I am not able to "Create Data Transfer Process" for this Virtual Infoprovider . When I try to create DTP the DTP type available for selection is "Standard(Scheduled)" where as per the documentation I need to create DTP of DTP type "DTP for Direct Access".This DTP type I donot see.
    Is it a problem with the BW configuration or some user error.Any suggestions which may help would be realy appreciated.
    Thanks & Regards,
    priyadarshi

  • Create condition based on date and time

    Hi everyone,
    I'm using Discoverer Plus 10g. I want to create a condition in my worksheet using StageTime (consists of date and time) as the parameter, i.e. StageTime > StartTimeParameter and StageTime < EndTimeParameter.
    I am able to create condition based on the date, but unable to create based on the time. I need to limit the data up to the hour, e.g.
    StageTime > 11-NOV-2005 1 AM and StageTime < 11-NOV-2005 3 AM.
    But so far I am unable to create a condition for the hour element.
    I try to use this:
    TO_DATE(TO_CHAR(:Start Date Parameter,'mm-dd-yyyy')||' '||:Start Hour||':00:00','mm-dd-yyyy hh24:mi:ss')
    Start Date Parameter is selected using the date picker in Discoverer Plus
    and the Start Hour is in the format '00' to '23'
    but was prompted with the error: ORA-015858 a non numeric character was found where a numeric was expected.
    Would really appreciate anyone's help on this! :)
    Thanks,
    Angeline :)

    how about, if :Start Date Parameter is of type DATE and :Start Hour is of type varchar2(2) to simply do
    :Start Date Parameter + to_number(:Start Hour)/24
    ?

  • Customer Outstanding based on invoice date

    Hi,
    As you know that we have statndard report for Customer Outstandings which will give us the cusomer outstanding balance with time buckets. in that we calculate the outstanding amoount based on Posting Date.
    Now i want to calculate the same based on invoice date insted of posting date . In the statndard report it was calculated based on posting key date with  SAP Exit. variable.
    Please guide me how to calculate the Custiomer Outstanding amount based on invoice Date.  And guide me how to create buckets  based on invoice date.
    Thanks & Reagards,
    Anand

    Hi,
    Buckets means you need to Substract some Date with invoice date, so you can create Customer Exit Variable with Formula type and do it.
    See the Material age Buckets report and develope your report.
    Calculating the Ageing of the Materials
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/business-intelligence/a-c/calculating%20the%20ageing%20of%20the%20materials.pdf
    For all other Customer Exit Variables code pls see.
    https://wiki.sdn.sap.com/wiki/display/profile/Surendra+Reddy
    Thanks
    REddy

  • 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.

Maybe you are looking for