Creating multiple tasks depending on field responsible

I would like to create one task which has
multiple charges.
The system should createa task for each
person who is in charge.
Is there abuilt-in function?
should I use designer ?
Nikita

Based on your description, my understanding is that you want to create a task which has multiple charges.
Refer to the following steps:
    Prepare the needed components
       1.1  
Create Site Collection
       1.2  Activate SharePoint Server Enterprise Site Collection Features.
       1.3  Create the needed users
  2.      Build the leave requests SharePoint list
  3.      Build InfoPath form
       3.1  Create the needed controls and views
       3.2  Disable enable controls according to current state
      3.3  Validation and submitting the leave request
  4.    Build SharePoint designer workflow
       4.1 Building the logic
       4.2 Adding tasks assignment, email notifications and History
For more detailed steps, refer to the following article:
http://jamilhaddadin.com/2011/12/03/implementing-workflow-using-infopath-2010-and-sharepoint-designer-2010/#4
Best Regards,
Lisa Chen                                                       
Lisa Chen
TechNet Community Support

Similar Messages

  • Creating multiple tasks in labview fpga

    Hi,
    I need to create multiple tasks in labview fpga....I need to set one update period in each task so that i can make my while loop run at this rate everytime my input frequency changes....How do i do this?

    Hi,
    just to be sure: You are talking about multiple tasks on the FPGA to acquire data? Or do you want to have multiple tasks on the host to display the data?

  • Create Multiple tasks for Single Item in List using state machine workflow in sharepoint

    Hi,
    I want to create multiple create tasks for Single Item in List based on Assigned to column using state machine Workflow through visual studio
    Here Assigned to column allows multiple users. so i have to create task for every user based on column .
    I'm trying for this but i didn't got any solution
    Please provide solution for this.

    Hi,
    According to your post, my understanding is that you wanted to allow multiple users to approve.
    There are some articles about creating parallel tasks in state machine workflow, you can have a look at them.
    http://www.codeproject.com/Articles/477849/Create-Parallel-Task-in-State-Machine-Workflow-in
    http://msdn.microsoft.com/en-us/library/office/hh128697(v=office.14).aspx
    http://social.technet.microsoft.com/Forums/office/en-US/b16ee858-4360-479a-a686-4ee35b7be9db/sharepoint-2010-workflow-creating-multiple-tasks?forum=sharepointdevelopmentprevious
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Create Multiple Signature and Date fields with a custom Toolbar Button

    First off, thanks in advance!  I am a scripting newbie and I am trudging my way through with very little experience with scripting of any kind.  I am good at taking other's scripts and forming them into something I need, but I can't seem to find anything to do what I want.
    Using Adobe Acrobat X, I am trying to create a toolbar button that I can press to create multiple signature and date fields with predetermined locations.
    Below is the script I have that is working to create just a single signature box, but I can't seem to figure out the exact syntax to have that same button create multiple fields.  In total it is 9 signature fields and 9 date fields need to be created.  If you can just give me an example of what the button would look like with multiple scripts?  I was assuming I would set up multiple variables and then in the cExec property of the toolbar button I could just call out all of those variables? 
    var sigswm = "addField('sigSWM', 'signature', '0', [108, 198, 494.64, 72])"
    app.addToolButton({cName: "dotbutton", cExec: sigswm, cLabel: "Place Signature and Date Blocks",});
    Thanks in advance for any help you can provide.
    Billy Sweeney

    Thanks!  That was probably the only thing I didn't try.
    I do have one more question.  What I want is when the signature field is clicked it fills out a specific date field. I beleive the script I want would be:
    var currentTime = new Date()
        var month = currentTime.getMonth() + 1
        var day = currentTime.getDate()
        var year = currentTime.getFullYear()
        var signingTime = day +"/"+month+"/"+year
        var f = this.getField("dateSWM"); 
        f.value = signingTime;
    I found this on another thread that mentioned it could be placed in the Signed tab of the signature properties dialog.  I am assuming it would be placed in my button script file as a setAction script for each signature, but I am not real sure exactly where or how?

  • Create Multiple Copies of a Field - Mac

    I'm trying to make multiple copies of a field using DC on a Mac. The directions/support indicate that I should "right click" on the field - which, of course, cannot be done on a Mac. So how do I create multiple copies of a field on a Mac?
    In general, all of the directions for creating forms assume I am on a PC. Where/How do I find directions for creating forms with DC on a Mac?
    Thanks,
    Lawrence

    Hi Lawrence,
    Please let me know the os version and hardware model of your mac.
    Please refer this link, it 'might' help with your mac right click issue - http://www.wikihow.com/Right-Click-on-a-Mac
    I have replicated this issue for you on my mac, please refer the below screenshot and let me know if you still face a challenge.
    and this would lead to the following window :
    Now does this helps? Please feel free if you still have any question.
    Regards,
    Rahul

  • Create Multiple Canvas depend on user need

    Hello everybody.. can anybody tell me how to create automatic
    Multiple Canvas depending user need. For example user need to
    display 3 information and flex get the data from HTTP XML. After
    that flex system build automatic create 3 canvas that contain the
    information been given. How can we do that? It's using repearter
    the way to solve?

    "Wirawannaga" <[email protected]> wrote in
    message
    news:gkgspl$b8b$[email protected]..
    > Hello everybody.. can anybody tell me how to create
    automatic Multiple
    > Canvas
    > depending user need. For example user need to display 3
    information and
    > flex
    > get the data from HTTP XML. After that flex system build
    automatic create
    > 3
    > canvas that contain the information been given. How can
    we do that? It's
    > using
    > repearter the way to solve?
    So glad you asked. Check out:
    http://www.magnoliamultimedia.com/flex_examples/Amys_Flex_FAQ.pdf
    Q1

  • Creating multiple tasks

    I am using the CVI plug-in for MSVC.  My application requires that I toggle a set of digital lines based on a user's input.  For a variety of reasons I would like to initialize my DAQ task handles at the start of the program so that when I need to toggle the lines I just call Run and Stop.
    Some of my tasks use the same lines.  I know that if I try to define multiple tasks using the same lines that I will get an error (-200089). 
    My question is this: Is there a clever way to pre-define my tasks at the start of the program even if they use the same lines? 
    Thanks. 

    UGH!  Cut and paste got me.  Stupid syntax error.  I can do what I wanted to do.

  • Create multiple Task Instance from one Task Instance

    We have a process, where user can request for multiple resources(access) in one single request.Currently user has to wait until all the resource requests are approved by application owners to start the provisioning process.
    I am thinking of splitting that one request(task) into multiple task, based on the number of resources requested.so that, if one resource request is approved user can get that particular access.
    My question :
    1.How will I split the one task into multiple task and pass the required information to child task?
    2.How do I handle views?Currently since its one task , we checkout and check-in the same view.
    3.How will I overcome the possibility of one view overwritten by the other.
    Thanks.

    We have a process, where user can request for
    multiple resources(access) in one single
    request.Currently user has to wait until all the
    resource requests are approved by application owners
    to start the provisioning process.
    I am thinking of splitting that one request(task)
    into multiple task, based on the number of resources
    requested.so that, if one resource request is
    approved user can get that particular access.
    My question :
    1.How will I split the one task into multiple task
    and pass the required information to child task?
    2.How do I handle views?Currently since its one task
    , we checkout and check-in the same view.
    3.How will I overcome the possibility of one view
    overwritten by the other.
    Thanks.Hi,
    yes u can split one task into multiple task means as ur requirment diffrent task for different resource. so u have to write diffrent W/F for each resource and call them by setting a counter for number of resource.
    the below code help u.
    <Variable name='index'>
              <i>0</i>
         </Variable>
    <Activity id='1' name='createNewTask'>
              <Action id='0' name='createView' application='com.waveset.session.WorkflowServices'>
                   <Argument name='op' value='createView'/>
                   <Argument name='type' value='Process'/>
                   <Argument name='viewId' value='Process'/>
                   <Argument name='taskName'>
                             <s>give any name to the task</s>
                   </Argument>
                   <Argument name='process'>
                             <s>task name that u want to launch</s><!-- u can get task name dynamicly by rule also by passing resource name -->
                   </Argument>          
                   <Argument name='accountId' value='$(accountId)'/><!-- pass the required information to child task as argument -->
                   </Action>
                   <Action id='1' application='com.waveset.session.WorkflowServices'>
                   <Argument name='op' value='checkinView'/>
                   <Argument name='view'>
                        <ref>view</ref>
                   </Argument>
                   </Action>
                   <Action id='2'>
                        <set name='view'>
                        <null/>
                        </set>
                   </Action>
                   <Transition to='incrementIndex'/>
    </Activity>
         <Activity id='2' name='incrementIndex'>
              <Action id='0'>
                   <set name='index'>
                        <add>
                             <ref>index</ref>
                             <i>1</i>
                        </add>
                   </set>
              </Action>
              <Transition to='createNewTask'>
                   <lt>
                        <ref>index</ref>
                        <ref>length</ref><!-- number of resource-->
                   </lt>
              </Transition>
              <Transition to='end'/>
         </Activity>

  • Procedure to create multiple tasks

    hi gurus,
                 What is the procedure to create the multiple steps taks in workflow and tcode for that.

    no i mean in workflow we have 2 types of tasks
    1- single step tasks.
    2-multiple step tasks.
    single step tasks  which we create normally.so i want to  know how to create the multiple step tasks.i heard that we need to start with-
    1.      In the UWL view, choose New Task.
    2.      Select Multiple Steps from the Task Type dropdown list.
    3.      Under Subject, enter a title for the task.
      4.      Choose Add Step.
                                          Here iam unable to get the step 1.please could you tell me the exact procedure.

  • OVI Suite creating multiple tasks

    I have "upgraded" the PC Suite software on my Windows 7 laptop to Ovi Suite 2.0.1.35 and now every time my phone syncs, any recurring tasks are created for the next 6 months and the recurrences are screwed up so that I have to reset everything manually. Initially I had 2000 tasks created as it created new entries for the next 20 years. I could then not remove them from the phone as there was no available memory. I have now got this down to about 56 tasks when there are only 28 in my Outlook (2007) file, but this can change between syncs. It has also screwed up a couple of Contacts email addresses, but nowhere near as badly as my tasks.
    Is this a known issue with the software? Frustrating as hell. There were never these kinds of problems with the "old" software!
    And also, is there a way to syncronise the Calendar and not the tasks? That would fix my problem but they are under the same option.

    I have the same problem. I use E51 and the same version of Ovi Suite. It created thousends of task.
    Here are the application and system details:
    Nokia Ovi Suite 2.0.1.35
    Nokia PC Suite 7.1.30.9
    PC Connectivity Solution 9.39.0.0
    Connectivity Cable Driver 7.1.20.0
    Nokia Ovi Suite Software Updater 2009.40.0.60128
    Maps Service API 3.0.35.0
    Nokia mPlatform 2.5.195
    Ovi Desktop Sync Engine 1.0.0.684
    Operating system:
    Microsoft Windows XP 32 bites kiadás, Service Pack 2
    Language: English
    Internet browsers:
    - Microsoft Internet Explorer 6.0.2900.2180
    - Mozilla Firefox 3.5.5 (Default)
    Bluetooth version:
    - Microsoft (Version: 5.1.2600, build: 2180)

  • Create Object References for Key field

    Hi Experts,
    Question 1- Do we have any standard task that create BOR object reference using key field?
    Question 2 - If not, i have created a task with key field as import parameter and BOR type as return object reference. No i am just using macro "SWC_CREATE_OBJECT OBJREF_ARD 'AssetRequestDocument'  ASSETREQUESTID." where ASSETREQUESTID is key field. OBJREF_ARD is object ref type.
    Problem comes here - Its not getting instantiated, i debugged an saw it checks for logical system in the FM OWN_LOGICAL_SYSTEM_GET, i guess since SWO_CREATE is remote enabled FM it is checking for OWN_LOGICAL_SYSTEM_GET function. In our system for the client there is no logical system defined and i dont have any idea how to customize table T000 for logical system.
    Note - There is nothing related to communication between two system.
    Can anyone help me out?
    Thanks in Advance,
    Pritam Kunal

    Hello,
    It's a method. You make a task which calls that method and passes in the BOR type and its key.
    It instantiates an instance of the BOR and passes it back out.
    So, no, it's not a generic BOR!
    regards
    Rick Bakker
    Hanabi Technology

  • Creating a task field list in c# project

    Hi All,
    I am writing a small application to simply my monthly forecasting and reporting.  I'm extracting data from my msProject file into a c# application with a local database.  I want the user to be able to select which task data fields to extract into
    the database at run time.  To achieve this I'm trying to extract from msProject a list of all used fields.
    Following advice from some forum posts I've been able to create a list of fields, based on looping through each Table and taking the TableField names.  The field names are stored as strings.  Enterprise field are string representations of integers.
    I now want to be able to get the data for each task for the fields selected by the user.
    I'm having trouble using "FieldNameToFieldConstant" to GetField value.  I can use it perfectly well in a VBA macro but can find how to use the function in a C# application.  I found a post where someone reporting using...
    task.GetField(msProject.Application.FieldNameToFieldConstant(fieldName,...)
    I can't get to work for me though, when I try msProject.Application. my only available choices are "Equals" and "ReferenceEquals".
    So to sum up, how do I us "FieldNameToFieldConstant" in a c# application or if someone has a better way to create a list of fields that would be great.
    Thanks in advance

    OK, so I worked it out, answer provided below for anyone else who is interested.
    The answer to my first questions is that FieldNameToFieldConstant is access via an instance of  msProject.Application, in my code below MSP.Application app = new MSP.Application();
    My Code now searches through every table, and for every field in each table creates a custom object which contains the field name and ID number, each new custom field is tested against the contents of the List<clsFieldList> and if its unique its added
    to the list.  At the end of the process I have a list of all unique fields from all tables in the project file. 
    Hope this is helpful to someone.
    Cheers
    using MSP = Microsoft.Office.Interop.MSProject; public static List<clsFieldList> FieldsFromTables()
    //TODO: move this method to a new thread.
    //this method searches through each table in the project
    //gathers a collection of all unique fields in the tables
    //calling method must ensure that MSProject is open with an project file loaded.
    List<clsFieldList> fldNames = new List<clsFieldList>(); ;
    MSP.Application app = new MSP.Application();
    MSP.Project proj = app.ActiveProject;
    MSP.Tables taskTables = proj.TaskTables;
    int progress = 0;
    int i = 0;
    //loop through each table
    foreach (MSP.Table tskTable in taskTables)
    //loop through each field in each table
    foreach (MSP.TableField tskTableField in tskTable.TableFields)
    //prepare to create a new clsFieldList object
    string title = GetFieldName(tskTableField);
    long fldID = (long)tskTableField.Field;
    string fldType = tskTable.GetType().ToString();
    //create the new object and check if it exists already in the List
    clsFieldList newField = new clsFieldList(MSP.PjFieldType.pjTask, fldID, title, fldType);
    if (!fldNames.Contains(newField))
    //TODO: convert the DataType to string, long etc
    fldNames.Add(newField);
    //fldNames now contains a list of clsFieldList which represent the fields used in every table in the active project.
    return fldNames;
    private static string GetFieldName(MSP.TableField tblFld)
    //This method is a C# conversion of a VBA example I found on the internet. I'd give credit where its due here but I printed out the code and now can't find it again.
    MSP.Application app = new MSP.Application();
    //find the field name (actually column heading) for a field in a data table
    long lngFieldID;
    string strResult = "";
    lngFieldID = (long)tblFld.Field;
    //if the Field Title is not null then set that as the field name.
    if (tblFld.Title != null)
    strResult = tblFld.Title.Trim();
    if(strResult.Length == 0)
    //if strResult is still zero length then the field title must have been null, check if its a custom field
    try
    //try to get the custome field name - this will come back blank if its not a custom field
    strResult = app.CustomFieldGetName((MSP.PjCustomField)lngFieldID).Trim();
    catch { }
    finally
    strResult = app.FieldConstantToFieldName((MSP.PjField)lngFieldID).Trim(); //use the field name
    return strResult;

  • Multiple records to be created for multiple values in a field

    I am having a requirement in which i will have multiple values for a field.The values are seperated by commas.I need a record to be created for each value.(eg: if there are 4 values i need 4 records to be created). Any one please help me out.

    Hi !
    You can try solve it at File Content Conversion level, by specifing your value separator as the endSeparator.
    Or you can import all values as a unique record and then solve it via graphical mapping, using an advanced UDF, where you receive N records, then inside the UDF, you split the values via its separator and create new array values (one for each input value after splitting) and output that array to be used to fill destination structure.
    Regards,
    Matias.

  • Can't create multiple dependent LOVs from the same bind variable

    Hi all,
    I'm having difficulty creating multiple dependent LOVs from queries based on the same bind variable in my JSF application (JDev 10.1.3.1). Basically I have a static LOV in a af:selectOneChoice component from which users select a value which then becomes the bind variable value for two separate queries that generate two different dependent LOV. Having developed the code along the lines of Steve Muench 's blog (http://radio.weblogs.com/0118231/2006/04/03.html#a685), the first dependent LOV works really well. The first dynamic LOV gets refreshed whenever the list from the static LOV changes, and I can execute other queries based on the values selected.
    The problem arises when I want to create the second dynamic/dependent LOV that has the same bind variable based on the same selected value from the static LOV. Here I would also like the functionality whereby the second dynamic LOV is also refreshed after the selected value in the static LOV changes. Thinking that all I had to do was replicate the methodology used in creating the first dependent LOV, I created the second iterator, invokeAction and other binding components in the PageDef. The executable section now looks like the following:
    <iterator id="SelectStaticQueryViewObjIterator"
                  Binds="SelectStaticQueryViewObj" RangeSize="-1"
                  DataControl="DMSApplicationModule1DataControl"/>
    <invokeAction id="refreshDynamicQuery1BindParameter"
                  Binds="ExecuteWithParams1" Refresh="prepareModel"
                  RefreshCondition="#{empty requestScope.VariableChanged}"/>
    <iterator id="SelectDynamicQuery1ViewObjIterator"
                  Binds="SelectDynamicQuery1ViewObj" RangeSize="-1"
                  DataControl="DMSApplicationModule1DataControl"/>
    <invokeAction id="refreshDynamicQuery2BindParameter"
                  Binds="ExecuteWithParams2" Refresh="prepareModel"
                  RefreshCondition="#{empty requestScope.VariableChanged}"/>
    <iterator id="SelectDynamicQuery2ViewObjIterator"
                  Binds="SelectDynamicQuery2ViewObj" RangeSize="-1"
                  DataControl="DMSApplicationModule1DataControl"/>I now have a problem whereby everytime I change the value of the static LOV, multiple HTML components for the same ADF component are being generated (the LOVs are refreshed via PPR). The surprising thing is that this duplicating behaviour applies to all ADF components listed after the first dynamic LOV in the *.jspx source. For example, I have a <af:outputText="Test Text"/> component created after the first dynamic LOV. Each time the value in the static LOV changes, a duplicate HTML component is created. This also applies to the 'related' second dynamic LOV which is bound to a af:selectOneChoice component - multiple dropdown lists are created. I've checked with the browser's Page Source and there are actually multiple html components being generated with their own unique ADF-generated IDs. I've tried all different options for the Referesh and RefreshCondition attibutes in the second invokeAction element but nothing seems to eliminate this issue.
    Any suggestions about how I might create multiple dependent LOVs from the same bind variable that get refreshed when the selected value changes would be greatly appreciated.
    Thanks
    George

    Hi all,
    Just updating the thread on how I've overcome this issue. As it stood the manner in which I was trying to solve my use case, as described above, was creating an absolute mess. Then with a blank sheet of paper I quickly realised that a much simpler solution would be to create a whole series of master-detail VOs and build my components around them. Thankfully I haven't had any issues going down this path as yet.
    Cheers
    George

  • I want to create a mail merge for address labels into a table, but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address.

    ...but when I fill a table with merge fields, it ends up creating multiple entries for the same address, rather than one table full of each address. Please help.
    Thanks!

    That is a quirk of Pagesthat  it applies only one record per page.
    There is a way around this:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=245&highlight=labels &mforum=iworktipsntrick
    Peter

Maybe you are looking for

  • .ICNS bug

    Hi, i think i discovered a bug on the .ICNS creation system one of the icons inside the .ICNS file get dinamically corrupted, check the video to see it. http://youtu.be/Rkt6_tlvX7A another icon result with distorted colors (the blue one). i repaired

  • How do i get firefox 4 back?

    updated to firefox 5. would like firefox 4.1 back.... Need my Google toolbar back. Please Help...................

  • Input: Month Year and Out Put Display

    Dear SDN, Is it possible to view a Query, if we provide only Month & Year.. Then the following result has to display.. Entered month year --- Previous month year --- YTD entered month -- YTD Previous month year Example : During execution of a query -

  • Error 1013

    Just got the new iphone yesterday. Worked well for 2 hours then it said it had no signal and need to restore. Now near the end of the restore process it says error 1013 I tried all the suggestion on the apple site

  • Can not access my i tunes

    i cannot acess my itunes the message i receive is that there is a problem with start up