Sending Unique email links from APEX

Hello folks,
I wonder if i can create a email form that can allow the users to choose the Recipients address from the DB ( I have a table with the email addresses) & to send them a link for a Survey application, BUT my idea is to use a parameter for the email address with the link ....so once the recipients receive the link they will be allowed to Submit the survey ONLY ONCE by checking the parameter value?!!
Regards,
Ehammad

Hi every1,
Thanx all for your reply,
My idea was about sending the survey link for my customers by email..once they click & submitted responds it will Not allow him to use the link again..even if he forwarded to another email, to prevent the customer from submitting the survey more than once by using different emails address!!...
I Dunno if this idea is logical or poor ...i need ur advices all..
I customers are login through "PUBLIC_USER" ...
- Yes its logic to generate Unique ID , but my table is already have my Transaction Unique ID ,and still the user can use the link again to submit the results because he use "PUBLIC_USER" on login.
-I am using the email address column in the transaction table to check if the user had already submitted the survey or no, but am not using a field in the survey to ask for the user email address, if i did, still the user can use more than one email to submit the survey.
-I will check the SYS_GUID. Can I add this generated Key to the Application link?! so each user can get the link like this
ex " APEX application Link+ SYS_GUID key"?!! instant of using the email parameter?
Please advice if am missing somthing or my idea is not logic...
Regards,
ehammad

Similar Messages

  • Sending an email link to a friend

    When I send an email link to a friend so they can see a preview of a song or music video, which email address is it sent from? The one I specify on the request, (in other words, the "from" field) or the email address listed in "my info"?

    It won't show up there because it's not sent from your server. Try sending one to yourself from the store and see what it says.

  • Email link from safari not sending

    Ipad 2 with ios 7.1.2
    If I try to email a link from safari, an email window pops up, I can access my contacts, I can send the email. But although it appears to send, it does not arrive and is  not listed in the sent items.
    I have tried rebooting my ipad,  reinstalling my gmail account, clearing the safari cache, but nothing is working. Please help!
    Thanks

    I have the same problem. Mail is the default mail program. iPhoto, Aperture, and excel all send to and open Mail with the attachments.
    Things I have tried:
    repaired permissions, safe boot
    I have deleted the mail account and created a new one. email works (send and receive)
    Reinstalled Mail using Pacifist
    Reinstalled Safari 4 and it did not work; updated to 4.02 did not fix problem
    Lastly I did an archive and install 10.5.6 did not work. All updates to 10.5.7 still not working
    What file is corrupted to cause this so I can get rid of it, or edit it without erasing the drive?
    Thanks for the help

  • How to send BI Publisher reports as email attachments from Apex

    Hi there,
    Before I start working on this new endeavor, I would like to check if it is even possible...
    Here we have Apex 4.0.2 and Oracle BI Publisher Enterprise 10.1.3. We use the Apex integration with BI Publisher to generate PDF reports.
    Now there is a requirement that those reports should be optionally sent by email as attachments (ideally from Apex itself or from a database procedure in the Apex application schema.)
    I am not sure how to do it, as such reports are generated by calls to URLs like this:
    http://server/apex/f?p=123:0:3370070991917144:PRINT_REPORT=reportname:NO::PARAM1:123 => opens a PDF in the browser window
    Is it possible to be done? If so, how?
    Thanks
    Luis

    hello,
    there is no native support for directly faxing a report. you could e.g. use a fax-software that has a printer-driver that supports this.
    regards,
    the oracle reports team

  • Sending as email attachment from Word 2013 gets stuck in Outbox

    I am using Office 2013 and use the send document as attachment option within Word to email documents. The documents that I email are from a shared exchange mailbox. Whenever I do this the emails get through to the receiver but are stuck in my personal outbox
    rather than sending and heading to the shared sent box.
    This only occurs when I use this option from Word, eg: I can send Excel attachments from within Excel and it goes to the shared Sent box.
    I am also able to successfully send emails from with Outlook via the shared account.
    I am unable to find any settings in Word that affect this behavior, any ideas?

    Hi,
    Please run Word in Safe Mode to test if it's 3rd-party add-ins related:
    Press Win + R and type “word.exe /safe” in the blank box, then press Enter.
    If there’s no problem in Safe Mode, disable the suspicious add-ins to verify which add-ins caused this issue.
    We can also refer to the link below, to learn more and check the possible settings that may affect this behavior:
    http://www.msoutlook.info/question/278
    Regards.
    Melon Chen
    TechNet Community Support
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Emailed links from updated web newspaper-reader won't print properly.

    I use an online newspaper-reader (attempts to mimic the actual look of the printed paper), and I sometimes email article links from it (either directly or via their "send to someone" function). While the links do lead to copies of the article which look fine -- just like the original -- on screen, they now truncate severely if printed -- including all photos. This also happens in IE, so it does not seem FF specific. The newspaper-reader's purported "support" is basically non-existent, so I was hoping one of the creative folks here could suggest a way to get these to print OK once again. I have included a sample link, though be aware that this may expire within 7 days (after which I would be happy to provide a new link if needed). Thanks!
    http://digital.olivesoftware.com/Olive/ODE/ColumbusDispatch/LandingPage/LandingPage.aspx?href=VENELzIwMTAvMDYvMjM.&pageno=MQ..&entity=QXIwMDEwMA..&view=ZW50aXR5
    == This happened ==
    Every time Firefox opened
    == Online newspaper-reader updated (???) their application

    Does the ext directory have the php_oci8.dll? In the original steps the PHP dir is renamed. In the given php.in the extension_dir looks like it has been updated correctly. Since PHP distributes php_oci8.dll by default I reckon there would be a very good chance that the problem was somewhere else. Since this is an old thread I don't think we'll get much value from speculation.
    -- cj

  • How to send an email with from address not as a SAP user id

    Hi,
    sender = cl_sapuser_bcs=>create ( pv_user ).
    I am using the above piece of code to send an email.
    In the method "CREATE" , I CAN PASS ONLY THE SAP USER ID.
    But i want to pass the email address (user) which does not  a SAP user id?
    how to do this.

    Hi Brad Bohn,
    I have coded  like below. I could see the mail in SOST, in that from address is as 'myname'.
    But the mail does not reaches to the recipient.
    Can you tell me where the problem is?
          DAta:: from_addr TYPE REF TO CL_CAM_ADDRESS_BCS,
                     lo_bcs_recipient  TYPE REF TO if_sender_bcs,
                     send_request TYPE REF TO cl_bcs.
          CALL METHOD cl_cam_address_bcs=>create_internet_address
            EXPORTING
              i_address_string   = 'myname at the rate of domain'
              i_address_name   = 'myname'
            RECEIVING
              result                    = from_addr.
                CALL METHOD send_request->set_sender
                  EXPORTING
                    i_sender = from_addr.
              CATCH cx_send_req_bcs .
                IF sy-subrc <> 0.
                  CLEAR sy-subrc.   " added to hide warnings.
                ENDIF.

  • E71 how to remove setup email link from main page

    Recently got a E71 - very pleased with it.    Have installed nokia email and exchange mail - all working fine.   I ended up with 2 "setup email" links on the main page.  One i could select and hide,  the other I cannot.   When ever i boot the phone it trys to start the email setup wizard by default.     I notice from installations I can remove the email setup - will this affect existing mail accounts and would this mean I can't set up any new accounts in the future?
    surely there must be an easy way to remove the icon.    I tried deselcting the wizard from the Modes -> home screen application page but it just comes back after a few minutes.
    very annoying.

    spooky! i found the same solution today, checked back here and you'd beaten me to it!!! DOH!
    posted the following elsewhere.
    i found another solution for removing the email setup link on the homepage (still have the wizard start on boot).  
    MENU -> MODES -> HOME SCREEN APPLICATIONS ->enabled applications ->  untick Intellisync
    the email setup icon now dissapears on my E71.
    I can't find a decent explanation of what intellisync actually does, but all my email is working as before.
    To be honest i could probably just remove the set up program as I won't ever need to add another email account..
    just thought I'd post this anyway."

  • 'Link no longer active' message when I send an email link to a file in my cloud. New to cloud, can anyone please help...?

    Hello everyone,
    I am new to the cloud. Trying to send a client a link to a design file in my cloud. But when they click the link the get an error message saying the link is no longer active. Do t understand why, can anyone help me please.

    File Sync Links that may help
    -https://forums.adobe.com/community/creative_cloud/host_sync
    -http://helpx.adobe.com/creative-cloud/kb/arent-my-files-syncing.html
    -sync and email link http://forums.adobe.com/thread/1427516?tstart=0
    -http://helpx.adobe.com/creative-cloud/kb/cannot-share-certain-types-files.html
    -Size Limits https://forums.adobe.com/thread/1488242

  • When I "email link" from my firefox menu, instead of simply emailing it from hotmail in firefox, explorer opens up the hotmail page. this is slow. help, plz

    i want to be able to email the page directly from firefox, not from explorer.

    my email links will not open firefox or if open will not go to the browser/site.
    since changing to firefox, my email do not work. I have made firefox the default and deleted the prevoius browser and restarted my pc....

  • Clickable email link in apex report

    Hi,
    I have emails information store in a table, and would like to make this email clickable.
    Is this possible? How?
    I was able to do this in forms, but, don't know how this maybe done on the classic reports/interactive reports.
    Thank you for your help!
    LC

    LC,
    This code fires as a URL link from a report, report attributes are wrapped in *#* symbols, line feeds are *%0A%0A*
    mailto:#EMAIL#?subject=Renewal Insurance Certificate for the State of New Hampshire&cc=#EMAIL_ADDR#&Body=Dear #FIRSTNAME#,%0A%0AOur records show that when #VENDOR_NAME# and the State of New Hampshire concluded their contract for #DSC#, the proof of insurance certificate you submitted had an expiration date of,  #INACTIVE_DT#.  Please submit a renewal certificate to me at the at the address below and I will update your records.  %0A%0ABest RegardsJeff

  • How do I change the email link from Windows Live to Gmail?

    I want to send a web page link by email. The email link on my awesome bar is for Windows Live. I want to use my regular email which is gmail. How do I do it?

    It worked great except on my screen I found what I needed under the "gear" button instead of the menu button.
    Thanks alot!

  • Emailed link from Safari now appears BELOW signature in Yosemite

    In Yosemite, when trying to email a link from Safari, the link now appears BELOW my (long) signature. It used to appear ABOVE it.  Checking or unchecking the box in Mail Preferences>Signatures titled "Place signature above quoted text" has no effect on this.  Since signature is long, the link gets lost down at the bottom of the long signature.  Ideas?

    Do you have the option set to place all attachments at the end of the message (Edit menu, Attachments)?
    I don't know if that is what is happening, just a guess.
    By pasting in a HyperLink, you are creating an attachmnt. Email is purely text-based. Anything not pure text is an attachment.

  • When sending an email my From: box says "undisclosed recipient" rather than my actual name...want my name to appear in the From: line

    When I compose and send an email my name and email address show on the screen. But when it is sent the "From:" changes to "undisclosed recipients". I have a screen print of what I am talking about...but don't see on this screen how to send it to you.
    Hopefully you can give advice to a new user of Thunderbird.
    Margaret

    Woops...found the problem. My address book had the name "undisclosed recipients" next to my email address. I edited that name to say "Margaret Parsons" and presto my name appears in the "From" line on my sent emails. Yeaa....problem solved, given enough time and poking around Thunderbird...sure love this email.
    Margaret

  • Sender in email resent from scot (sost)

    Hi All,
    in SOST I can resend a message, but if I am a different user from the original sender, the email get me as sender.
    For me it's a problem because if external SMTP is down I have ti resend send request in error from the SAME sender.
    Have You any idea?
    Thanks in advance.
    Daniele

    I'm having this problem too. It started with the last iPhone update. I have Yahoo email, and I'm getting "no sender" messages dated 12/31/1969. Can't open or delete them, and they don't show up in my regular Yahoo email account. After this happened the first time, I restored my phone to original settings and they went away. But I got some more a couple weeks later. Restoring is not an option given that I have to reload everything each time. Just got off the phone with ATT support and they said I should try deleting all my Yahoo email files except for inbox, trash, and sent. Given that I have important stuff in my email files, I don't think this is a good option. Apple should solve the problem instead of asking the customer to do it.

Maybe you are looking for

  • Advantages of using Portal in HCM implementation

    Dear all, I need to implement HCM in one of our existing SAP ERP R3 4.7 systems. I also need to get my ESS to be published as a webpage for all my employees at different geographical locations. Please advice me on the advantages and dis-advantages of

  • HFR- maximum no of rows in reports

    Hi, We are working on Hyperion system 9.3.1 financial reporting with Esssbase as a source. We are getting the error related to the maximum limit of rows that FR server can process. Error mesg say that FR server can process only 100000 rows. we are as

  • Error at modifying application

    Hi, While modifying my application I am getting following message "CreateOLAPCubeForApplication:CreateCube:There might be invalid members in 'LegalApp' partition. Please try to process it in Analysis Manager to find out what is wrong". Can any one he

  • ICloud question, not saving everything.

    Hey. I don't really get this iCloud thing. When I go to iCloud storage on my iPad, it seems like it's only storing part of each app. It says I have 4 gb available, but my iPad storage is full! How can I get more on the cloud? when I go to iCloud stor

  • Where can i find the license subscription end dates for the licenses we've purchased?

    I am the admin for our Cloud team.  Is there a place under my login where i can see the start/end dates of the licenses we've purchased? Thanks.