Detect that a file was created into one space
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2011 09:11 AM
Hi,
Here is my problem:
How can i detect that one file was created into one space? I need this to trigger one workflow start… it should start when a file get uploaded and one user should recive this email as a notification that he has/hasnt to approve somethig.
What should i do?
Thanks & Regards
Here is my problem:
How can i detect that one file was created into one space? I need this to trigger one workflow start… it should start when a file get uploaded and one user should recive this email as a notification that he has/hasnt to approve somethig.
What should i do?
Thanks & Regards
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2011 03:52 AM
You have to execute a query against the repository using the space as the container reference.
If you are using Lucene you could execute a query similar to the following:
If you are using Lucene you could execute a query similar to the following:
PATH:"/app:company_home/cm:Space1/*" AND @cm\:name:"contentFileName1.txt"
Hope this helps.
