Customizing Workflow and Forms

Hi
I have a Approval Workflow with 3 outcomes: Approve: Revise and Reject. I added another outcome such as Revise. 
I find by default on one Approval Form in the Workflow using SPD. I need to add another Form which will send back the Comments to the Initiator to Revise the form and resend it back to the Approver.
Kindly let me know for any pointers. 
Thanks
Regards
Santosh
Santosh

Hi,
According to your post, my understanding is that you want to create an form to get the users’ comments for the initiator approval.
Per my knowledge, it’s by design that we can’t directly modify the approval task form in SharePoint 2013.
As a workaround, you can create a new task content type to apply it to the task process action in SharePoint workflow.
Also, you can try to create a new list to add user information and custom the list form, create a SharePoint 2013 Approval Workflow for this new list to assign the tasks to the corresponding users, then you can get their corresponding users’ comments for
the initiator approval.
For more information, you can refer to:
http://blogs.msdn.com/b/sharepointdesigner/archive/2012/09/14/how-to-manipulate-the-task-form-with-sharepoint-designer-for-new-task-actions.aspx
http://jamilhaddadin.com/2011/12/03/implementing-workflow-using-infopath-2010-and-sharepoint-designer-2010/#3
https://www.youtube.com/watch?v=ADc-0VoS4ZA
Thanks,
Yumi Fu
Forum Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
[email protected]

Similar Messages

  • Way of customizing oracle forums without custom.pll and form personalizatio

    HI,
    I know that form customization is done thru custom.pll and form personalization.what about customization of events which are not found in custom.pll.how can we take care of those events.

    You will have to modify the specific trigger inside the original fmb, and with every patch, redo your changes again. But i don't think thats supported by oracle (maybe you get a more detailed answer in the eBusiness-forums OA Framework )

  • Event Linkage for custom Workflow and Custom BO

    Hi Friends,
    I have created one Custom Module Pool, Business Object and Workflow Definition. In Business Object I have created one Business Event and the event is triggered from Custom Module Pool using function module SWE_EVENT_CREATE. I have created event linkage in transaction SWETYPV and receiver type given Workflow Template No: (WS*) and receiver function Module SWW_WI_CREATE_VIA_EVENT_IBF and checked Event Linkage Active checkbox. Finally I have activated the Triggering Event in the Workflow basic data section. But the Workflow is not getting triggered. Can anyone of you give me a solution for this or tell whether i missed any of the setting for the workflow?
    Regards
    Sujith

    Hi Sujith,
    Did you include a commit work statement after the call to SWE_EVENT_CREATE?
    Regards
    Gareth

  • Problem with custom Reports and forms in R12

    Hi All,
    we are upgrading from 1103 to R12. In R12 we are facing a peculiar problem with Reports. All seeded reports are running perfectly. But no data is coming while running the custom reports. The operating unit field in the SRS window is getting populated automatically while running the seeded reports but getting greyed off while running custom reports.
    We are facing the same problem with forms even, data is not getting retrieved in custom forms. Can any one suggest wether there is any profile option which is being missed out by us. ..
    Thank you,
    Regards
    Raj

    Add SRW.USER_EXIT('FND SRWINIT') in the afterPForm trigger.
    This will set the org context for reports.
    ~Sukalyan Ghatak

  • Customized Reports and Forms

    How do I attach a customized report to a customized form? The customized form was based on a standard Oracle Application Form which submits a report upon commit.

    How do I attach a customized report to a customized form? The customized form was based on a standard Oracle Application Form which submits a report upon commit. Not sure if this helps; but you may want to look at fnd_request.submit_request in the applications developer guide. The report would need to be defined as a concurrent program, etc.
    Ken Ken,
    Thanks a lot...

  • Workflow and Form-type attributes

    Are Form-type attributes available in the Oracle Workflow included in the Oracle Database 10g or do I need to install the Oracle Workflow included in the Oracle Application Server 10g?

    Hi,
    The form type attribute must be available in the 10g database version of workflow.
    Cheers,
    Raja

  • Trigger custom workflow from a custom form

    Hi all,
    I have to trigger a custom workflow from a custom form.
    I am working on 11.5.10 using forms 6i.
    Please suggest how to trigger a custom workflow from a custom form and what are the pre requisites and additional settings to be done for this.

    Hi,
    Please follow the below mentioned steps in order to achieve the desired solution:
    1. Create the custom workflow and compile it in data base.
    2. Customize the form to trigger the custom workflow using 'WF_ENGINE.CREATEPROCESS' API.
    3. Pass parameters as 'ITEMTYPE', 'ITEMKEY', 'PROCESS NAME' AND 'USER KEY'. Though user kay is not mandatory, it helps to identify the workflow if searched using status monitor.
    4. After calling create process, set the required workflow attributes and call API 'WF_ENGINE.STARTPROCESS' to start the workflow.
    5. Make sure you commit the activity after successful call.
    Let me know if you need any additional information.
    Regards,
    pP.

  • Podcast Feeds and Custom Workflows missing after 10.6.2 update

    Podcast Producer was working fine. I had some custom workflows and a number of podcasts. Then I applied 10.6.2 System Update.
    Now my custom Workflows are missing in the Podcast Capture dialog box, the web page shows no podcasts (and the fact that it was updated at the time I ran Software Update!).
    I have tried pcastconfig --sync_library without success.
    The podcasts are there, the atom feed just can't see them!
    And ideas what I need to delete/change?
    Nick

    I have managed to get all but one of my workflows back using (as root)
    podcast --installworkflow --path /Library/PodcastProducer/Shared/Server/Workflows/F520417E-7E57-4EF8-8FE1-4CD1CB 495B1B.pwf
    where F520417E-7E57-4EF8-8FE1-4CD1CB495B1B.pwf was one of the missing custom workflows identified by creation date.
    then
    podcast --enableworkflow --workflow_uuid F520417E-7E57-4EF8-8FE1-4CD1CB495B1B
    Also I used Podcast Composer on a client machine instead.
    Copy the problematic workflow over to the client machine, open it up in Podcast Composer, and then use the option to Deploy to Server.
    Thanks to Apple Enterprise Support (SF)

  • Custom workflow - props file service name change

    All,
    I created a custom workflow and registered with OIM with serviceName value as the service name from the SOA composite. I realized that this needs to be changed to RequestApprovalService.
    Has anyone done this, if you can you please list the steps.
    Thanks in advance,
    Prasad.

    I thought of this as well. It may be possible this way also. Since the composite was primarily generated by the OIM provided template, I didn't prefer to do this. The above mentioned method is working, but i will try this as well when i get a chance.
    Regards,
    Prasad.
    Edited by: pk**** on Jun 8, 2011 12:21 PM

  • How to call custom OAFregion in custom workflow

    Hi,
    We have created a custom workflow and we want the OAF regions to be called in that workflow.
    where should we call the OAF regions in the custom workflow
    Regards,
    Krishna

    Hi,
    I think you would get a better/faster response if you post your question in [Technology - OA Framework|http://forums.oracle.com/forums/forum.jspa?forumID=210] forum.
    Regards,
    Hussein

  • AME for Custom Workflow

    Hi
    I have created a custom workflow and I want to implement approvals as well in that workflow. I want to use AME for that because AME will give following functionalities
    1. Return for Correction
    2. Update Action
    3. Adding ad-hoc approvers
    Is there any document that refer to workflow and AME integration ?
    Do all above functions (1,2,3) will automatically exist in AME or I have to implement those functions

    Gaurav,
    AME and WF work hand in hand. I believe ML Doc 378312.1 (What are the ramifications of implementing AME with workflow already set up?) will answer your questions.
    Pl also refer to ML Doc 431815.1 (Frequently asked Questions on AME)
    HTH
    Srini

  • Sharepoint 2010, InfoPath 2010 with Custom Workflow. Error Message: InfoPath cannot submit the form. An error occured while form was submitted...

    I have created an InfoPath form that submits to a Sharepoint library with custom workflow attached. The workflow is initiated when the user submits the form. An email is sent to the supervisor who clicks the "Encoded Absolute URL" and approved
    the form via the emailed form. Then, based on certain criteria the form is either emailed to the VP or the workflow is complete. The VP is sent an email and clicks the "Encoded Absolute URL" and sumbits the form via the emailed form. This is
    how I would like it to work. The reality is, the form submits and is emailed to the supervisor and the supervisor is able to approve but when the form is sumbitted I get an error. The error is "InfoPath cannot submit the form. An error occured while
    this form was being submitted. The form cannot be submitted to the following location: <URL> The file <URL> is checked out for editing by <me> The operation completed successfully." The operation did not complete successfully and it
    is not checked out. I have read in previous posts that the file is locked. Since I am in the testing faze of the project there is no one else using the form. I have waited 24 hours and the lock has not been released. Please help!!! My deadline is growing short.

    I ran into your post while having a similar issue.  I don't have a 'full' fix for you, but I noticed at least in our case if you made sure you opened the Infopath form through the browser instead of the client Infopath program (use the drop-down menu
    and open in browser) the error doesn't occur.  Hope that helps some....

  • Workflow could not start in HCM process and Forms

    Hi All
    It would be really helpful if you can suggest possible solution regarding case management case in HCM forms and process.
    I have set up a simple custom HCM process and Form regarding Infotype 2 updation. I have checked the process and form consistency and it seems fine. Now when I run the process from HRASR_DT it generates a process number but it also gives an error workflow could not start.I get following error (SWIA log - Step history)
    Executing flow work item - Transaction brackets of the workflow has been damaged
    Exception occurred - Error when starting work item 000000007031
    PROCESS_NODE - Error when processing node '0000000014' (ParForEach index 000000)
    CREATE - Error when creating a component of type 'Step'
    CREATE_WIM_HANDLE - Error when creating a work item
    CREATE_VIA_WFM - Exit CL_HRASR00_POBJ_WF_EXIT triggered exeception for event CREATED and (target) status
    EVENT_RAISED - Error updating the process object
    Executing flow work item - Exit CL_HRASR00_POBJ_WF_EXIT triggered exeception for event STATE_CHG and (target) status READY->ERROR
    EVENT_RAISED - Error updating the process object
    Executing flow work item - Transaction brackets of the workflow has been damaged
    Executing flow work item - Work item 000000007031: Object FLOWITEM method EXECUTE cannot be executed
    Executing flow work item - Error when processing node '0000000014' (ParForEach index 000000)
    I have searched few SAP notes such as 1384961 which talks about same error but it is implemented in our system (EA-HR 604 , Patch 27, )
    Appreciate any help.
    Thanks
    Umang

    Hi Swati
    One of the similar (not exact) issues were resolved by correcting the event linkage....please refer thread:
    http://scn.sap.com/message/14848795#14848795
    Not sure of the details of the the resolution, maybe Ragavendran Kanagaraj can throw more light.
    Just some high level checks (if not done already):
    Check event linkage errors in SWEQADM if anything is related to your WF
    Check in SWEL if it's showing any more details (not sure if it will)
    Any warnings in syntax check of WF template (PFTC) or WF definition (SWDD)
    Any error sin binding
    regards,
    Modak

  • Workflow issue in HCM Process and Forms

    Hi,
    I have created one  workflow for HCM Process and form ( Termination) . In that workflow, there are Two levels. First and second level is approved by the respective managers. I am using the Standard TASK TS17900100  both levels having the  Send,  "BACK TO AUTHOR" option.
    When I initiate the form it has generated the process reference number, it went to first level approval  and the respective manger received work item in his UWL inbox  in this stage I have checked in backend (PA20)  infotypes( 0 & 1) are updating automatically and employee has been terminated without approval of work item.
    I have checked in workflow log the work item has with first level manger only.
    any one please help me on this.
    Regards,
    Srujan

    Hi,
    TS17900101 uses --> CL_HRASR00_WF_COMPONENTS / Method WI_EXECUTION_VIA_R3_INBOX.
    In the text of the method you can read the following:
    It is only allowed to trigger a WI via UWL which does not execute
    that method which was customized at the corresponding task (so this
    method). To ensure this if the WI was startet via R3 Inbox then
    exactly this method is called to present an error.
    So, are you approving from UWL or SBWP?
    Regards,

  • Workflow issue in HR Process and Forms

    Hi Experts,
    I am new to HR process and Forms.
    I am facing workflow issue in "change of position" process.
    The process is not going from manager to HR admin.
    Can anybody help me out on this.
    Thanks in advance
    Regards
    Rahul

    Hi Sahir,
    Thanks for your quick response.
    I checked in swi1  but it is showing "no entry exists"
    I have done all basic settings using PFTC and OOCU_RESP tcode but still it is not working.
    is there any other customizing that is needful??
    Regards
    Rahul

Maybe you are looking for

  • I want to use Airport Express in my hotel room using the wired internet connection, but I don't carry a computer, just my iPad.  Is that possible?

    I want to use AirPort Express when I am traveling.  I would like to use a wired internet connection in a hotel room to create a wireless connection.  However, I do not normally carry my laptop, just my iPad.  Is it possible to do this?

  • Aspect ratio filter not working properly

    I am running LR3.5 on Mac OS 10.6.8 and recently discovered that the aspect ratio filter is not working when used on folders created a few years ago. Specifically, a great many images shot in landscape mode are included with the portrait mode filter

  • Problems using Chapter bar

    I'm using a Windows XP IBM Laptop with the newest version of Quicktime. I'm using Quicktime movies of symphonies (with explanatory text as the visual) for class. However, if there are chapters in the quicktime movies that have the same title then whe

  • Video camera on 3GS

    My friend and I have the exact same phone and hers has a video camera within her camera app. How do I get this on my phone?

  • Header on first page, not on others

    Hello, Does anyone know how to get a header to appear on the first page of a document, but not on the rest? Using section breaks, I can get the header to appear on all pages EXCEPT the first, but not the other way around. I've really played around w/