Copy document from one library to other when workflow is completed in sharepoint.

I have created a state machine workflow for document library for template approval process .When workflow is completed ,i need to need to copy that document to other library on the same site.
Regards,
.NetUser

SharePoint Designer has a "Copy list item" workflow action on it.  I'm, not sure if this is accessible via Visual Studio but if it's not, you can create a re-usable workflow in SPD with a view of importing it into VS.  It should, in
theory give you the code equivalent of the SPD Action.
Steven Andrews
SharePoint Business Analyst: LiveNation Entertainment
Blog: baron72.wordpress.com
Twitter: Follow @backpackerd00d
My Wiki Articles:
CodePlex Corner Series
Please remember to mark your question as "answered" if this solves (or helps) your problem.

Similar Messages

  • I have a new iMac and i created two libraries on iTunes. how do i copy songs from one library to the other?

    I have a new imac. I created two libraries, one for me, one for my kids. how do I copy songs from one library to the other library?

    Not easy unless you're just content with adding some files to the other as new files but lose playlists for those files, and playcount, and ratings, etc.  If you're okay with that, you can drag the media folder from one library to the other. If you use default settings and want to duplicate the media, just drag it. If you want to add the media but leave it where it is currently located, hold down the option key while dragging to the library window.
    Otherwise:
    PowerTunes - http://www.fatcatsoftware.com/powertunes/ (commercial software)
    syncOtunes - http://homepage.mac.com/oligrob/syncOtunes/syncOtunes.html

  • This is my first mac i have 2 hard drives installed how do i move photos or documents from one to the other

    i just bought my first imac i have 2 seperate drives on it. how do i move photos and documents from one to the other.

    This is our resident iPhoto guru, Terence Devlin's, advice:
    You can move your iPhoto Library to an external or secondary internal disk:
    1. Quit iPhoto
    2. Copy the iPhoto Library Folder as an entity from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.

  • Copy documents from one repository to another

    Hi all
    We have a scenario. We need to copy content from one repositoy to another when
    1.  a new document is created.
    2. the same document is updated. (replication should happen automatically, immediately)
    Is it possible? If yes, how?
    Regards
    Aparnna

    Hi
    I have done all the configurations according to the following document
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/802c1739-d270-2910-ad9f-f369de07c1bf">Link to the document</a>
    But the current status of the offer is still "ICE_INITIAL"
    Please help me to sort this out
    Regards
    Aparnna

  • How can we copy table from one schema to other schema

    Hi,
    I have create one table in one schema and i want to copy it to other schema.How we can copy table from one schema to other schema

    Hi,
    You can try something like this :-
    SQL> CONNECT SYS/SYS123@SERVER AS SYSDBA
    Connected.
    SQL> CREATE USER TEST_1 IDENTIFIED BY TEST_1;
    User created.
    SQL> CREATE USER TEST_2 IDENTIFIED BY TEST_2;
    User created.
    SQL> GRANT CONNECT,RESOURCE,DBA TO TEST_1;
    Grant succeeded.
    SQL> GRANT CONNECT,RESOURCE,DBA TO TEST_2;
    Grant succeeded.
    SQL> CONNECT TEST_1/TEST_1@SERVER
    Connected.
    SQL> CREATE TABLE TEST_COPY ( TEST_COL NUMBER );
    Table created.
    SQL> INSERT INTO TEST_COPY VALUES ( 1 );
    1 row created.
    SQL> INSERT INTO TEST_COPY VALUES ( 2 );
    1 row created.
    SQL> COMMIT;
    Commit complete.
    SQL> GRANT ALL ON TEST_COPY TO TEST_2;
    Grant succeeded.
    SQL>  CONNECT TEST_2/TEST_2@SERVER
    Connected.
    SQL> CREATE TABLE TEST_COPY AS SELECT * FROM TEST_1.TEST_COPY;
    Table created.
    SQL>  SELECT * FROM TEST_COPY;
      TEST_COL
             1
             2Regards,
    Sandeep

  • I have an iMac (OSX 10.9.2) and a Macbook (same).  I want to copy photos from one to the other.  how?

    I have an iMac (OSX 10.9.2) and a Macbook (same).  I want to copy photos from one to the other.  how?

    I'm sorry.  I got a little off-the-wall there.
    I want to have the same iPhoto files on both machines.  A few days ago I spent several hours swapping photos back and forth until I had one event with identical picture files on both.  Yesterday I scanned some old photos into the Macbook.  Today I wanted to copy them to the iMac.  I could not remember what I had done a few days ago, so I spent a couple of frustrating hours trying to either remember or find another way, to no avail.  I have no idea what I did right before; I only recall that it was pretty easy.
    I didn't write anything down.  I used to do that, but what I do is so intermittent that by the time I want to copy pictures again either (a) the app has been updated and the old way doesn't work (b) I've lost the paper with the notes on it or (everything seems fine but it just doesn't work.  So I gave that up.
    Yes, I do want both iPhoto libraries to be the same.  The Macbook is the one with the scanner and I download from my camera on the iMac, so I need to be able to move photos from one to the other, I think.

  • How to copy data from one column to other column

    hi,
    can any one tell me how to copy data of  one column to other column for some specific data
    example
    productno  ocalyear        actualsales  prevplansales   currentplansales
    p001       2007                  100              120                   
    p002       2007                   90               100
    p003       2007                  120              130
    p004       2007                  140              120
    p005       2007                  150              150
    i want to copy data of p001 and p002 from prevplansales to current plansales
    productno  ocalyear        actualsales  prevplansales   currentplansales
    p001       2007                  100              120              120     
    p002       2007                   90               100              100
    p003       2007                  120              130
    p004       2007                  140              120
    p005       2007                  150              150
    is it possible to do?
    please suggest me.
    i will assign points

    Hi,
    I think the needed techniques are already described in the documentation, e.g. in
    http://help.sap.com/saphelp_nw70/helpdata/en/45/e641e4c61256dee10000000a114a6b/frameset.htm
    or
    http://help.sap.com/saphelp_nw70/helpdata/en/45/e641e4c61256dee10000000a114a6b/frameset.htm
    The main techiques used in the above example to bind the filter of the planning function to selected (marked) objects in the analysis item or to drop down boxes (or both). These techniques are used in the above examples.
    Regards,
    Gregor

  • Move document from one environment to another when document is approved

    Hi,
    I need to move document from extranet environment(abc domain) document library to intranet environment(xyz domain) document library when document approved.
    Can anybody suggest me how we can proceed?
    Thanks,
    Raju

    Are you writing a custom workflow or you are using out of the box approval workflow?
    Regardless the best option for you is to use two step approach. 
    1) When document is approved using Copy.CopyIntoItems Method to copy document to your extranet farm. You will have to rely on web services given you are communicating between two farms.
    Copies a document represented by a Byte array to one or more locations on a
    server.
    2) Once the document is copied then your List.asmx to delete from original location.
    How to: Update List Items
    If you are using out of the box approval workflow then best way to automate this is using event receivers. If this is custom workflow then write your code in the workflow using code activity.
    Amit

  • Can i copy playlists from one library to another

    Hello
    i have just found out how to set up another library (by holding the 'alt' keydown when i open itunes - if there's another better way please tell me).
    what i really want is a way to separate my playlists from my child's, so i think i'm doing the right thing.
    i've created a new library for her, but is there an easy way for me to move her playlists over from my library to hers?
    what would be really good is if i could have both open at the same time and then just move them over with the mouse? is this at all possible?
    cheers
    angela

    van D wrote:
    can I somehow transfer or copy them?
    you can transfer playlists either by using home sharing or by exporting/importing them.
    JGG

  • How do I transfer copied cds from one library to another?  I have tried using a jump drive but it doesnt seem to work

    A friend gave me her cds to copy so that she could put them on her itunes library and put them on her ipod.  she couldnt spare the time for me to do this directly to her computer as she needs it for work all the time and she travels a lot.  I copied all the cds to my (default) library although I could log into her account.  I then copies them to a jump drive.  When I tried to upload them to her itunes library on her computer it does not allow me to do so... Am I doing something wrong or is this a preventative issue so that people dont re-copy CD's.  I have no interest in any of her music or CD content and would gladly delete from my library.  I just want to be able to upload to her library,  I hope this is possible somehow, or I will have to reburn all (200+ CDs again) to an itunes library....

    Hey susanneyes,
    Sounds like you want to set up Firefox Sync. This will allow you to keep all of your instances of Firefox synchronized. Just follow the steps in [https://support.mozilla.com/en-US/kb/what-firefox-sync?s=sync&r=0&as=s this article] and you'll be set.
    Hopefully this helps!

  • Workflow copy document from doc library 1 to doc library 2

    Why there are NO box to key in new library name? How to copy from library 1 to library 2 in different subsite?

    Hello,
    I guess WF works within a site so you won't be able to move item in different site. Use visual studio WF or custom code to move item in different site.
    http://social.technet.microsoft.com/Forums/en-US/dd3fe60f-a458-4aed-845d-96b0629a8bc8/copy-list-item-from-one-site-to-another-list-in-its-subsite?forum=sharepointgeneralprevious
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Copy ID from one library to list using sharepoint designer workflow 2013

    Hello,
    I am new In SharePoint Designer workflow.
    I want to copy ID [by default] from one SharePoint Library to SharePoint List by using SharePoint Designer workflow 2013.
    So Please provide me any solution on it.
    Thanks,
    Samadhan.

    Hi Bjorn,
    Please create a workflow based on SharePoint 2010 platform, there is OOB action "Copy List Item" which can copy attachment to another list.
    Then use "Update List Item" action to update fields value for the new item. In this action, we could use Item title to locate the newly created item. For your reference:
    However, we cannot make this workflow to start automatically. As workaround, we could use SharePoint Designer to create a Custom Action in the Source List and initiate the workflow. In my test, I created a Custom Action in the type of List Item Menu. Then
    the custom action would appear in the Item ellipsis dropdown menu:
    Regards,
    Rebecca Tu
    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]

  • How do I copy music from one library to another on same PC?

    Me and my hubby both have separate itunes libraries on the same computer - is there a way of copying some of the songs from his library onto my library/ipod?
    Thanks in advance for any longed for advice!!
    H

    iTunes Home Sharing now works between users on same computer - https://discussions.apple.com/thread/3865597

  • How can we copy report from one portal to other portal

    hi,
    I have to copy one report from 1 portal to other portal so how we can do that .If anybody knows pls tell me

    Hi,
    Can you tel us the type of Report you are using ?
    Regards,
    Sandeep

  • How to export photos from one library to other?

    I have two Aperture's libraries. The first one has my full albums, since 2001, and runs on my 2Tb external HD. The other one, has only the current year's photos, and is storaged on my Macbook Pro local disk.
    So I want to export ou migrate all my 2011 photos from my local library to the first one. So I can start the new year (2012) with a new empty library on my mac.
    How is the best way to do this?
    Thanks.

    You should look into Aperture's "Duplicate Project Structure" command to see if it helps.  You might be able to set up your 2012 Library prior to "archiving" 2011.
    Scroll down this User Manual page.
    Duplicating a Project Structure
    If you routinely use the same project structure populated with the same types of albums and folders, you can duplicate the structure of an existing project and create a new, empty project with the same arrangement of albums and folders. If the project you’re duplicating has Smart Albums, the settings for those Smart Albums are duplicated as well.
    Many users are better served by having one Library, and putting Masters on an external drive as their Library grows too big.  If you are interesting in this, ask.

Maybe you are looking for

  • Error in Iview Creation.

    Hello All. I am haveing Content Admin Role and wheni try to create Iview by selecting New after Right Click. It throws me this error. com.sapportals.portal.pcd.gl.PermissionControlException: Access denied (Object(s): portal_content/com.sap.pct/admin.

  • How can I verify that iCloud has all my data?

    I'd like to make sure that iCloud has my contacts accurately copied. Is there a way to make sure that the date here (in one of my 3 devices - Mac, iPad, iPhone) is the same as the data there (the iCloud)?

  • External Fire Drive - All files cannot be opened

    Hi, I have a Prolific PL3507 Combo External Firewire Drive. All data on the device cannot be opened by its application or any application - Photoshop, Illustrator - iTunes - iPhoto - Pages etc etc. A get info shows the file as being whatever the file

  • Appleworks crashes after security upgrade

    I successfully ran Appleworks 2 weeks ago. I did a "security upgrade" today which updated many files. Now I cannot open Appleworks for a new file, for my 2 week old file, or even on the templates. The starting window comes up and immediately crashes.

  • RFC User Authorizations

    I have created an RFC user in the source system with the profile S_BI-WX_RFC and an RFC user in the BI system with the authorisation S_BI-WHM_RFC. Initially I also gave them SAP_ALL & SAP_NEW. However I do not really want users to have the level of a