Email id of Po creator

How to retrieve the email id of the creatpr of a PO

hi,
u can get po created by in EKKO.(ERNAM)
then link that person to USR21(PERSNUMBER) table to get the person number.
then link that person number to ADR6(PERSNUMBER) table to get his email address(SMTP_ADDR).

Similar Messages

  • Sending email to the process creator

    Hi There,
    Could any one please show me how to make the process to send approve/deny email to the process creator or one who initiate the workflow without hard-code the email address in the "To Addresses" properties of the email service.
    Thanks in advance,
    Han Dao

    Han Dao,
    As you have guessed, the creator_id is a string that holds the ID of the process's creator and, unfortunately, none of the send email services allow an email address to be specified as such.
    To query for the actual email address of the process creator, use the "Query Single Row" operation of the JDBC service. This service can be found within the "Foundation" category.
    The service accepts the following input:
    1) Datasource Name: This is a string value that points to the JNDI reference for the data connection you want. If you simply leave this parameter blank, however, it will simply use the default database connection for LiveCycle which has the Adobe database.
    2) SQL Statement: Opening up this parameter allows you to type in an actual SQL query. The query you want is as follows:
    SELECT A.email FROM LiveCycle_DBO.EDCPRINCIPALENTITY AS A WHERE id = '_________'
    The underscores above are where you place your creator_id variable. To do this, simply click the "XPath" button below the text field and add it. I would add that if your LiveCycle database is transactional you should append a WITH (NOLOCK) immediately after your FROM clause to ensure you don't lock the table and disallow other transactions.
    3) Data Mapping: Opening this up will allow you to map between data points returned from your query and a process variable within your LiveCycle orchestration. The index column is arbitrary but the Column Name needs to match the respective column names from your query.
    The service returns the following output:
    1) Number of Rows: An integer value representing the number or rows returned. I believe for this service (Query Single Row), it will always be either 0 or 1.
    After running this service, the email address for the originator of your process will be in whatever process variable (String) you assigned it to in the Data Mapping above.
    Feel free to shoot me an email should you have any issues or any further questions.
    Josh Boyle
    [email protected]
    Cardinal Solutions Group

  • Get Email Address of Process Creator

    I have a requirement to, at the end of my workflow process, render the form as a PDF document which will be mailed back to the process creator. Is there some way to obtain the creators email address within my process so that I can accomplish this?

    You would probably need to query the database and get the email associated with the /process_data/@creator_id variable.
    You can also use the API and build a custom component to do it.
    Jasmin

  • Wrong email address in Lens Creator to submit profile within the program

    Dear Eric and others,
    I have discovered the error in why people cannot submit the profiles from within the Lens Creator Profile application. The wrong email address is specified, which is "lcpfiles", and that is all, no further adobe part to it.
    As Simon pointed out, use an email program to send these to [email protected]  I have sent two profiles today using email full "Outlook" program, and attached the file to the email, using the full email stated by Simon.
    I believe that the link & email address within the Lens Creator tool for email submission of profiles, needs mofication in your final version, thanks.
    Regards,
    Debra Gillilan

    Thanks Simon, glad to help.
    A product always has a greater possibility to turn out to be a success when everyone on the product's team pitches in and strives for success, even in small ways. You all are doing a great job with implementing and explaining the lens profile tool.
    I'll have other profiles to submit, the next one coming from my Nikon D2X body for the Nikon 12-24mm f4 AFS ED DX Lens, I"ve shot my images, I just need to process the images within the application.  I would rather develop my own profiles for my own specific copies of lenses, to be quite honest, whenever possible.
    I think the lens profiling tool is an asset to the Photoshop package and I am glad to see Adobe fully implementing this tool.  I am very glad that I purchased the full Photoshop software package a few years ago - it is a true and very worthwhile investment for a photographer, in so many ways.
    Kind regards,
    Debra Gillilan

  • Send email to the Form Submitter instead of the process creator

    Hi,
    Can any one please show me how to make a process to send an email notification to the Form Submitter instead of the Process Creator.
    Here is my brief desc on my process: Form Filler (can be anyone) send the filled form for a list of employees to the one who request (the 1st employee name on the list of the form) then this he/she then submit the form (form submitter) to process to route it to the manager. Whether the mgr is approved or denied then the process is completed by sending to his/her for status of that request. I was able to have it to send the email to the process creator (creator_id) but not the Form Sumitter. Can any one please help.
    Thanks,
    Han Dao

    Hi Han
    I guess I should have double checked the version with you first!
    If I remember correctly, in 8.2.1 there are a few more steps involved.
    On the Assign Task service...Form Data Mapping tab, is a field called "Completed user id".
    This is:
    The location to store the GUID (Global Unique Identifier) representing the user who completed the task. The data type is string.
    You need to create a string variable to hold that value.
    You select that in the "Completed user id" field.
    Because this is a GUID, you will then have to do a User Lookup (under Foundation) to find your user.
    (http://livedocs.adobe.com/livecycle/8.2/wb_help/wwhelp/wwhimpl/js/html/wwhelp.htm)
    You can then use those results in the To field of the SendWithDocument.
    Hope this helps.
    Diana

  • Process Data Creator ID not working

    Hi All (and Paul)
    I want to send an email to the process creator when a request has been approved. The best way to do this, it seems, is to use the "EmailService - Send with Document" activity. In the to field, I do not have the option of process creator, so I need to find that value and insert. I did the following:
    1) used SetValue activity to assign /process_data/creator_id to a variable called strID
    2) used UserManagerLookupService to query for user with strID in Universal ID filter box and assign result-User to a variable called creatorUser.
    3) used SetValue activity to assign /process_data/creatorUser/object/@email to a variable called creatorEmail
    4) used EmailService activity to send email to creatorEmail.
    I recorded and played back my process after attempting and it successfully retrieves a universal ID from the creator_id variable, but the UserManagerLookupService returns null users. I have tried with a couple different end users submitting the form and it always comes up null. Is there something wrong wit creator_id?
    Thanks

    Hi Jasmin,
    I do in fact do assign it to a variable (stringUserID) and then assign it to the "Find User" service operation Universal ID in the filter. It fails there too.
    Paul, I have not checked the AWS_Assigned_ID in the data stream. I do see a valid GUID assigned to stringUserID from the creator_ID. So, I guess I need to amend the title of this topic to "UserManagerLookupService.Find User not working".
    In fact, I use this same activity in another process, a custom render process, that works just fine. I looked at the GUID for both processes during playback and they are identical. It works fine in the custom render. In this other process, I see an error "Variable: null not found". When I expand the details, I see "com.adobe.workflow.template.document.VariabeNotFoundException: Variable: null not found".
    Am I missing something?

  • Send Email & Save and Display Data

    I've got a simple process with a Set Value and Assign User activities and one variable to read the contents of an XDP form. The assigned user the reviews the form. This much I know works.
    From this point on, I am adding to routes to the last task: the reviewer may accept or reject the form. If it is accepted, I want the form to be saved in PDF form and displayed for the user to read and type some of that data somewhere else (I may automate this at another time). If it is rejected, I want Workspace to send an email to the process creator (the person who filled out the form--not the reviewer) indicating that there are errors or omissions to correct. Then, the form is reassigned to the process creator, who works on it and resubmits it for review.
    My questions are as follows:
    1- I'm thinking of using a Send Email service to send a short, very specific message, but I don't know how to capture the process creator's email address to use in this service. Would you any other way of doing this?
    2- I can't figure out what service to use to save the PDF and to display it for the reviewer to copy data manually into another application.
    I'm still new at this and find the available information a little cryptic. I probably don't know where to find it too. I'd appreciate any help that you can provide.
    Thank you!

    We are using JBoss but MSSQL, not MySQL.
    I also decided to change the process slightly to avoid unnecessary steps and, perhaps, this query step altogether.
    So this is what I have so far: A Set Value task to fill the form, and an Assign User to assign the form for review. Upon acceptance by the Reviewer, the form should be saved and/or printed, as selected by the Reviewer. Upon reject, it should be reassigned to the Process Creator for correction/completion. When this is done, the form should be resubmitted for review.
    The form is filled, but the Reviewer gets nothing in his queue (To Do list), even thought he's assigned in the process. The email notifications are not working correctly yet, but it should still be assigned to the Reviewer, correct? He's the Specific User in the Initial User Selection property.
    I'd appreciate any help that you can provide.
    Thanks!

  • The app is not working, what should I do?

    I bought the app 2 years ago, I use it recently and the audio function does not work, I check the microphone on the setting is on. I sent email to the app creator but there is no reply. I search the app in the App Store but it is not available anymore.  What shall I do?

    Contact the developer's tech support for help.

  • My Adobe XI software no longer converts Word to PDF files with hyperlinks or page layout preserved.

    Is anyone else having the same problem where the initial installation worked fine and over time, you are no longer able to adjust the setting in the 'convert to PDF' menu for Word documents?  I am now faced with Word documents that lose their hyperlinks on conversion and when there are changes in page orientation (e.g., portrait to landscape and back again), the software creates sub files for each kind of page layout.  In a word, the software has become useless.  What can I do to fix this?

    In order to preserve links on Mac Word to PDF. You need to do as follows (note this only preserves links created by Word's auto Correct. Not by Word's URL Creator.)
    Method #1
    Create Document save as .docx as backup.
    Go to File Menu > Print
    Click and hold the PDF button, a Context menu appears.
    Choose Adobe Quality PDF, or Adobe PDF (depends upon Version of Mac OS X)
    First Choose quality (similar to Job Options in Distiller) and whether to open using Acrobat Or Reader.
    Next a Title will appear. (in format "microsoft.nameoffle.docx.pdf").
    You can leave file name as is or remove the Microsoft and the .docx from the Name
    Save File.
    This method also will print pdf, even if it has section and Page breaks except when there is orientation change from Portrait, or landscape.
    Method #2
    Do step 1 above.
    Locate the file Created.
    Drag the file either on top the actual Application or its Icon in the Dock.
    Wait ......
    When Acrobat opens Immediately save.
    Again all links created with Auto-correct will be live.
    And pages will be intact in the PDF except when there is a Change in orientation.
    Auto correct will create links/URL's  when you type such the will automatically turn blue and become underlined. And clicking on the in the word Document  will go to the link.
    What does not work until Adobe fixes a 10-15 year old bug is where you select word then go to Insert menu> URL. A window opens and you choose the link or email, in the URL Creator.
    Also the Bug where changes in section, and pages breaks cause new PDF that have to be put together has not been completely cured. (Still splits when orientation changes.) Has been proved by Microsoft to be a Bug Adobe can't or won't fix. You simply take a Mac Word File open it in the PC version and create a PDF. And works perfect.

  • Reminder mails are not sent for PO Approval

    Hi Guys,
    I have this sub-workflow which is responsible for the series of PO approval...
    But when PO is not approved it should sent a reminder, These reminders were working fine we have 3 reminders on  2nd 7th and 13rd day..
    There are No changes made to this workflow.. we have three branch out of which one branch is responsible for handling reminder .. where it get the workitem id and approver and sends the mail....
    While sending mail I added some text in the body of the email..and changed deadline to 1st, 2nd 3rd day to check whether reminders are coming or not
    and activated it again..
    Now suddenly all the reminders stopped coming..
    I checked it there are no changes made to workflow except the values been changed..
    Is that I am missing something...
    Regards,
    Raj

    yes the WF-Batch has maintained a proper email address..and all the approvers email id s are also maintained properly...
    I get error while executing the method SENDTASKDESCRIPTION..
    in the details i get Executing batch workitem: ending in error and the message is Work item 000089177358: Object SELFITEM method SENDTASKDESCRIPTION cannot be executed..
    next in details is : EXECUTE_METHOD_OBJECT_SYNC-message is Method container for work item cannot be created
    next is Executing batch work item: amd message is Unable to instantiate object 'RECEIVERS'
    .. But when initially my mail step .. the receipient type was Email adress and Email address was PO-creators id...
    which was causing mails going to creatot..
    Now I changed the Wmail address to Approver email... and correspondingly I changed it in the method paramaetrs being passed ... I  end up get ting error..
    I reversed the changes and saw whether it was working but no it again gave error..
    there must be something i might be missing..

  • Approval for each phase in task

    Hi Everyone
    I am using task list to create Projects. I have field named - "Phases" with values of Planning, Monitoring, Executing, Closing.
    I want to have approval for each phase from approver. Need suggestions on how do I show each approval for each phase for project? Should I create different fields for each approval? I can create approval workflow so that when user change phases it will send
    out an e-mail to approver, but how user will know which approval is for which phase while looking at project item in the list.
    Your suggestions are appreciated.
    Thanks

    Hi Swetha,
    For your situation, once any phase is approved, you could send an email to notify task creator the certain phase is approved.
    If you need to let users who can access the item know the approved phases, you might add some other fields in the list. For example, add the multiple choices that has:
    Request Initiation
    Initiation approved
    Request Plan
    Planning phase approved
    Request Closure
    Closing phase approved
    And add an extra action in workflow to change the field's value per the approve status.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Flash Component – Movie Timer

    I'm creating a custom skin for FLV Playback and have been
    looking for a timer component (progress timer/total time of movie).
    I haven't been able to find any indivvidual componets though
    flvPlayerPRO looks good. Has anyone used this? If so, what did you
    think? Does anyone have any other recommendations?

    I've got an email out to the creator of the FLVPlayback
    component @ Adobe to get his thoughts on best practices for this
    subject matter. I'll keep you posted...

  • Activities for each phase in Sales Methodology for Opportunities

    Hello Gurus,
    I want to configure certain activities around each phase for sales methodology in Opportunity. eg phase 1 identification, if there cud be series of aactivities like calling up a customer, setting up appointment, etc  which if configured becomes a part of sales assistant and pops up as planned activities for that phase, it how do I configure this?
    Thanks in advance.

    Hi Swetha,
    For your situation, once any phase is approved, you could send an email to notify task creator the certain phase is approved.
    If you need to let users who can access the item know the approved phases, you might add some other fields in the list. For example, add the multiple choices that has:
    Request Initiation
    Initiation approved
    Request Plan
    Planning phase approved
    Request Closure
    Closing phase approved
    And add an extra action in workflow to change the field's value per the approve status.
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Where's the upload / download page?

    If I understand the lens correction technology correctly then every camera model will need a profile for every lens model.
    This is massive undertaking. Using Canon as an example there must be around 20 digital SLR bodies and more than 150 different lenses (including third party manufacturers), so that's around 3000 profiles just for the Canon range.
    It makes sense that users should be able to upload their generated profiles online - is this the plan?
    Will there be a feeback system so these profiles be judged for quality?

    Hi.. I've just created a profile for my Canon 28-300L (100 images all up)
    It is installed at C:\Users\peter\AppData\Roaming\Adobe\CameraRaw\LensProfiles\1.0 but neither LR3 nor ACR6.1 sees it.. ?? (yes Windows)
    I also tried to uploade it to Adobe, and the email address that the creator puts in the email is [email protected] which Outlook says I can't send to, and I get a System Administrator "undeliverable".
    Can someone please explain / help?  Thanks.

  • Bid invitation XML

    Hi,
    I want to send the bid invitation to vendor via XML. I choose output media XML and publish the bid invitation.
    I get a success message that the Action is successfully completed, but I don't know what happened.
    Does it works with XI?
    Thank you
    joseph
    Edited by: joseph fryda on Jan 2, 2008 9:28 AM

    Hi
    Which SRM / SUS version are you using ?
    You can create a Bid Inv in SAP EBP from the SC item. You do not set up Bidding Engine separately. It is part of EBP, you just need to enable the Sourcing/Bidding transactions, Assign Roles and Authorizations.
    It is LAC, SUS, CCM, those are setup separately.
    Bids are created in SRM Bidding Engine (ABAP part). If you don't want to use SRM Bidding Engine, then you should use the DPE scenario where the RFQ is not created in SRM but in your external Sourcing tool (Exostar).
    This scenario is still present in SRM 4.0 or 5.0 (even if not intented to a futur extension).
    You will trigger this RFQ export manually from Sourcing Cockpit, except if you have customized "automatic creation of bid invitation for items without source of supply" in SPRO --> SRM --> Sourcing --> Define Sourcing for Product Categories (this option is not available in EBP 3.5, thats' why I was asking about your SRM release).
    Related links ->
    http://help.sap.com/saphelp_srm50/helpdata/en/33/16533d6dd60610e10000000a114084/frameset.htm
    The bid invitation creation service is bbp_bid_inv.
    Please look at following thread:
    Email to Vendor and Creator while creating PO
    Run report RSWUWFMLEC to convert work items to mail. In transaction SCOT you can send it to preffered vendors.
    Related notes:
    Note 837179 - SUS3.0: Possible changes for e-mail-notification
    Note 738370 - E-mail notification: Composite SAP note
    Re: Create and Send  Bid Invitation
    Hope this will help.
    Regards
    - Atul

Maybe you are looking for