a workflow is a model of the organization of work items
0
votes
0answers
4 views
SharePoint 2010 Wait For Column Change
I have two lists to handle booking on to training sessions. One list houses the sessions available to book on. The other houses the bookings of those sessions.
My aim is to send an email to users if ...
1
vote
0answers
11 views
How to create an Approval Workflow associated to a List in SharePoint 2010?
I was recently tasked with taking over the SharePoint administration for my company, but I have very limited SharePoint experience. I'm using SharePoint 2010.
I have a List with a few built-in ...
0
votes
0answers
9 views
What is an easy to learn data processing & scripting language? [on hold]
I am building a data workflow engine and as part of it, I would like to give users the ability to create a task or step in the workflow and write their own custom scripts to manipulate a given ...
1
vote
0answers
21 views
Workflow framework that works with JSF [on hold]
I need a workflow system for my JSF application. This will involve approvals, rejections, dual approvals, reassignment of the approval process. Users with certain roles and group permissions can ...
0
votes
0answers
28 views
How would I integrate Stateless with an MVC4 application?
I have an MVC4 project that will entail several workflows, e.g. registration, reservations etc. These are all fairly straightforward but I would like to abstract as much of the workflows as possible ...
0
votes
1answer
16 views
State Machine Workflow Email User
Using SharePoint 2010 and Visual Studio 2010, and have been tasked with notifying a "manager" when their subordinate creates a Calendar Event. The user adds information using a Calendar Event for a ...
1
vote
1answer
38 views
Make a record in one Entity Inactive when a value is changed in another Entity of the same record in crm 2011 on-premise
I have two entities, Bookings and Discharge.
When a record is created in Bookings, it automatically creates a record in Discharge. Discharge
has an additional field that is a drop down with four ...
0
votes
0answers
10 views
Git(hub) workflow for a public Xcode project with an embedded private Xcode project
I have a private repository from which I want to fork a public repository that only contains a stub project/files for code that should remain private. The private project is embedded in the public ...
1
vote
0answers
31 views
How to create a custom graph structure control
I have a DB structure that look like the one on the Image, from which I would like to create a workflow like control structure based on the data in the DB.
I dont think that with the image, further ...
0
votes
1answer
24 views
How to shift a record from one view to another view through workflow in crm 2011 on-premise
How do I shift a record from one view to another view that is a custom view through workflow?
I want a functionality such that when a record is processed and saved it should shift from "Active" ...
-1
votes
0answers
10 views
Cross Domain development work arounds
I've been using JsonP for my Sencha App to solve Cross Domain issues but the time has come to update the records in my database and JsonP fails with an error letting me know I cannot write to a JsonP ...
0
votes
0answers
13 views
Why my shell script doesn't work in Alfred 2 Workflow
I wrote a script like this,
#!/bin/sh
HEXO=/Users/cinvro/nvm/v0.10.15/bin/hexo
cd ~/Work/hexo/cinvro.com/
$HEXO generate
it works when I execute it in my terminal,but it doesn't work when I put it ...
0
votes
0answers
10 views
SALESFORCE workflow to populate the field - doesn't work, help needed
I have a problem with the workflow which I prepared for Communities users. The idea whole idea is to populate Address field according to the values which Communities users will enter. However, when I ...
0
votes
0answers
17 views
How to start a project over an existing project used as a template
I want to know what is the best practice for starting a project over an existing project like bootstrap or html5 boilerplate that provide a initial structure and template.
Most of the time I simply ...
-2
votes
1answer
48 views
Best Way huge data amount to database [on hold]
What is the best way to download data from external Web, json decode it and save result to mysql database.
example in php:
SELECT id FROM table
Insert id as GET parameter to link.
Download content ...