New Post: In the Wild
When I release projects on CodePlex, I'm always curious if/how they get used. So if you If you use this project somewhere, please satisfy my curiosity and post back a short description. Also, if you...
View ArticleNew Post: Publish item and link Activity - Should item deletions be cascaded?
Hi RyanI have been playing with your Publish item and link custom activity today in Sharepoint Designer. I am using it on a documents library to publish items out to a duplicate document library....
View ArticleNew Post: Publish item and link Activity - Should item deletions be cascaded?
Nick,That is definitely not the correct behavior. This activity creates a column in the source list that will point at the destination list and one in the destination list that will point back at the...
View ArticleNew Post: Publish item and link Activity - Should item deletions be cascaded?
Hi RyanThe field in the destination list is pointing back to the correct source item. I can't do any more with it today but I will do some more experimenting tomorrow and post back any findings.Nick
View ArticleNew Post: Publish item and link Activity - Should item deletions be cascaded?
Hi RyanI've done a bit more work on this and I think I have isolated the problem. When I was testing before I was trying to publish between two document libraries on the same website. This seems to...
View ArticleNew Post: Publish item and link Activity - Should item deletions be cascaded?
Hi RyanI've done a bit more work on this and I think I have isolated the problem. When I was testing before I was trying to publish between two document libraries on the same website. This seems to...
View ArticleNew Post: No joy with WSS Activities
Hello, Ryan. I have installed the two prerequisite items without errors and installed the WSS Activities without errors. However, when in am in SPD 2007 creating a workflow, when I select one of the...
View ArticleNew Post: No joy with WSS Activities
A couple things come to mind.1) did you activate the feature on the web app level in central admin? Just installing the solution adds the .xml files to the proper locations for it to show up in SPD,...
View ArticleNew Post: No joy with WSS Activities
I did not activate the feature. I'm a little confused about when something should be activated. I have downloaded and installed other codeplex workflow activities and didn't have to activate. Yours...
View ArticleNew Post: Site Group actions
Hello again, Ryan. Do you have any documentation on using the Group actions (Create Site Group, Setup Site Group)? I am making good use of your Create Site action. Now I need to create a Permission...
View ArticleNew Post: Publish item and link Activity - Error publishing document
Hi RyanDo you have any idea why running a workflow to publish a new item to a document library to another site might give the error....Object reference not set to an instance of an object. at...
View ArticleNew Post: Publish item and link Activity - Error publishing document
I may have an idea here. EnsurePublishedFromColumn is used to make sure the extra column in the destination list exists, which will be used to store the url of the source item. Since you are getting an...
View ArticleNew Post: Publish item and link Activity - Error publishing document
Hi RyanYou are 100% correct. Actually, we had updated the URL in the SPD workflow to the correct path but in so doing had deleted the actual destination document library name. Doh!Thanks for your...
View ArticleNew Post: Sharepoint 2010 hope?
I tried manually installing these into Sharepoint 2010 and they install and deploy, but they don't work. Any chance you will update these to work with Sharpeoint 2010?
View ArticleNew Post: WSS Activities - Copy to another location error
I was wondering if anyone who has used the "Copy to another location" activity encountered "Web application at ... could not be found.." error.I am trying to copy the file to another Web application...
View ArticleNew Post: WSS Activities - Copy to another location error
hemantdesai - that won't work. This thing uses the object model to do the copy, so the source & destination will need to be on the same farm. I'm not sure if it will work across web applications...
View ArticleNew Post: WSS Activities - Copy to another location error
Thanks for the quick reply Ryan. I will have to find an alternative solution since the two sites that we have cannot reside on the same Farm.
View ArticleNew Post: WSS Activities - Copy to another location error
You could rewrite the copy to use a weservice upload or to use webdav.
View ArticleNew Post: WSS Activities - Copy to another location error
Unfortunately, I am not familiar with programming within SharePoint. I can use SPD but that is where my knowledge ends.
View Article