Sharepoint Forum

 
Home » Forum » Sharepoint       Ask a questionRSS Feeds

Document workflow problem

  Asked By: Jordon English         Date: Feb 24, 2010      Category: Sharepoint      Views: 174
 

We have written small workflow for moving file from one document library
to other. But document library display (moved) file in listing, which
disappear when we refresh page manually. Can anybody helps us to solve
above problem.

Tagged:      

 

3 Answers Found

 
Answer #1       Answered By: Paola Mcmahon          Answered On: Feb 24, 2010       

You can add the following code to the code which you had developed for
workflow

(Add the following line after all the necessary steps done for your
workflow(Moving))

Page.RegisterStartupScript("Sc1","<script
language=javascript>document.location.reload();</script>");

 
Answer #2       Answered By: Justin Mckee          Answered On: Feb 24, 2010       

But can we attach the code to dll which we have linked to Document
Library.

 
Answer #3       Answered By: Jared Bell          Answered On: Feb 24, 2010       

We have to implemented through document  library. We are moving  file from
one library  to other on some events mostly update through advanced dll
option available in document library.

But document library display  (moved) file  in listing, which disappear
when we refresh  page manually.

 
Didn't find what you were looking for? Find more on Document workflow problem Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].