Creating Worklist attachments and Reciving them

Hi,
I have a user task configured in my process.
In that task the user is expected to attach a file, that in turn i need to use as a response to another activity.
Wher the task in the worklist is closed, i get all the data in my process, except the file.
How can i do this operation? is there any problem with the attachments? if there is, is there any workarround?
Tks in advance

Many thanks for your reply, graffiti.
I think you are saying that it cannot be done with Acrobat Reader?
Some time ago I checked into getting Acrobat-Pro, and found that it was waaay beyond my budget ($600-700, as I recall).
Is there any shareware or freeware able to do this?
Thanks again,
Bill vV

Similar Messages

  • How to create mass users and map them to existing  hrms users

    Hi,
    Im running oracle ebusiness suite 12i . I want to create mass users , and map them to existing hrms users.
    The users I want to create exist in an excel spreadsheet with the columns employee id, user name. They will all be granted the same responsibility. I want to map them to existing hrms users using the employee id key.
    I have read about the package FND_USER_PKG.CREATEUSER and I can loop over it by using sql loader to create a temporary table, but I m lost on how to automatically map them to hrms users as part of the script.
    Any help.
    dula

    Thanks a lot Omka,
    I managed to create the users by running the script:
    declare
    Cursor C1 is
    select d.product_code,b.responsibility_key from FND_USER_RESP_GROUPS_ALL a,fnd_responsibility b,fnd_user c,fnd_application d
    where a.user_id = c.user_id
    and a.responsibility_id = b.responsibility_id
    and b.application_id = d.application_id
    and c.user_name ='JOCHIENG';
    Cursor employee is
    SELECT EMPLOYEE_ID,EMPLOYEE_NAME from eldoret_final;
    BEGIN
    for e in employee loop
    fnd_user_pkg.createuser
    x_user_name => e.EMPLOYEE_NAME
    *,x_owner => ''*
    *,x_unencrypted_password => 'welcome123'*
    *,x_start_date => SYSDATE - 10*
    *,x_end_date => NULL*
    *,x_description => 'CBK Employee'*
    *,X_EMPLOYEE_ID => e.EMPLOYEE_ID*
    fnd_user_pkg.addresp(upper (e.EMPLOYEE_NAME),'PER', 'CBK_EMPLOYEE_DIRECT_ACCESS','STANDARD', 'DESCRIPTION', sysdate, null);
    end loop;
    commit;
    end;
    I had first created the user JOCHIENG and assigned it the responsibility for Self service. So the script just assigns the responsibilities by copying from the one assgined to this user.
    Everything seems ok. However, when trying to log in as the new user, the login error: Login failed. Please verify your login information or contact the system administrator.
    is returned. But I can reset the password using the forms under Security > Define. Even with the correct password, the login doesn't go through.
    Any idea?
    dula

  • How to create RFQ s and use them to complete the program

    hi,
    how to create RFQ s and use them to complete the program
    thanks in advance

    Hi Santosh,
    RFQ is created through transaction ME41.
    You need to write down BDC for mass update of RFQ, because BAPI is not available.
    Regards,
    Tutun

  • Create handling units and assigning them as Packing Proposal for Sales Orde

    Hi Friends
    How to create handling units and assigning them as Packing Proposal for Sales Order Items in the background.
    Could you please help to provide Input Parameters for BAPI_HU_CREATE for sales order OR is there any other program creating and assigning them to Sales Order line Items.
    Thanks in Advance.
    SR

    Hi Friends
    I created Handling Units with BAPI_HU_CREATE , Pack materials with BAPI_HU_PACK in to Handling Untis and assign handling units to sales order with BAPI_HU_CHANGE_HEADER . But These BAPIs are not doing packing sales order line items in to handling units . I have to go sales order and do sales order line item packing by clicking packing button.
    Could you please help on how to do packing Sales Order Line items in the background with BAPIs.
    Thanks in Advance.
    SR

  • When I send an email with attachments and open them on my ipad some of them open but others do not

    When I send an email with attachments and open them on my ipad some of them open but others do not

    What are the types that won't open?
    Do you have an App that can open those types of files?

  • HT1338 I can create bookmarks folders and populate them. but when i quit safari the folders disappear?

    I can create bookmarks folders and populate them. but when i quit safari the folders disappear?
    Please  help

    Hi Nick ...
    Try deleting the cache and reset ...
    From your Safari menu bar click Safari > Empty Cache
    If that doesn't help, back to the menu bar, click Safari > Reset Safari. Select the top 5 boxes, click Reset.
    If that didn't help, try troubleshooting the Safari .plist  (preferences)
    Quit Safari.
    Go to ~/Library/Preferences
    Move the com.apple.Safari.plist file from the Preferences folder to the Desktop.
    Relaunch Safari.
    If it's working ok now, move that .plist  file to the Trash. If not, move it back to the Preferences folder.
    If you have trouble finding those files, open the Finder. From the Finder menu bar top of your screen, click Go > Go to Folder
    Type this exactly as you see it here:   ~/Library/Preferences
    Click Go

  • Profiles created with SU02 and transporting them

    We have a lot of profiles that were created with SU02.
    When I change them in our Development system and then create a transport and move the transport to our quality system and our production system the changes do not get updated.
    I manually go to each system with SU02 and make the changes again and activate them.
    Is there another way or am I missing something.
    Thanks
    Joe

    Julius,
    The TCD field isn't causing confusion.  Look to the left at that Z:MC40 or whatever.  That's the auth object, which has a field called TCD.  In other words, there isn't S_TCODE with field TCD, there's this Z:MC40 or whatever, with field TCD and the tcode in that filed is MC40 or whatever.
    Anyway, if I go through my data for S_TCODE, then I find that in the profile, it refers to the following.  Note that these are the only two profiles in my UST10S table that refers to S_TCODE.  I need to figure out how to reconstruct the rest of the profiles into roles so that the unlimited access in these profiles below can be removed and the balance of the profiles can be given relevant transactions.
    X:TCODE        S_TCODE     &_SAP_ALL
    X:TCODE             S_TCODE     S_TCD_ALL
    X:TCODE             S_TCODE     S_TCD_ANW
    X:TCODE             S_TCODE     S_TCD_BC
    X:TCODE             S_TCODE     S_TCD_CUST
    X:TCODE:ALL     S_TCODE     &_SAP_ALL
    X:TCODE:ALL     S_TCODE     S_TCD_ALL
    X:TCODE:ALL     S_TCODE     S_TCD_ANW
    X:TCODE:ALL     S_TCODE     S_TCD_BC
    X:TCODE:ALL     S_TCODE     S_TCD_CUST
    Edited by: Santosh Krishnan on Jun 30, 2010 1:23 PM
    Edited by: Santosh Krishnan on Jun 30, 2010 1:24 PM

  • Create worklist user and group's in 11G...

    How to create worklist user's and group's in standart 11G instalation...
    Thanks...

    hI Raj,
    It is very easy to create users,groups,roles in soa suite 11g manually .Just login to the weblogic console and you find a security realms tab click on that then next a page will open with my realms then click on it you will find a users and groups tab on top click on that then lock and edit the session and from there you can create users groups and also assign roles.You can also use external ldap if you want,Please let me know if this clarifies your doubt

  • I am having problems creating PDF file and downloading them

    I am having problems creating PDF file and downloading them

    Hi Randy Keil,
    You might need to sign up with your Adobe ID and password at "https://cloud.acrobat.com/convertpdf"
    Then you can choose the desired files to create the PDF.
    Now, let me know what error message do you get while doing the same.
    What kind of files are you trying to convert to PDF?
    Have you checked with your internet connection and tried using a different browser?
    Hope to get your response.
    Regards,
    Anubha

  • Retrieving B2B attachments and saving them to a UCM server

    Hi,
    I have a requirement in which a BPEL receives a B2B message with attachments and saves the attachments in a UCM server.
    How can it be done in a BPEL? My BPEL receives a B2B message with attachmetns, the attachment element looks like
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <Attachments xmlns="http://integration.oracle.com/B2B/Attachments">
    <Attachment href="9f4c4afad5675d06:7ad8666a:11dbc3402a6:-7ff6"/>
    </Attachments>
    How can I get access to the inputStream of the attachments in the BPEL so that they can be saved on a UCM server.
    Thanks,
    Anil

    Anil,
    You may use following XPATH functions within your BPEL component to read the attachment content-
    ora:getAttachmentContent
    ora:writeBinaryToFile
    Regards,
    Anuj

  • Read In Email, parsing Attachments and converting them to PDF

    Dear Forum,
    When an email arrives, I want to check wether there are attachments present in this email. When there are .GIF, .PNG or .TIFF files attached, I want to convert them to a PDF.
    Does anybody knows how to do one of these steps in Java?
    1) parsing attachments out of email
    2)converting them to PDF
    Thank you,
    Stefan Tysbaert

    In your JavaMail download there is a directory containing examples of JavaMail code. One of those examples covers your first question.
    And the second question ("How do I convert a GIF file to PDF?") isn't a question about JavaMail.

  • Create OID Atributtes and turn them availables to portal environment

    Hi, i´m synchronizing AD (Active Directory) with OID and i´ve need to create some new attributes on OID, using ODM, because they exist on AD and will be synchronized.
    The question is, will those new attributes available when i create a new user, through OIDDAS? What do i need to do to turn them available, case negative?

    Yes it's possible to expose attributes in OIDDAS
    cf http://download-uk.oracle.com/docs/cd/B14099_11/idmanage.1012/b14086/ssc_admin.htm#i1057304

  • Creating Chapter playlists and deleting them

    I'm trying to learn how to play a whole video with one manu button and play chapter of the same video with chapter buttons.
    I see it posted here in several places that one needs to make a chapter playlists for each chapter.
    But that I guess it means if you have 4 chpters, to do:
    file/new/create new playlist, 4 times. And put one chapter on each.
    I found creating them is easy but made mistakes on them once created like inadvertantly adding a second chpter. I managed to do this several times on several different playlists. I see no way to get rid of them. Or even see them. Once a new one is created where do the others go?
    window/playlist viewer shows a screen that says there are no playlists but the end action list shows several of them as does the `work flow' view.
    Niether place appears to offer a way to delete or edit them.

    Harry Wrote:
    > Now my chapter buttons fail.. I see no way to set an end action for them now
    Jeff replied:
    > Are you talking about the buttons in the menu or the chapter markers in the timeline? You set end actions for the chapter markers in the timeline.
    > Double- and triple-check that no overrides are set.
    > If my method is giving you a headache trying to figure it out and you find yourself spending more time than you'd like, perhaps your original method of using one chapter playlist per chapter and no chapter end actions at all would be a better solution for you. As I said before, they are functional equivalents on the finished disc.
    Buttons in the menu...
    No it wasn't your method which seems like a good one.
    Its more a problem of deep seated stupidity here.
    I Previewed from a chapter button but let it finish (it was a very short chpt) instead of hitting the `end action' button.
    When one lets the previewer finish, it just stops, never returning to menu.... my error.
    But still I thought I remembered the chapter buttons having end actions available in previous attempts here. I see I've confused what one sees in proprerty screen when clicking a timeline in project windo w with what one sees in properties window when clicking a button.
    Of course it is the timeline played by a button that has an `end action' not the button itself.
    Thanks for taking the time to help... I think I might have it now.

  • Paragraph styles dialogue is empty. I'm unable to load or create new styles and have them show up.

    I've used paragraph styles in Indesign CS4 since 2009 and yesterday (6-10-14) I noticed the paragraph styles dialogue was empty. I figured somehow I must have accidentally deleted or cleared them. I then proceeded to attempt loading them from another document. After "Loading Paragraph Styles..." via the drop-down in the upper right corner of the dialogue box nothing showed up.
    I then proceeded to create a new style it to never appeared in the list—it remains empty.
    Any ideas?

    Delete InDesign’s preferences.
    Troubleshooting 101: Replace, or "trash" your InDesign preferences

  • Programatically creating users, roles and insert them into Jazn xml

    Hi All,
    I am using ADF 11G and ADF BC to develop my application. Whenever a user is created an entry will go into OID and into DB. Admin will apply the roles and users for that roles through application. Once the administrator assigns the roles, the user need to see the appropriate menus based on the roles assigned.
    If I use ADFSecurity, then I need to redeploy the application each and everytime an user is created and a role assigned to it. But I have to avoid the redeployment step. When ever admin assigns a role while approving the user, the same should be reflected in Jazn, so that I can use the securityContext to generate menus dynamcally.
    Is there a way to do programatically the below:
    1. Creating roles
    2. Assigining Users
    I want to use the functionality of ADFSecurity but programatically.
    Any information/links/guidance is much appreciated.
    Thanks,
    Morgan.

    Morgan,
    You can configure WLS to use OID instead of jaxn.xml file.
    [url http://download.oracle.com/docs/cd/E14571_01/core.1111/e10043/toc.htm]The security guide should be good reading for you.
    Best,
    John

Maybe you are looking for

  • Open Sales order/PO template required

    Hi Oracle Gurus, Can anyone provide me open sales orders /open purchase orders spread sheet template for data migration. If i provide this template to client, they fill open sales orders/ purchase orders in the excel format, later we migrate to produ

  • Wifi sync 2 iPhones in one iTunes with different Apple-ID's.

    Wifi sync 2 iPhones in one iTunes with different Apple-ID's. My Phone will show up in iTunes, my wife's wont. After plugging my wife's phone into my Win 8.1 pc and check Sync over wifi, I hit the eject button, could this be the reason? Or might it be

  • Is it possible to have the icons at the bottom like in OS X ??

    Is it possible to have like o quick launch/icons at the booton of the "desktop" just like in OS X ?? and im running OS 8.0.

  • Problem with CL_GUI_CHART_ENGINE

    Hi, I have a dynpro with a custom control, I create an obj from cl_gui_chart_engine. I create some demo data, convert it to XML with CALL TRANSFORMATION. Call the method u201Eset_datau201C. Set Customizing, like barchart or lines and call method u201

  • URLLoader hangs whole app for no apparent or catchable reason on OSX 10.8.2, Air 3.5

    I've got a HTML/JS air app which connects to a REST interface on a remote server via HTTPS. It POSTs data to the interface every minute, sometimes more frequently but certainly no more than 3 times a minute. Every time it connects, my code creates a