One of our managers is encountering an issue with Sharepoint Workflows.
His team has a standard AD user account setup with an email inbox that they all have access to via Outlooks "Open these additional Mailboxes" option.
The Sharepoint workflow is setup to send approvals to this general-use user account.
The problem is, when they receiv...
Hi,
I have a Spring MVC web application that I need to introduce workflow into and was wondering if anyone had recommendations on existing products that would integrate well/easily with Spring.
The steps (if that's the term) in any given workflow may or may not involve user interaction - so you could imagine kicking off something like ...
Is there a way to block a given change based on the user role?
For example, I don't want any developer to be able to change a ticket status from 'development' to 'closed'. I want it to go through 'test', and allow 'test' to 'closed' only to users with the test role.
...
We are migrating to CRM 4.0 from 3.0. In this process, we have had our data migrated from our existing CRM 3.0 instance to a new CRM 4.0 instance.
This has been going all well and good until I got to the point of installing our existing callouts and workflow DLLs.
I know that I need to rewrite them, but our migration schedule does not ...
I have created a workflow assembly for Microsoft CRM 4.0, and uploaded it to the server, storing it in the database, using the Plugin Registration Tool v2.2 from http://code.msdn.microsoft.com/crmplugin .
So far all's well and good, I use it in a workflow, and determine I have some bugs.
I fix them, and update the assembly using the ...
I'm having problems with this situation:
I have a base repository that contains a 'docs', 'layout', 'pub' and 'sql' folder, there is just a blank 'index.html' in the 'docs' and 'layout' folder. In the 'pub' folder I have Joomla installed.
When I have a new client I make his directory and init a repository, then I add a remote named 'ba...
Is there an easy way to write C code that can access its Git version hash?
I wrote software in C to collect scientific data in a laboratory setting. My code records the data it collects in a .yaml file for later analysis. My experiments change from day-to-day and I often have to modify the code. To keep track of revisions, I use a git...
I've created a SharePoint 2007 Sequential Workflow and am trying to activate two workflows (one approval and one feedback) programmatically.
workflowProperties.Site.WorkflowManager.StartWorkflow(workflowProperties.Item, association, association.AssociationData, true);
I use this code to start the work flow and the association is creat...
Hi,
I have a problem with Workflow persistence. i.e., in my Workflow i used Listen Activity, in that one branch having Handle External Activity and other branch having delay Activity(with 3 Days Time Out).
So, Problem is with in 3 days of time handle External Activity is not fired. so the Delay Activity is fires when it time comes(mean...
I've worked on some recent projects where I load many swfs and other assets in a main site preloader, then access these items later (from other classes, not within the preloader) with something like this:
mc = BulkLoader.getLoader("site").getMovieClip("gallery.swf");
But during development, I cannot test anything that makes calls like...
I am planning on making a change to the data layer of my application and would like to determine every method which depends on the method I am changing. Is there an easier way to find all these relationships other than clicking on the method and selecting "Find Usages", then performing the same step on each method returned until I get to...
Hi,
I am building a number of Custom Activities in Windows Workflow and I need to add a DependencyProperty which can list a number of values for that property which the user can then select when using the activity.
e.g. True or False.
I know how to simply pass a default using the PropertyMetadata, and presume that I will have to pass ...
I want to use the no-code authoring in the workflow. So no code behind. Let's say I have 2 custom activities with dependency properties.
How can I bind a property from activity1 to activity2 ?
...
The workflow is being published as a wcf service, and I need to guarantee that workflows execute sequentially. Is there a way--in code or in the config--to guarantee the runtime doesn't launch two workflows concurrently?
...
Is it possible to pass the parameters of a ReceiveActivity to an Activity in a no-code behind?
I don't want to create a property on the workflow.
I did click on Bind property of the Activity, but it doesn't show the ReceivedActivity parameters.
...
Is is possible to pass parameters to an XOML only workflow?
I'm creating the workflow using XmlReader.
Now is it possible to have parameters on an xoml only workflow?
...
It's possible to host a Sequential Workflow Library dll (NOT SHAREPOINT Sequential Workflow Library) on sharepoint?
How can i do that?
Thanks
...
I'm working on a very graphic-heavy application which uses content from a bunch of different FLAs. I'm a coder, though, so I want to do all my coding in Flash Builder, however I want to allow my designer to still use a few timeline actions such as stop(); and even a few simple button handlers to change the view. I've been trying to find ...
Hi all
Is there an out of the box solution to check the validity of documents? Let's say when a document has been in a document library for 1 year, the author should get a warning, an e-mail for example, to revise the document.
I didn't find this in SharePoint. So I was thinking of creating my own feature for this:
A timer job which ...
I'm a database programmer, but I have never used data flow/diagram program. I would like to explain some Data Diagram to a client.
Question - what is a program that will allow me to easily create a diagram to explain some data tables and process (windows)?
...