Workflow Approval Time and Date Stamp SharePoint 2010

Hello guys,
I hope you can help me. I try to start a parallel workflow with at least two persons. They can approve independently, but I need the approval date and the time from these person, but I only get one approval date. When the workflow is finished. How can I
get the different approval dates from the persons within the workflow?
Best regards
Matthias

If you are using the "Sharepoint Approval process" you can do that.
This is an example but you can do that in a diferent way:
On SPDesigner workflow editor, you need to create one variable for each date you want to save. EX: Date1 and Date2
Then, open the approval process, and go to "Change the behavior of a single task"
Then, on "When a Task Completes" section, add the following:
if CurrentTask:Outcome equals Approved
if Date1 is Empty
Date1 = currentTask:Modified
else
Date2 = currentTask:Modified

Similar Messages

  • How do I add a time and date stamp onto my pictures?

    Can anyone tell me how to place a time and date stamp on all my pictures?

    DTRAND wrote:
    How do I go about creating a script, how do I run it, and where do I run it
    (ie: exactly the steps)... sorry I am new to this.
    You don't need to learn scripting. Just ask in the scripting forum if they can help you.
    They will point you to an existing one or might even do one for you.
    http://forums.adobe.com/community/photoshop/photoshop_scripting

  • How do I keep the time and date stamp of my photo when exporting from iphoto

    Hi,
    I notice the time and date stamp changed when I exported the photos from iPhoto 11 to a external HDD.
    When I looked at the information about the exported photos on my external HDD the time and date changed to the time and date of when I exported the photos form iPhoto instead of keeping the time and date information of when the photo was taken as it appears in iPhoto.
    I thought the time and date stamp is in the meta data of the photo file and can't be changed, am I correct?
    Thanks,

    Kyzelios,
    How can view the meta data from "finder" or do I need a 3rd party app?
    "Get info" function only gives me the creation date which is the export date and time.

  • How do I make the time and date stamp correct for my documents, songs in itunes, etc.

    No matter when I add a song or save a document it says it was added/saved on 1/5/2011. It would be great if somehow I could get back the dates and times that things were added, but I know that may be impossible. I just want a way to have the correct time and date stamp from now on. Finally it wasn't always like this, when I first got the computer everything was correct, I just started noticing it. Additionally my clock is correct, so I don't understand why things aren't saved according to the clock. Thanks in advance

    Resetting your Mac's PRAM and NVRAM

  • Time and date stamp

    Hello. I am trying to add a time/date stamp to my inputs to LV. There are some comments here that I went through but they didn't seem to fit my application. With each tick of the timer I am collecting 5 inputs. Whate I would like is for the final column to have a time/date stamp. I have tried using the Vi's which seem appropriate for this however, they dind't have the affect I had hoped. All I want is for each tick of the clock and a sample is collected, to have he time stamp corresponding to that data.
    Thank you

    Yes, I've understood what you mean for a bit now and I've been telling you what to use, even linking to VIs.
    Here is a step-by-step list of what you need to do to get your data to be in the same format as your timestamp:
    Open the Timing palette, click Get Date/Time in Seconds, place it inside your loop.
    Open the Timing palette, click Get Date/Time String, place it inside your loop.
    Wire the output of Get Date/Time in Seconds to Get Date/Time String.
    Concatenate the outputs of Get Date/Time String
    Place Number to Fractional String inside your loop.
    Wire array of data (capacitance, dissipation factor, voltage) to the Number to Fractional String VI
    You now have all of your data and timestamps in the form of strings. Build an array of all of these strings and write to spreadsheet. If you want the timestamp as the last column, then build the array with the timestamp after the data. Surely you can figure that part out now.

  • Time and Date Stamp Format and User name

    Hi All,
    I am very new to adobe acrobat so forgive my ignorance.  I am trying to add a date and time stamp to pdf files using adobe acrobat so that when they are printed using adobe acrobat the print date will be automatically added.  First I have found the below script on the forum which is entered as a field, will this work using acrobat version 5 or version 7?  Also i believe that the date format is 10/01/2009.  How can I change this so that it will be in the 01 October 2009 and 24 hour clock format?  Finally how do I also add some descriptive text before the date and time i.e. 'print date' and 'not valid 24 hours after printing'?
    var f = this.getField("today");
    f.value = util.printd("mm/dd/yyyy
    h:MM tt", new Date());
    One last question is there a way to add a user stamp to a pdf so that when the document is printed out the user's name is printed i.e. 'printed by J Smyth'.
    Many thanks,
    John

    As noted, you need to change the formatting string to generate the date appearance as you need. You can add additional text to this string using the concatenation string operator, '+'. So you can do:
    var f = this.getField("today");
    var sDate = util.printd('dd mmm yyyy HH:MM tt", new Date())
    f.value = 'Print date: ' + sDate + ' not valid 24 hours after printing';
    All of the above information is covered in Adobe's freely down loadable Acrobat JS API and there are additional resources for JavaScript programing at the Acrobat Users Community and Planet PDF.
    Accessing the 'identity' object is more complex. First, all users will need to complete the 'Identity" information for the application's preferences, as only the login name is picked up from the OS. Then each user will need to have an application folder level JavaScirpt installed on their computer to capture this information during the application initialization of Acrobat/Reader
    // Folder level script to create an application level variables for the "identity" objects properties
    var Identity = new Array(); // array for the identity objects elements
    Identity.Corporation = identity.corporation;
    Identity.Email = identity.email;
    Identity.LoginName = identity.loginName;
    Identity.Name = identity.name;
    // or
    var Identity = new Array();
    for (i in identity)
    Identity.i = identity.i;
    You can then access the items in a PDF  by adding the array element name to the Identity array:
    // set a fied's value to the value of:
    this.getField("loginName").value = Identity.LoginName;
    this.getField("name").value = Identity.Name;
    this.getField("by").value = "By: ";
    this.getField("by").value += Identity.Name;
    You can find the necessary JavaScript folders for Acrobat using the following code in Acrobat's JavaScript debugging console:
    app.getPath("app","javascript");
    app.getPath("user","javascript");

  • Importing video help! Need Time and date to show up on screen...

    SOMEBODY HAS TO HAVE AN ANSWER!
    Okay, little background... I just got a new Mac book pro lab top. First time apple user. Difficult to learn, but learned fast. I am working with IMovie HD program, got the hang of it. I have a Cannon ZR50 camcorder, mini DVR tape. Camera has DV,S, USB, AV etc.. port outs. Hooked it up to lab top to import video to lab top to edit footage add sound etc... to later burn to DVD via IDVD program
    BTW: I used a DV to Firewire cable to load up footage.
    PROBLEM I AM HAVING. is when I'm importing my video to the computer, time and date stamp from my camcorder's screen does not show up on Mac screen. It gets lost when importing. How I view it on my camcorder (SHOWING TIME/DATE INFO ON FOOTAGE TAKEN) is how I would like to view it after importing it to lab top to later edit ad sound tracks etc... If I hook up my camcorder to a VHS or TV, to record on tape of footage taken, Time/Date stamp of footage shows up and records on tape with no problem.
    I spoke with a lot of people on this issue. Everyone refers me to someone else. I can't get an answer for something in my eyes is so simple. They all said " Why would you want the time and date stamp to show up on your footage anyway" Well I would like it to be that way. Topic got down to three things that might solve problem. 1. Need better video/editing software. 2. Need Digital Analog capture device. 3. Need new camcorder. I've been working on this problem for a day or so. It's getting rough for help. Any information on this problem would be great. If you need any more info on my issue please do not hesitate to Pm me. Thanks

    Hi SIZ4SK:
    Welcome to discussions!
    You can't do that with iMovie but you can with a bit of help from a third party...
    What you really need is this free plugin from TriX Software:
    DVFileDateCM
    http://www.trixsoftware.com/DVFileDateCM.html
    Let me know if this helps or not.
    Sue

  • Exporting time and date metadata onscreen in FCP 7

    Hi there
    Does anyone happen to know if i can display the time and date stamp onscreen when exporting to DVD in Final Cut Pro 7? I know that you can now capture the time/date metadata through log and transfer; i need to be able to show that onscreen the same way that you might use timecode when exporting to DVD.
    Additionally does anyone know of a plugin that might give me the same control over this as we already get over timecode?
    And finally, is it possible to print out a log inc: clip name, time and date from FCP7?
    Thanks
    Chris

    ProDateDV from Automatic Duck was a unfortunately mistimed one trick pony that did this ... but only for DV format footage unfortunately, and as such it totally missed the DV bus, as it was only released just about a year ago. It seems to have been pulled from their products page already. Shame. The problem is that every different acquisition format records and stores this data differently, and usually proprietarily, so the details of how and where to find it within the auxiliary data stream is not at all straightforward, nor the means to write a plugin that would work regardless of source media type.

  • DATE and TIME and PATH stamps

    I'm a relative newbie still having issues with getting date and time stamps on my printed documents. I use Preview, Pages, Numbers and also tend to print to PDF a lot, which I am opening in Preview.
    I have found an "Insert" ability in Pages but for some reason it appears to only give me the date that I inserted the Timestamp and despite thinking that I understood that this would update itself when I re-open the document it does not seem to be doing this.
    Can anyone help me figure out what I am doing wrong and/or what my options in Mac for putting the following on a document:
    A. DATE and TIME /printed/
    B. NAME of document with LOCATION (I assume this is software specific?!)
    Thanks for any (further) help with this.
    - Jon

    menu Insert > Date_time
    then apply what was described by Jerrold in his message above
    Helpful AnswerRe: DATE and TIME and PATH stamps
    22 nov. 2011 18:05 (in response to hotwheels 22)
    Or simply double-click the inserted date-time (CAUTION : I don't know if the double click apply with every system or if it's dedicated to Lion).
    As far as I know, the inserted date behaves the same in header, footer, text box or main text layer.
    Yvan KOENIG (VALLAURIS, France)  mardi 22 janvier 2011 20:25:12
    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

  • Seperating time and date from time stamp

    Hai,
          Can somebody tell me how time and date are seperated from a time stamp with format  like 12/01/2006 1:21:36
    I want 12/01/2006 in one object and 1:21:36 in another object.
    Also as BW takes only format YYYYMMDD, does having 12/01/2006 make any difference? If yes then how can I convert this?
    Thank you.

    Hi Visu,
    For converting date check these:
    Re: Date Conversion in Flat File
    Bye
    Dinesh

  • How to copy Excel sheet data to SharePoint 2010 List?

    Hi,
       I need to export excel data to SharePoint 2010 list. I have created 22 columns in list which are of following Column types:
    Single line of text,
    Multiple line of text,
    Choice
    Number,
    Date,
    Person or Group.
    Now i need to export the excel data to SharePoint list.
    When iam trying to copy data from excel to List , it is showing as "The selected cells are read only".
    can someone guide on this to export spread sheet data to SharePoint list without importing Spreadsheet.
    Thanks in advance.
    Badri

    I've updated the example of using PowerShell to include a Person field (user field) and a choice field.
    The CSV file has the following columns:
    TRIP_NO
    VESSEL_NAME
    FLAG
    AGENT_NAME
    CURRENT_LOCATION
    RPT_DATE
    EMPLOYEE
    EMPLOYEE_TYPE
    #Get the CSV file and connect to the SharePoint list
    $vessellist = import-csv -Path C:\Temp\VesselInPortReport.csv
    $l = (Get-Spweb "http://devmy101").GetList("http://devmy101/Lists/smarInPort")
    #Get the lists EmployeeType field (choice)
    $employeeType = $l.Fields["EmployeeType"] -as [Microsoft.SharePoint.SPFieldChoice]
    #Loop through the items and add them to the list
    $r = 1;
    foreach($item in $vessellist)
    $ni = $l.items.Add();
    #Add the Title, using the rows VESSEL_NAME column
    $ni["Title"] = $item.VESSEL_NAME;
    #Add the "Date Recorded" field, using the csv rows "RPT_DATE" column
    [DateTime]$rd = New-Object System.DateTime;
    if([DateTime]::TryParse($item.RPT_DATE, [ref]$rd)){
    $ni["Date Recorded"] = $rd;
    #Add the csv rows "TRIP_NO" column to the new list items "Trip Id" field (SPFieldNumber)
    [Int64]$tn = New-Object System.Int64;
    if([Int64]::TryParse($item.TRIP_NO, [ref] $tn)){
    $ni["Trip Id"] = $tn;
    #Add some other text properties
    $ni["Flag"] = $item.FLAG;
    $ni["Agent Name"] = $item.AGENT_NAME;
    $ni["Current Location"] = $item.CURRENT_LOCATION;
    #Add user information
    $ni["employee"] = $w.EnsureUser($item.EMPLOYEE); #In this case, the $item.EMPLOYEE value from the spreadsheet is a persons name. Eg. "Matthew Yarlett"
    $employeeType.ParseAndSetValue($ni,$item.EMPLOYEE_TYPE); #In this case, the $item.EMPLOYEE_TYPE value from the spreadsheet is valid choice present in the EmployeeType list field. Eg. "Manager"
    #Update the item
    $ni.Update()
    Write-Host ([String]::Format("Added record:{0}",$r));
    $r++;
    Regards, Matthew
    MCPD | MCITP
    My Blog
    Please remember to click "Mark As Answer" if a post solves your problem or "Vote As Helpful" if it was useful.
    I just added a webpart to the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Create an InfoPath Form to Auto Populate Data in SharePoint 2010

    In Anne Stenberg's Blog from 2 Nov 2011 3:00 PM "How to Create an InfoPath Form to Auto Populate Data in SharePoint 2010" she artfully steps through how to create an InfoPath Form to Auto Populate Data. It works but... Jason, another user, 
    wrote whenever the form is opened again either to view or edit, it displays the current users information instead of the value of the person who completed the form in the first place.
    Anne's response was "Hi Jason - I had forgotten I had that problem, too. Change the Form Load rule's condition to
    DisplayName is blank and that should work."
    My problem is I can't find anything other than AccountName in "Select a Field or Group" [GetUserProfileByName (Secondary)] to use in the Condition statement that will correct the problem.
    Any help will be very appreciated.
    Thanks,
    Joe

    Hi Joe,
    I recommend to add one more condition in Form Load to make the form not be populated with current user’s information (You can change Title to another column which should not be blank when users create a new item).
    Best regards,
    Victoria
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Iphoto 08   7.1.1 VS IPHOTO 6   6.0.6 dialog and date stamping photos

    Hello again,
    I asked how to date stamp and describe each job photo I take on my 08 version of Iphoto since it doesn't have the "YEARBOOK" selection in the BOOK formats. well I just tried something for the he## of it and it worked real well. Don't use BOOKS at all. Put the photos in ALBLUMS, click "select all" in EDIT click "batch change" in PHOTOS, set Title to Date and TIME then when the time and date show under each picture type next to them what you want to describe. Cilck on PRINT and a drop down menue will appear, chose "Proof sheet" and hit print again and off you go. NOTE if the date and time do not appear when you choose "Date and Time go to VIEW and make sure "Titles" is checked. It works for me -Now back to all my other problems --How come MIGRATE ASSISTANT doesn't????

    Sorry Larry,
    It was late and I was blind so I threw out the question -----The problem is I used the Migration Assistant when I got a new HD installed in my G4 and nothing happened other than the Fire Wire logo just kept running on my screen. I tied my G4 to my Imac with a Fire Wire--followed screen prompt on my G4 to restart my Imac while holding down the "T" key (on the IMAC). I did that and the Fire Wire logo appeared and began running in the faded mode on my IMAC screen. (Normally it should be a bright gray and yellow) I let it run but nothing ever happened and no info showed up on my G4. I tried it several times until the definition of Insanity popped into my head. I have a Rocstor back up HD for storage, tried leaving connected and disconnecting it to no avail. I assume that the Fire Wire logo running in the "ghost" mode is telling me something unfortunately I am just to clueless to know what it is. I am sure that I changed cables (reasonably) as that would be a natural, but nothing changed. I have gone the other way, G4 to IMAC using the same procedures with no problem.
    Thanks, Mel

  • How to genetare reports(ssrs) with form library's data in sharepoint 2010

    Hi,
    How to genetare reports (ssrs) with form library's data in sharepoint 2010.I am saving infopath(2010) xml form data in form library.I have 500 and more forms in the form library( more forms can come in future).How to generate reports from this xml data (i
    want to make it automate)? Reports should get updated automatically when any changes made to data and if new form entered in the library.
    Please suggest possible solutions.I can not go for code base solution.( somthing SSIS, BCS or web service ....etc or anything else will be fine)
    Thanks in advance.

    Hi,
    According to your post, my understanding is that you wanted to generate SSRS report with form library in SharePoint 2010.
     In order to use the data stored on the InfoPath form, you need to add the controls on the form to be columns in SharePoint(This is the OOTB way without code).
    You can add the control during the publish process:
    Then when you create the SSRS report using the form library as the data source, you can use the fields just as the fields created in SharePoint.
    There is a tool called InfoPath DB in codeplex, you can have a look at it.
    http://infopathdb.codeplex.com/
    More reference:
    http://sharepoint.stackexchange.com/questions/28825/how-to-query-a-form-library-in-sharepoint-2010
    http://sharepoint.stackexchange.com/questions/38492/reporting-against-a-form-library
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • MSS Approve Time sheet data error

    Hi,
    In MSS Approve time sheet data I get a
    The ASSERT condition was violated., error key: RFC_ERROR_SYSTEM_FAILURE:com.sap.tc.webdynpro.modelimpl.dynamicrfc.WDDynamicRFCExecuteException: The ASSERT condition was violated., error key: RFC_ERROR_SYSTEM_FAILURE
    at com.sap.tc.webdynpro.modelimpl.dynamicrfc.DynamicRFCModelClassExecutable.execute(DynamicRFCModelClassExecutable.java:101)
    at com.sap.xss.hr.cat.approve.blc.FcCatApprove.rfcExecute(FcCatApprove.java:307)
    at com.sap.xss.hr.cat.approve.blc.FcCatApprove.init(FcCatApprove.java:276)
    at com.sap.xss.hr.cat.approve.blc.wdp.InternalFcCatApprove.init(InternalFcCatApprove.java:243)
    at com.sap.xss.hr.cat.approve.blc.FcCatApproveInterface.onInit(FcCatApproveInterface.java:136)
    at com.sap.xss.hr.cat.approve.blc.wdp.InternalFcCatApproveInterface.onInit(InternalFcCatApproveInterface.java:133)
    In spro I have configured
    Approval Mode MSS_LTV_EE
    CATS Approval MSS_LCA_EE
    Request Mode ESS_LEA_EE
    Team View Mode MSS_LTV_EE
    I have added pernr and name in the fields selection
    Following is the st22 dump
    Error analysis 
    The following checkpoint group was used: "No checkpoint group specified" 
    If in the ASSERT statement the addition FIELDS was used, you can find 
    the content of the first 8 specified fields in the following overview: 
    " (not used) " 
    " (not used) " 
    " (not used) " 
    " (not used) " 
    " (not used) " 
    " (not used) " 
    " (not used) " 
    " (not used) " 
    Regards
    Srini

    Srini,
    This thread might be handy.
    ESS, Employee Search error: The ASSERT condition was violated
    Good Luck.
    Sandeep Tudumu

Maybe you are looking for

  • Full screen mode bug in Safari?

    In Safari, running in full screen mode, if a link opens a file (eg an Excel workbook), sometimes the Excel (non full screen) window will open over the top of the Safari full screen window. When that happens it's impossible to get access to the Excel

  • Can I install Leopard on an external drive to run my computer?

    Since it seems my hard drive has totally bit the dust, can I install Leopard on the external drive I use for Time Machine, and run my desktop from that drive? Could I run it from an external drive totally dedicated to Leopard? I am buying a new deskt

  • Can't see my website menu on SAFARI

    Hi everybody, I am debeloping a website using CSS, I have a problem with my safari., It doesn't show the menu, If I go to any PC and browse with safari it work, but with mac it doesn't, I can see the menus of my website with firefox also, this is the

  • A few general agent questions

    We've been asked some general questions by our agents that I have been unable to find answers for, (although 4 and 5 are likely working as designed). We are running IPCC Express 7.0(1)SR05_Build504 and these are all phone agents. We do not run the ag

  • How can I use MS Access in Lab View

    how can I use MS Access in Lab View Its urgent