Document  needs to redirect in workflow.

Hi
I have document number and company code .I have to redirect this to some users .Can any one tell the procedure for the same in work flow..
Regards,
veera

Hi veerachamy,
Redirecting to user means i guess you want to send the Doc num and company code in mail to the user.
So this number must have already populated in Business object and passed to the workflow. You have to only use the variable name in subject or body of mail where you want to pass.
eg. &BUSNAME.VARIABELNAME&
If that information is not getting pass, then see if any getdetails method is in you business object. If yes you can use that. If not you will have to write zmethod.
Edited by: Tejal Parikh on May 8, 2008 9:17 AM

Similar Messages

  • FV60- Parked document - need to re-trigger workflow on Rejection

    Hi all
    I have a below client requirment in the case of rejection and change of parked invoice workflow.
    Any suggesions please?
    Rejection
    =======
    If an approver rejects a document, instead of re-triggering
    the workflow from the very beginning, the client requires that
    the approval needs to be able to un-reject and re-approve the document
    so that the document can continue on with the work flow. 
    Change
    =====
    The workflow should trigger only relevant change occurs in document (Example cost center, G/L, and dollar amount). For example change of a tax code which might increase dollar amount by tax.
    Thanks in advance
    Shree

    Hi Raj /Rick
    Rick answer to your questions :
    What if the approver and the initiator can't come to an agreement? Is there any option of really rejecting the request?
    The business answer is let the workflow remain at rejected state.
    How can they come to an agreement - by changing something? In which case, doesn't it have to go through the approval process again, including via the earlier levels that already approved it?
    99% of the change is on budget side so the business dosent want to go through the approval process again.
    Raj :
    When i run the SOFM - Compose method manually in swo1 it ask for some information like STATUSTOMAIL ....ATTACH ....ETC...... what i need to give in that?
    How can i pass the initiator id to that method in runtime? will i be able to store the initiator id in a workflow container and pass in binding?
    Thanks
    Shree

  • Need to create a workflow approval. I need a Acrobat Pro or Acrobat Pro Extended?, which one?

    I need to create a workflow for approval. But i've downloaded and executed acrobat pro trial and i don't see: commentaries=send a PDF for approval. I only saw commentaries=send a PDF for reviews. Has Acrobat Pro the approval option or just Acrobat Pro extended?

    The best way to approve a document is using a signature field. You sign the document when it meets your approval.

  • Move documents to records center when workflow is completed

    I use SharePoint 2013.  In my Library, my document goes through a workflow. As soon as the workflow (developed on 2013 wf platform) is done, the document needs to be send to the Records Centre automatically. How can I do that?
    Retention Stage property (In information policy) only cater for:  Time Period = Created / Modified / Declare Record.  How can I check for wf status = Completed and then move the document to Records Centre?

    DWSWeb,
    See this links: 
    http://www.sharepointbriefing.com/spcode/article.php/52271_3893446_2/Moving-a-Document-to-the-SharePoint-2010-Records-Center.htm
    http://www.documentmanagementworkflowinfo.com/sharepoint-2013/sharepoint-workflow-move-document-records-center.htm
    Please look at this article and use "Copy List Item Extended Activity"
    http://spdactivities.codeplex.com/wikipage?title=Copy%20List%20Item%20Extended%20Activity&referringTitle=Home
    https://social.msdn.microsoft.com/Forums/en-US/1e2df275-c5a9-4968-b9c8-4958b8686cef/use-copy-list-item-extended-activity-to-move-items-in-sharepoint-list?forum=sharepointcustomizationprevious
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Updating a title column in list that is a lookup column to document library in sharepoint designer workflow 2010

    Hi I have a requirement to create a list item in Contracts List when a document is uploaded in Contracts Vendor library.
    Contracts List will
    have  columns - Contract Name ( title column), Contract Number, Contract Start date and end date.
    Contracts Vendor library will have Contract
    Name,Contract NUmber.
    User will select the Contract Name from drop down ( this is look up column linked to Contract Name in Contract
    List).When user uploads document in Contract Vendor library then item should be created in Contract List with selected Contract Name and
    Contract number .
    Contracts and Contracts Vendor are related by look up Contract Name. Contract Name is internally a title column in
    Contracts List.
    Issue1 :
    Since Contract number is look up column, while I am creating item the Contract name is not getting updated in
    Contracts List. I have to use sharepoint designer workflow to achieve this task. Title colum or Contract Name shows no title.
    Issue 2:
    One
    more issue I am facing is that Contracts List has Section and Division cascaded drop downs when i select values from section and division
    dropdowns and save item in Contracts list the values are getting saved in Contract List.
    Could anyone suggest me how to handle this ? I am
    attaching the screenshots of the list and library structure. TRuly appreciate your help.
    Below are screenshots of the list structure

    Hi,
    According to your post, my understanding is that you wanted to update a title column in list that is a lookup column to document library in sharepoint designer workflow 2010.
    I try to reproduce the issues as follows:
    Create a custom list named Contracts List, add columns: Contract Name ( title column), Contract Number(Number), Contract Start date(Data and Time) and Contract End date (Data and Time).
    Create a document library named Contracts Vendor library, add columns: Contract Name(Lookup), Contract NUmber(Lookup).
    Create a workflow associated to the Contracts Vendor library.
    Add action: Create List Item.
       5. Start the workflow automatically when an item is created.
       6. Upload a document, select the Contract Name and Contract NUmber, the workflow will be started automatically.
       7. Open the Contracts List, an item will be added with the Contract Name and Contract Number in the Contracts Vendor library.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Why do I not get the checkout option for a pdf type document when clicking on the document link in the SharePoint workflow task?

    We are trying to use workflows to review and edit pdf files in sharepoint 2010. We are having a couple of issues and am hoping someone has the answer.....
    1)  When myself and coworkers click on the pdf document in the library, we get the check out option as expected.  However when we click on the document
    link in a workflow task (on the sharepoint site), the pdf opens as a temporary file and we do not get the check out option.  Why does this happen????? 
    2)  The same thing happens when we click on the document link in the workflow task email;   HOWEVER,  one of our co-workers does get the
    check out option when clicking on the link in the email task.  Why would she get the checkout option using the email and not when clicking on the link in the task list on the sharepoint site ????  We have compared our internet settings and adobe
    settings to ours and found no differences.
    We are using Sharepoint 2010, Windows 7, IE8, Adobe Reader X or XI.  Some of us have Adobe Pro X and have the same issues.

    Hi,
    According to your post, my understanding is that you could not get the checkout option for a pdf type document when clicking on the document link in the SharePoint workflow task.
    I try to reproduce the issue, however, no matter when I click the pdf type document in the library or click on the pdf document link in the workflow task email, it download the pdf doucment and then I can open it.
    It will be better if you can descript how you
    get the check out option as expected when you click on the pdf document in the library.
    Then I upload a
    word type document to the library, no matter when I click the word type document in the library or click on the word document link in the workflow task email, I can open the word document directly and get the check out option as expected.
    I recommend to use the other type docuemts to check whether the check out option works.
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Need help with a workflow that will restrict resize to 720x540

    I need help constructing a workflow that will resize any image I choose to 720x540. I want this to be restrictive to this size, in other words I don't want 720x468 or etc. I have tried this too many times, will no success so now I am reaching out for help. HELP. Once I have correct resized an image as needed I want to change its format and save a copy.
    As always thanks for your reading and replying to my Post,
    Sebastian

    Hi there,
    what Image editing software do you have, if any ?
    regards
    Ric

  • Select lists empty or POPup LOV needed with redirect

    Hi all,
    I have a form where i need 6 select lists with redirect or 6 POPup LOV with redirects.
    These select lists are separated in three groups
    like this
    group 1
    departments select list with redirect
    employees popup lov (query based on the value of department)
    group2
    Order select list with redirect
    OrderItem popup lov but needs a redirect here for employees (query based on the value of countries)
    employees popup lov (query based on the value of department)
    group 3
    some status select list with redirect
    When I choose the first select list the popup LOV is populated with good values
    when i select a value from the second select list the value in the first list disappears, including the value of the first popup lov. etc.
    How is it possible to keep the values stored in the first selects list when selecting some value of the second list.
    How is is possible to make a popup lov with redirect so that the values are in session
    and can be used in another popup lov?
    Is someone there who have experiences with this issue?
    thanks in advance,
    Hugo

    Hi Hugo,
    I don't think that you need a redirect for that. Check out my AJAX cascading popup lov solution.
    http://inside-apex.blogspot.com/2006/11/generic-solution-for-depending-select.html
    Hope this helps
    Patrick
    Check out my APEX-blog: http://inside-apex.blogspot.com

  • Document level scripting from process workflow

    Hi all,
    is there some way to add a "document level" script from process workflow in Livecycle Workbench?
    That is, I have a script i want to add to a pdf in my process workflow. How can I do that? Is there some service/function/script I can use to do that?
    I'd really appreciate any help.
    Thanks
    Alessio

    Not that I am aware of, could be wrong though

  • SAP R/3 installation document needed

    SAP R/3 installation document needed  please any one send me docs

    HI,
    Go to https://websmp104.sap-ag.de/instguides -> Installation and Upgrade Guides(Left menu)
    ->SAP Components->SAP R/3 then choose the Release.
    Some useful info~
    R/3 Installation at home PC
    Regards,
    Moorthy

  • I need a word document generator, that has a bar to enter equations similar to the Microsoft word program. The document needs to be able to be saved as a word document so my professors can open it in windows. HELP!!

    I need a word document generator, that has a bar to enter equations similar to the Microsoft word program. The document needs to be able to be saved as a word document so my professors can open it in windows. HELP!! My computer is 2012 iMac desktop

    Not sure if any of the alternatives to Office (word) for Mac are near the feature set you require.
    There are a few listed here at this page, in some ways aren't exactly like Office or Word; the feature you seek may (or may not) exist. I'd try & see about neooffice compatibility...
    http://www.digitaltrends.com/computing/best-microsoft-office-alternatives/
    http://www.neooffice.org/neojava/en/index.php
    http://www.libreoffice.org/
    Good luck & happy computing!

  • I need to include one workflow into another

    I need to include one workflow into another
    IAM try to include one workflow into another workflow, whether it is possible or not.
    if it is possible means, give the step to perform this action and some sample logic

    Hi,
    You can achive this in a very simple way.
    Create a activuty step. ( In general we need to create a task here )
    Add/ paste the workflow template number insead of creating the Task.
    Make the required binding.
    Thanks and regards,
    SNJY

  • Need to create a workflow that sends an email every friday, not every 7 days using sharepoint 2010

    Hi Everyone,
    So I need to have a workflow in sharepoint designer 2010 that sends an email out every friday, so far all the ones I have seen send it out 7 days from when the item was created, but not every (certain day of the week)
    Any help at all would be great.
    Thanks
    Best regards, Mike

    Hi,
    Greetings,
    Use Information Retention policy settings as below.
    pls check below
    http://social.technet.microsoft.com/Forums/office/en-US/7be77b5d-c686-4b33-b30c-204f7ffcd569/how-to-send-reminder-email-for-every-2-days-after-due-date-occurs-in-sharepoint-2010-workflow?forum=sharepointadminprevious
    I recommend to use Information Management Policy and workflow to achieve this goal.
    https://www.earley.com/blog/sharepoint-2010-using-retention-stages-manage-lifecycle-information
    http://www.danielroot.info/2012/08/information-management-policy.html
    You can also create custom timer job to start the workflow at a schedule time:
    http://bhandariasb.wordpress.com/2013/06/03/start-workflow-from-custom-timer-job/
    Please remember to click 'Mark as Answer' on the answer if it helps you

  • I need help convincing my workflow administrator on Illustrator PDF presets.

    I need help convincing my workflow administrator on Illustrator PDF presets.
    I work at a company which prints folding cartons, pressure sensitive labels, and film packaging. Esko Automation Engine 12 is our primary workflow. We use PDF files saved directly out of Illustrator as the primary file format. At times, the size of an art file can get fairly bloated from scaled images, effects, transparency, etc. The workflow and Ilustrator have a hard time dealing with the file size. It has been suggested to use the "export" function under the File Menu and save the art file as a "normalized PDF". I honestly believe Distiller isn't even remotely involved when you do this. I tried to make the case to use the settings in the dialog box which appears when you save a PDF out of Illustrator. I know for a fact that this dialog box isn't any different from what you see in Distiller. From my years of experience with Kodak Prinergy, I know things like bicubic downsampling, etc. will not hurt the file. The workflow administrator thinks otherwise. Can anybody point me in the direction of Illustrator PDF presets that would convince him otherwise?

    Brian,
    What is somewhat confusing in your post is your mentioning a capability to export PDF from the File Menu as a normalized PDF file. There is no such option in Adobe Illustrator, at least as it comes directly from Adobe. You may use the File=>Save As dialog to save the file as a PDF file, but PDF is not an option under File=>Export. Furthermore, in terms of the .joboptions provided by Adobe, there is no Normalized PDF joboptions settings.
    You mention Esko. Is it possible that you have one of Esko's products installed that provides proprietary plug-ins to Adobe Illustrator? If so, that may be the source of this Normalized PDF option. Maybe some other participant in the is forum knows more about that, but at Adobe, we don't (for better or worse).
    You mention problems with file bloat due to “scaled images, effects, transparency, etc.” Are you referring to the Illustrator .AI files or to PDF files created from same? If the issue is the .AI file size, the only thing you can do to fix that is to uncheck the save as compatible PDF file option when saving .AI. In terms of PDF files from Adobe Illustrator:
    (1)  Scaled images should not add anything to a PDF file size unless you take such images and attempt to upres them in Photoshop prior to creating PDF. There really is no benefit to be achieved by such upresing of the images; any competent RIP can do that itself just as well as Photoshop.
    (2)  Transparency only adds to the PDF file size if you create PDF with transparency already flattened, or what I would better describe as ruined. Flattening transparency often causes large raster bitmaps and/or very complex groups of vector objects to be created to simulate transparency in an opaque imaging model (such as is supported by PostScript).
    You obviously need to produce PDF that can be accommodated by the rest of your workflow. Since we don't know what that is and whether it conforms to current best industry practices, we cannot make an absolute recommendation for you.
    However, generally speaking, the most reliable PDF print publishing workflow would generally require that you create PDF/X-4 using the PDF/X-4 PDF preset from Adobe Illustrator (or for that matter, from InDesign as well). PDF/X-4 supports full ICC color management (including spot colors), the entire PDF imaging model, and live transparency.
              - Dov

  • SAP workflow documents needed

    Hi,
    Please provide the documents related SAP workflow..
    <THREAD LOCKED. Please read the [Rules of Engagement|https://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement] to discover why>
    Edited by: Mike Pokraka on Sep 5, 2008 12:13 PM

    hai john,
    please check these links
    http://en.wikipedia.org/wiki/NetWeaver
    http://searchsap.techtarget.com/general/0,295582,sid21_gci1079310,00.html
    http://www.sap.com/platform/netweaver/index.epx
    https://www.sdn.sap.com/irj/sdn/netweaver
    Regards
    Nissy
    If helpful please reward points.

Maybe you are looking for

  • HR PA-EC Enterprise Compensation Management Load Issue

    All, I have activated standard business content and have connected ECC 5.0 source to BW 3.5.  I tried executing a load for Compensation Process ODS and the load says there is no data available in source system. I checked the source and infotype table

  • Duplicate line item in Statement of account

    Dear All, Why there is duplicate line item in Statement of account?

  • How to prevent applet from InterruptedException when the page is refreshed

    Hi Guys, Is there a way we can prevent an applet from being interrupted when the user navigates away or refreshes the page ? I am getting the below error whenever the user invokes the applet and navigates away or refreshes the frame. My requirement i

  • I went from an iphone 4s to an android...

    and now anyone that has an iphone can't text me because it shows up as an icloud message and I don't have the phone anymore. How can I fix this????!!!!

  • Help with mighty mouse

    I have a problem and i ask you to help me I use a mighty mouse and i usually keep it with the original configuration (1 main button) and all the others off. Sometimes when i see a picture, if i hold the button for a couple of second it gives me the p