Hi,
Background:
I have an items on the sharepoint list. I also have a corresponding folder in a document library that contains documents about this item. I want to be able to get to this folder straight from the item properties. I have tried to create a lookup column containing folder ID, but that doesn't help cause folder is not a type and it just doesn't work. Other solution would be to create link column but if I will create it staticly - after creating alternative mapping (and getting to the page from the internet for example) it won't work. (so solution posted here won't work for me).
I want to create this link from sharepoint workflow. I have a custom action that can return any info about the folder I want (ID, URL etc).
Question:
How to link from sharepoint list item to a folder in document library?