How to Post Data to a User's Account

Has anyone figured out a good way to post data to a user's account? For example, if a site visitor completes something on the site (ie: a quiz) is there a way to show a badge/score on a page inside of their account (ie: you've completed the following tasks/unlocked the following achievements)? It would be nice for the user to see a history of completions/badges.
Thanks,
Brian

Hi,
No this is not possible.
If your workitem is sent to 5 users, you should start there. Where is it sent and where are the agents determined.
What you can do, in case of 4-eyes approval is that you use one agent as the excluded agent in the agents declaration of a workflow step.
Kind regards, Rob Dielemans

Similar Messages

  • How to access data of all users in a page?

    Hi all, I am new to APEX and have a query.
    I have installed APEX on my local machine, created a workspace, and added a few users with roles.
    I am creating an application, similar to a Library app, where I have a table that stores Books information (BOOK_ID, BOOK_NAME, etc). I'd like to create another table BOOK_USER with two columns, BOOK_ID and USER_ID. BOOK_ID would refer to the BOOKS table, and I want USER_ID to refer to the table that stores user details of the workspace that I am using. The data entry would happen from a page that has two LOVs, one for book name (using BOOK_ID as the value) and another for user name (USER_ID, or whatever field APEX uses to store user's ID). Can I do that in APEX? I've found ways to access and authenticate a user for a page, but how to get data of all users in the workspace? In other words, how to get all usernames in a LOV?
    As I am new to APEX, I'd appreciate if someone can guide me through the steps, or post links to tutorial, etc.

    Assuming that you are using the Application Express User Accounts for authentication, in that case you have to use built-in apex views
    selet * from APEX_WORKSPACE_APEX_USERSAnd use USER_NAME column instead of user_id
    See http://docs.oracle.com/cd/E37097_01/doc/doc.42/e35125/priv_public001.htm#HTMDB25949

  • HTTP Submit Button - How to post data to a Web Server

    HTTP Submit Button - How to post data to an IIS Server
    Steveoruni - 09:50am Sep 4, 2007 Pacific
    Hello,
    I have created a simple form in LiveCycle designer. The form only has some check boxes, radio buttons and text fields for users to fill out. Everyone in my office is on webmail so the Email Submit button is not a smooth option for getting the xml data back to me.
    I would like to use the HTTP Submit button to allow users to submit their form data back to me but I am having trouble. I would like the xml files to end up in a directory on the web server.
    I set up an IIS 6 server and granted the Write right to the anonymous web user account. When I fill out the PDF form and click the HTTP Submit button it doesn't seem to work. Are there any special configuration changes I need to make to my IIS server to allow this data to be posted?
    Should this plan work? Should I be able to have users use the HTTP Submit button to post their data right to my IIS web server or is there some Adobe server I need to buy for this simple form? I'd also be happy if this could work with Apache; it doesn't need to be IIS. I guess my main issue is that I don't know how to get either web werver to accept data in an HTTP post and save it as a file.
    Also, I noticed that when I configure a standard button and set the Control Type to "Submit", there is an option on the Submit Tab to change the Submit As setting to "PDF". Does this mean that my users can fill out my form with Acrobat Reader and HTTP Submit the form to my web server as a PDF complete with their data? If not that's fine, I would be sufficiently happy if the users could post their XML files to the web server so I can open them in the form with Acrobat Professional.
    I am lost and would appreciate any helpful feedback.
    Thanks,
    Steve

    HI again,
    I want to have a pdf fillable form opened on a link.Once user has entered data, the user clicks a button(or some action to invoke saving). At this point I want the filled pdf file to be saved on a certain directory.
    How can save a filled pdf form in pdf format on a certain directory?
    Is it possible to dynamically give the final pdf a name so that it doesnt overwrite everytime it saves the file?

  • WP8 WebBrowser control. How get POST data in _Navigating event

    Good day. I have WebBrowser control. I call web page with form. When user fill this form he'll tap on "confirm" button in this web form and this form calling constant Uri (I send this Uri before call this form). In event handler webBrowser1_Navigating
    I watch what adress calling whis form (using e.Uri.AbsoluteUri), but I don't see POST data, whom form sended me.
    How can I read this POST data?

    Yes, I know we can get the data in the webBrowser1_Navigating when we use the GET method. But for the POST method, it should not be possible in Windows Phone. In web pages, we usually use the fiddler to check the post data.
    The below is a same question:
    http://stackoverflow.com/questions/7301605/windows-phone-webbrowser-navigating-event-form-data .

  • How to populate date & time when user enter data for custom table in sm30

    Can anyone tell me How to populate system date & time when user enter data for custom table in sm30..
      Req is
      i have custom table and using sm30 user can enter data.
    after saving date i want to update date & time in table
    Pls let me know where to write the code?
    Thanks in Advance

    You have to write the code in EVENT 01 in SE54 transaction. Go to SE54, enter your Ztable name and in the menu 'Environment-->Events'. Press 'ENTER' to go past the popup message. In the next screen, click on 'New Entries'. In the first column, enter 01 and in the next column give some name for your routine(say UPDATE_USER_DATE_TIME). Then click on the souce code icon that appears in blue at the end of the row. In the code, you need logic like below.
    FORM update_user_date_time.
      DATA: f_index LIKE sy-tabix.
      DATA: BEGIN OF l_total.
              INCLUDE STRUCTURE zztable.
      INCLUDE  STRUCTURE vimtbflags.
      DATA  END OF l_total.
      DATA: s_record TYPE zztable.
      LOOP AT total INTO l_total.
        IF l_total-vim_action = aendern OR
           l_total-vim_action = neuer_eintrag.
          MOVE-CORRESPONDING l_total TO s_record.
          s_record-zz_user = sy-uname.
          s_record-zz_date = sy-datum.
          s_record-zz_time = sy-uzeit.
          READ TABLE extract WITH KEY l_total.
          IF sy-subrc EQ 0.
            f_index = sy-tabix.
          ELSE.
            CLEAR f_index.
          ENDIF.
          MOVE-CORRESPONDING s_record TO l_total.
          MODIFY total FROM l_total.
          CHECK f_index GT 0.
          MODIFY extract INDEX f_index FROM l_total.
        ENDIF.
      ENDLOOP.
    ENDFORM.                    " UPDATE_USER_DATE_TIME
    Here ZZTABLE is the Z table and ZZ_USER, ZZ_DATE, and ZZ_TIME are the fields that are updated.

  • How to post data to Oracle B2B's httpReceiver using SOAP UI

    Hi All,
    I have successfully tested an inbound EDI X12 810 transaction by creating document version, type, definition. I have used an inbound file channel in this case to
    pick the file and the sender trading partner is dentified from the ISA and GS values as I have configured EDI Interchange ID and EDI Group ID at Remote trading
    partner profile level. This configuration is successfully working fine.
    Now my intention is to replace the inbound file channel with httpReceiver i.e. I just want to post 810 document to B2B's httpReceiver using SOAP UI instead of
    using inbound file channel. For this I have mentioned Generic Identifier as Acme under the profile tab of Remote trading partner (Note that Acme is my remote
    trading partner). And I am posting data to httpReceiver using SOAP UI by setting sender as Acme in the SOAP UI headers. But in the B2B reports, the transaction
    is erroring out as it is unable to identify sender, doc type and agreement.
    Please let me know is this the correct way of populating headers from SOAP UI? Is Sender only sufficient in the headers or any others required? Do I need to pass
    IP address also as header? If so, is it my machine IP address? Is that should be static IP compulsorily?

    Found an answer - hope this is what the first person was looking for.
    You can embedded the Apex code within HTML with the following key steps:
    1. Java scripts need to reference the correct URL paths. For example on apex.oracle.com they would be
    <script src="http://apex.oracle.com/i/javascript/htmldb_html_elements.js" type="text/javascript"></script>
    <script src="http://apex.oracle.com/i/javascript/htmldb_get.js" type="text/javascript"></script>
    2. The <form...> tag needs to have the DAD URL in it. Such as:
    <form action="http://apex.oracle.com/pls/otn/wwv_flow.accept" method="post" name="wwv_flow" id="wwvFlowForm" >
    Any other references need to point to the right URLs.
    Finally, the action that will occur after submission is defined by the Apex Form, so you will need to set the appropriate Branch action in the application, such as going back to the same URL currently on, etc.
    Stephen

  • How to post adjusment directly to AP/AR account

    Hi Fi Gurus,
    Good Day.
    I would like to ask if ever where qwe can post adjustments directly to AP/AR gl accounts?
    After year end, we need to have adjusments to our AP/AR account.
    I know that the transactions from AR/AP account are directly link to all the postings from other module.
    However, i need to check if there are transactions that allowed as to direcly post to GL account of AP and AR?
    What tcode it is?
    Hoping for your positive response.
    Thank you in advance.

    Hi ,
    You  may create a AR/AP  GL account where you must post the adjustment entry . This GL account should be allowed to post directly  The clubbing to the accounts should be with the AR/AP reconcilliation a/c . So balance sheet should reflect the AR/AP reconcilliation a/c + AR/AP adjustment account ..
    Entry at the time of adjustment will be :-
    Provision for Bad Debt -
    Dr  ( P&L)
    A/R   adjustment A/c -
    Cr  ( B/S)..
    When you write off bad debts .. entry will be ..
    A/C adjustment A/c -
    Dr
    A/R individual Customer A/c -
    Cr
    Please make sure that these adjustment entry must be backed by valid documentation as auditors always query on it..
    Regards
    Sarada
    Provisions have to be made customer/

  • How to track "Date of Last user Login" across all provisioned systems ?

    We all know how hard it is to track old users - in particular ones that have left and termination paperwork has not been completed (users such as contractors, service technicians etc)
    Anyone think of a way where IDM could track the date/time of last login to each system that it has provisioned that user to ?
    Maybe a new field per system eg LASTLOGIN<ECPxxx> which I can then view along with the User ID Alias ACCOUNT<ECPxxx> field and see ;
    Which Systems the user has a login to
    Date / Time of last login to these systems
    Yes, it can be done manually by logging in to each to the systems and running SUIM, but I would hopping for an elegant solution as part of the IDM process.

    Hi Phil,
    getting the last logon date is dependent on the system to which you are provisioning userids. For some systems you might not be able to retrieve the last logon date at all.
    We have implemented something like that in my previous project for Active Directory, because we needed to implement a custom password ageing functionality that disables accounts when the user does not change his password in time. For Active Directory you can check the lastLogon attribute or alternatively the accountExpires attribute.
    Best regards
    Holger

  • How to change date format of user input prompt in infoview.

    Hi All,
    Every report webi or deski having date field as prompt when viewed in view mode in infoview shows date format as M/d/yyyy h:mm:ss a.
    Where this format is stored and how can we change it to dd/mm/yyyy.
    Any ideas.
    Regards,
    Gaurav

    Not sure id this helps...
    I was up against a similar issue of placing the user input dates, Starting & Ending, into one cell for a reference on each report header. After a few hours of diligence, I came up with a working model that finally worked:
    u_StartDateAsTXT=FormatDate(ToDate(UserResponse("Enter Date/Time Shipped (Start):");"MM/dd/yyyy hh:mm:ss a");"MM/dd/yyyy")
    and
    u_EndDateAsTXT=FormatDate(ToDate(UserResponse("Enter Date/Time Shipped (END):");"MM/dd/yyyy hh:mm:ss a");"MM/dd/yyyy")
    The report header has the following function:
    =u_StartDateAsTXT + u201C u2013 u201C + u_EndDateAsTXT

  • HTTP Submit Button - How to post data to an IIS Server

    Hello,
    I have created a simple form in LiveCycle designer. The form only has some check boxes, radio buttons and text fields for users to fill out. Everyone in my office is on webmail so the Email Submit button is not a smooth option for getting the xml data back to me.
    I would like to use the HTTP Submit button to allow users to submit their form data back to me but I am having trouble. I would like the xml files to end up in a directory on the web server.
    I set up an IIS 6 server and granted the Write right to the anonymous web user account. When I fill out the PDF form and click the HTTP Submit button it doesn't seem to work. Are there any special configuration changes I need to make to my IIS server to allow this data to be posted?
    Should this plan work? Should I be able to have users use the HTTP Submit button to post their data right to my IIS web server or is there some Adobe server I need to buy for this simple form? Also, I noticed that when I configure a standard button and set the Control Type to "Submit", there is an option on the Submit Tab to change the Submit As setting to "PDF". Does this mean that my users can fill out my form with Acrobat Reader and HTTP Submit the form to my web server as a PDF complete with their data? If not that's fine, I would be sufficiently happy if the users could post their XML files to the web server so I can open them in the form with Acrobat Professional.
    I am lost and would appreciate any good feedback.
    Thanks,
    Steve

    I think the problem may be missing what "submit" means. Submitting a
    PDF form, like submitting an HTML form, sends information to a web
    program or script, like an ASP, a CGI or a PHP. It does not just "save
    to the server", which seems to be what you are trying to do.
    Do you have the LiveCycle Form Manager product? If not I recommend the
    LiveCycle Designer forum: more folk there to help.
    Aandi Inston

  • How to post dates from YUI Calendar widget

    I am able to get the YUI calendar widget to show on a web page.  I cannot figure out, however, how to access the the selected date into a variable in order to use it.  Can anyone help?
    Thanks in advance,
    Bob

    I'm sorry, but that page leads to a whole lot of information on using the calendar including http://developer.yahoo.com/yui/examples/calendar/events.html
    If you want a more specific answer please post a link to your site.
    Gramps

  • How to post  data to  external  Server URL

    Hi all,
    I would like to send purchase order  to Vendors Site, given server URL.   our purchase orders are available in  cXML format.  can you please suggest some solutions.  how to configure the HTTP/SOAP adapter at the receiver side. So that XI can send  the cXML epo  to vendor site. 
    thanks
    regards
    Ram Singhal

    Hi Ram,
    Did you check this Pdf for the Receiver SOAP Adapter configuration:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/40728f7b-0401-0010-d9bc-8c73884a3789
    Also the target URL must be the URL to the WSDL. So, if you try putting it in your browser you must see the wsdl code.Please do ensure the same.....
    You can also do the Scenario you are trying by using a HTTP Adapter also....
    The info u will need while configuring youe receiver HTTP Adapter are:
    Addressing type: URL address
    Target host: your web server address
    Service number: the web server port number
    Path: the URL of the .jsp (e.g. /myjsp.jsp)
    Also go through this blog and see if it helps....
    /people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi
    Regards,
    Abhy Thomas
    Regards,
    Abhy Thomas

  • How to Post Data to Web Page

    I want to maintain a list on one of the pages on my website.
    How can that be done in iWeb? a spreadsheet, a text file? Would I ftp it, open iWeb every time and edit and repost?
    Any suggestions would be appreciated
    Thanks

    Dean wrote:
    Any suggestions would be appreciated
    Dean ~ Perhaps use a Google Gadget that you paste into iWeb's HTML Snippet window — then you can update the list directly in a web browser, rather than having to republish your site or re-upload a particular file. I haven't actually tried this first one as it requires that you register with them. And, assuming it's a working product ( ! ), perhaps you'll need to log in before you can update your list via a web browser:
    http://www.listaculous.com
    And this next one doesn't require log in, but the data doesn't appear to persist — so not too useful!:
    _Really Simple List_
    More useful & useless Google gadgets may be found by searching HERE. And this:
    http://tadalist.com
    ...was found by doing THIS.

  • How to get data from the user for an Insert Trigger ?

    Hi all and thanks in advance, I need to get some values from the user for a child table when a row inserted into the parent table, is that possible to use ampersand inside an "Insert Trigger" to let the user for inserting some values ?
    Edited by: user9942078 on 17-Dec-2008 16:35

    In a different words,
    When a virus attacked your body your blood cells instantly goes into operation. Just like that -> your trigger activated as a result of your DB operation on objects. So, here also you have no option to manually intervene anything.
    Hmm... Looks like some science fiction movies ultimately pays some price... ;)
    So, trigger basically fires implicitly as a result of any database operation on objects or even on user.
    So, that has to be automatic. And, when you are using & it will ask for some input value - which cannot be done in case of triggers.
    For details please refer the oracle docs.
    Regards.
    Satyaki De.

  • How to restrict data for certain users (brokers) in CRM

    Hi Team,
    We need to restrict brokers on their ability to 'see' and create trade promotions for only a given set of customers.
    Example:
    Broker Joe Smith can only see through t-code BP 3 customers, even though their are 10 customers created in the CRM system.
    Same goes for the t-code CRM_MKTPL (trade promotions), how do we restrict Joe Smith from creating promotions for only those 3 customer and not the other 7 customers?
    Any help is appreciated.
    Has anyone restricted any transaction like this before?
    Does it need ABAP programming? or does it need additional security roles?
    Thanks,

    The access control engine in CRM, is probably your best bet for this option.  I have not used it, but we did evaluate the use of the product.  I know this product works in BP, but I have not looked to see whether it hooks in CRM_MKTPL.
    Do a search on ACE in this forums or in the CRM help documentation.  Try this link for some basic information
    http://help.sap.com/saphelp_crm40sr1/helpdata/en/a9/04c42a9e207545b47a32d1d05f53c3/frameset.htm
    Good luck,
    Stephen

Maybe you are looking for

  • Itunes says that my network connection was reset how do I fix it?

    So I can get Itunes to open but when I try and connect to the store it says your network connection was reset please make sure you're network connection is active and try again. But me r my brother can get it to work. what can we do?

  • Moving subsite to sitecollection in sp2010

    After moving subsite to sitecollection in sharepoint 2010, While creating page, I am facing the issue "Data at rool level  is invalid".

  • A folder was deleted without me doing anything.

    Good morning.I am the only user of my imac and yesterday i found out that one of my folders, that i was using for my downloads, deleted without me doing anything.How is this possible?Is there a way to see me ''action history'' in order to see what ha

  • N95 probles please help

    hi peeps, I got my nokia n95 2 months ago, since then it`s been turning off then straighr back on by it`s self for soe reason or another my phone has turned off, when i come to turn it back it goes to the nokia start up screen and no further the scre

  • Set default value in static LOV

    Hi, I am using Jdeveloper 11.1.2.0. I used static LOV in table CRUD operation. Problem is , default value can not able set(in static LOV) in first row of table. But remaining row was working fine. Thanks in Advance