Page 1 of 1

Related Items (Document Lib) Refresh button

Posted: 28 Apr 2016
by rab
Hello,
I use a list and a document library which are connected due a lookup field with the related items function. Also I use the updateDroppedDocuments function to drop docs in the related docs area.
When I put a document to the lib I start a classic workflow which manipulate the filename and title properties. So I have a effect, that sometimes the files disapper from the library, so I think the workflow and the updateDroppedDocuments funktion make a confict. I solve this by stopping the workflow for one minute, then it works fine. Is the perhaps an other way to solve this topic?
And can I add a refresh button to the related items, that the user can work with the files without reloading the case after the rename?
Thank you for your help.
RAB

Re: Related Items (Document Lib) Refresh button

Posted: 29 Apr 2016
by Dmitry Kozlov
You should modify title/name in a workflow after setting the lookup field. Take a look at Wait For Field Change action:

https://msdn.microsoft.com/en-us/librar ... 50894.aspx