How Assigned TO field will be updated in "start Approval process" Task Action

I have created a reusable workflow in sharepoint designer. Am using “start Approval process“ Task Action. I have a question in “start Approval process“ Task Action.
I have username field in the list.  I have created a task form field with name username in “start Approval process“ Task Action. I have assigned list username field to task field username field.
I have entered a user details in list user name field for new list item. Once the workflow has been started for that item a mail has been sent to the user whose name I have entered in the list user name field. Task has been assigned to the user whose name
I have entered in the list user name field.
When I have checked start Approval process task a send mail activity is present (Email Task notification currentitem:Assigned TO) .
I have not update Assigned To field explicitly.
1. Where / how the Assigned TO field is getting updated ?
2. Workflow Initiation and task creation will be done internally by the user who created the item in the list?
Thanks

Hi,
According to your post, my understanding is that you had questions about the “start Approval process“ Task Action.
When you add the “start Approval process“ Task Action, you need to to select the user who the task assign to.
To assign the user whose name you have entered in the list user name field, you add action as below:
After you select the user, the Assigned TO field is getting updated.
In addition, workflow Initiation and task creation will be done internally by the user who created the item in the list.
Thank you for your understanding.
Best Regards,
Linda Li
Linda Li
TechNet Community Support

Similar Messages

  • My Ipad1 will not update it starts to update and stops and gives me a code 28

    Ipad will not update it starts to update and stops and gives me a code 28

    Could be a hardware problem:
    Error 23, 28, 29: These errors may indicate a hardware issue with your device. Follow the steps in this article. Also attempt to restore while connected with the white USB Dock Connector cable that shipped with your device, on a known good computer and network to isolate this issue to the device. The MAC address being missing or the IMEI being the default value, (00 499901 064000 0), can also confirm a hardware issue. Out-of-date or incorrectly configured security software can also cause these errors.

  • How ship only lines will be updated  to bill only lines in OM?

    Hi all,
    How to identify a order with ship only line that is not associated with the bill only line.
    Do a order have lines with different line_types?
    Any information on this will be very useful.
    Please clarify.
    Thanks in Advance.

    Check the fulfillment flow and line flow assignment of that particular transaction type. The line process name attached (inside 'Assign Line Flow' tab) to a transaction type determines its processing flows.

  • How to find and add user's manager as approver for an action at runtime?

    Hi All,
    I am able to add logged in users to a role and initiate the process.
    But for 1st and 2nd level approval, I want to add supervisor and manger user id to the appropriate roles.
    How do I implement this?
    Thanks
    Sundar

    Hi,
    2 ways:
    1 - You can define a Structure String -> 0..n and define your role as Runtime Defined, so you associate this structure with your role. You will retrieve the users by role from UME, after this, initialize the structure withe the users. So the values will be transferred to your process. 
    see this link: /people/dipankar.saha3/blog/2007/05/31/how-to-create-dynamic-approval-process-using-conditional-loop-block-in-guided-procedure
    /people/berndt.woerner/blog/2007/09/19/different-ways-to-model-dynamical-assignment-of-user-to-process-roles-using-composition-tool-guided-procedures--part-1
    2 - Using Assign Users to Process Role Callable Object
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0c451f8-0dc2-2b10-e286-f5be915a07f7
    Best regards

  • How to disable an out of the box disable User process task  from resource?

    How should I disable the out of the box disable User process task that is assigned to a particular resource? If I disable this disable User process task, when the user is provisioned to the same resource will I be able to stop this disable User process from running?
    My requirement: I need to disable the disable user process task from three resources x, y and z. Whenever a user is provisioned to one of these resources I should stop this disable user process task an out of the box process task from running. How can this be accomplished?? Please help me out on how to configureto remove the process task in the OIM Admin console to stop the process task.

    You can avoid the disable task from triggering by removing the Disable Process Or Access to Application from the task effect drop down in the process task. But this task is triggered once the user is disabled. But still I didn't understand the exact scenario.
    By the way the disable task is triggered when the user gets disabled and not when the user is provisioned.
    Edited by: vindla on Aug 1, 2011 10:26 PM

  • Assigning Group(of users)  to Role when starting a process programmatically

    Hi All,
    I m starting a process programmatically(using startProcess()).
    Process initiation is working fine, but i need to assign a 'Group' to the role, and not a user. It is a portal group, available at portal end only. How can this be done?
    Please guide.
    Thanks and Regards,
    Sakshi

    you can use the following code
    import com.sap.caf.eu.gp.process.api.GPProcessFactory;
    import com.sap.caf.eu.gp.process.api.IGPProcess;
    import com.sap.caf.eu.gp.process.rt.api.IGPProcessRoleInstanceList;
    import com.sap.caf.eu.gp.process.rt.api.IGPRuntimeManager;
    import com.sap.security.api.IUser;
    public void startProcess( java.lang.String processId )
       // retrieve the Runtime Manager
       IGPRuntimeManager rtm = GPProcessFactory.getRuntimeManager();
       // create an empty role assignment list
       IGPProcessRoleInstanceList roles = rtm.createProcessRoleInstanceList();
       // get the process role number
       int rolenum = process.getRoleInfoCount();
       // iterate over the required roles
       for (int i = 0; i < rolenum; i++) {
          // create a new role instance by specifying the role's unique name
          IGPProcessRoleInstance roleInstance = roles. createProcessRoleInstance(process.getRoleInfo(i).getRoleName());
          // add a user to the role instance
          roleInstance.addUser(roleUser);
          // add the new role to the assignment list
          roles.addProcessRoleInstance(roleInstance);    
    Thanks and Regards
    shanto aloor

  • Can I disable the CWIMAQViewer update during long image processing tasks?

    I have an image processing task that will take several steps. SInce the image type changes a lot, I would like to use the Viewer as the primary image buffer, since it readily adapts to the image type.
    Can I turn off the Viewer screen update to get more speed? Is there a better way to do this?
    Thanks!

    Steverino -
    What do you mean that the Viewer readily adapts to the image type? I think that the image on the Viewer is the same as any other image, except that it gets displayed - do you have an example of what you are trying to do?
    Setting the .ImmediateUpdates property of the CWIMAQViewer should make it update less often if this is what you want to do.
    Thanks!
    Greg Stoll
    IMAQ R & D
    National Instruments
    Greg Stoll
    LabVIEW R&D

  • How to pass field value from popup window to oninput processing of other pg

    Hi,
    I want to pass a field value from the popup window to oninput processing of main page ( from where popup window is triggered). and need to close the popup window. How to do it ?
    In the popup window's oninputprocessing, im doing some validation checks. If it passes all the validations, then only the control shd come to main page ..else it should stay in popup window only .
    Regards,
    Jothi.

    Hi Jothi,
    you can use java script to pass the value and close your popup window. use the following code.
    in your popup window:
    function passData(h1)
             window.opener.document.getElementById('var1').value = h1 ;
             window.close();
    then call this function when you finish your validations.
    in your main page layout create an input field with id as passed in the function above "var1".
    In the value attribute give it your variable as follow:
    <htmlb:inputField id      = "var1"
                              value   = "<%= var2 %>"
                              visible = "false" />
    "var2" will be assigned the value from your popup window.
    I hope this will help you..
    Regards,
    Husain

  • How I can edit and then update multiple rows via JSP to Action Class?

    Hi All,
    I have a JSP page which allows users to edit the some properties for all Object returned by the db. They can then submit the changes to a Action Class which i.e.
    <form action="/SaveUserNames">
    <table>
    <c:forEach items='${requestScope["users"]}' var='user'>
    <tr align="center">
    <td><input type="text" name="userBean[ i ].firstname" value="..."/></td>
    <td><input type="text" name="userBean[ i ].surname" value="..."/></td>
    </tr>
    </c:forEach>
    <tr>
    <td><button type="submit">Save</button></td>
    </tr>
    </table>
    </form>
    In the ActionForm, there is a method, which would allow the Struts code to update my beans with the data the user editted:
    public UserBean getUserBean(int i) {
    return userBeanList.item(i);
    Although I am not sure how I can update the beans in the Action Class with what the user submitted.
    Can somebody help me for this point or can me suggest any design pattern to solve this points?
    Thanks
    Amit

    Fetch values for each user data and put into a Hashtable and then update.
    Userid is the key
    User related data is the bean (like firstname, lastname, age, job, etc), so you have ArrayList of user bean.

  • How to start approval process automatically?

    We need do annual plan. Can we let it start approval process at the end of every year automatically?

    On the Windows Server
    ->Click Start
    ->Control Panel
    ->Administration Tools
    ->Services
    Find the Oracle Database Service right click to "properties"
    Change startup type to Automatic

  • How to increase field's number when update

    What value should I set when I want to make some field increase ,
    such as "UPDATE table SET field = field + 1";

    Hi, chan15
    Please checkou this tutorial, it shows you how to increase field counter by updating the field value by adding +1 everytime you reload th page...
    :: Visits Hit Counter ::
    Herein this tutorial we will learn how to implement an auto visits hit counter. The visits hit counter uses an "After" "Custom_Trigger" to update the (hits_ht) field by adding (current field value
    +1
    ) to it, This script is very useful, specially when used to view member`s profiles, photo albums etc... by implementing this hit counter script with your database records you will get full reports about how many times profile, photo viewd by members or visitors.

  • How MARA-HERKL Field

    I have a question on Country of Origin (HERKL) field related to Material Master.
    I understand that table MARC has HERKL field, which will be populated from  material master view Foreign Trade: Import view/Export view of material master.
    Table MARA also has HERKL field,  but I not sure how this field will be populated. As MARA table meant for holding material/product  genaral data, I did check for  field HERKL under Basic view1/Basic View 2 of material mater, but end up with no luck.
    1.     How MARA-HERKL field will be populated?
    2.     Under what view of material master, MARA-HERKL can be located?
    Your inputs in this regard highly appreciated.

    you can execute OMSR, then click the button to sort by field name. then click the button to position at field name and enter
    MARA-HERKL
    you will see that this field is not assigned to any field selection group, hence you cannot find it in any material master view.
    you can execute SE11. enter MARA and then click display. find the field HERKL, double click the field, then click the where used button. SAP will give you info that the field is not used.

  • How No.of packages in delivery updated?

    hi,
    How No.of packages( Field in Header LIKP-ANZPK.) in delivery item overview screen gets updated?
    Based on which calculation its calculating no of packages?
    Everytime its giving rendom figure for nuber of packages.

    Hi,
    This depends on how you pack your delivery items. This field will be updated only when packing functionality is enabled and the items are packed.
    During packing, you can decide whether all your items can be packed under one pack or how many of your items should be packed in each pack. Based on how you do the packing in the delivery, that many equivalent packages will be created. These packages are also called as Handling Units.
    For example, lets say you have 20 delivery items and you do the packing in such a way that 4 items should get into one pack. This will result in 5 packs. This value will be updated in the field you mentioned.
    Also there are complications to this for multilevel packing. For ex as in previous case, you will have 5packs. But if you again mention that 5such packs should be packed in a bigger carton once again, the values will be updated accordingly.
    Hope this helps you to understand the functionality

  • How to update excise in subcontracting process

    hi all..
    I have operation first which is executed in side but for second operation its send outside.
    Once prod order is released for header material a PR is created automitcally for second operation .
    Which later gets converted to PO (non material with text only).
    Now how should my excise will get updated under rule 57F.

    HI
    As suggested you need to cancel the already created Excise Invoice in J1IIN then again create the excise invoice with reference to the billing document.
    Ensure that the duties are flowing properly.
    Regards
    Prashanth

  • Which table will get updated for batch characterstics for the MIGO trans?

    Hi all,
    As i am trying to post a goods receipt for 101/102 movement type in MIGO transaction.
    But it is giving error as 'Batch characterstics values are not classified'.
    If i give Batch Type- as  PRODUCTION(P)  in batch classification.
    It will get posted.
    Can any one help me out in which table this field will get updated.
    Thanks...

    HI ,
                 Try table MSEG.
    Regards,
    Mohan

Maybe you are looking for

  • How to make a field mandatory in SAP Business one ?

    How to make a text field mandatory in SAP Business one?

  • Replication of partner function from ECC to CRM

    Hi experts, We are working on CRM 5.0 with back end ECC 6.0 In our scenario we are creating sales orders in ECC and replicating it to CRM. Now the problem is we have a partner function created in ECC which is entered manually ( not through partner de

  • [XI 3.1 SP3] WinAD subgroup shown as user

    Strange things happen with configuring WinAD. The following: I have succesfully configurated WinAD and Single Sign On with BOXI Enterprise 3.1 SP3. But when I try to update a group it imports a subgroup as user of this group and not as subgroup. I am

  • B9180 print preview missing

    I have just upgraded Windows from XP to 7 using the HP downloaded driver. The Print Preview check box no longer appears on the Features or Color tabs. Is this a known bug? Or is there some other explanation? It was always present with the XP driver.

  • 7520 scan to email stopped working

    unable to connect to web services  I tried all posted fixes