Questions about the call for a process of a web site

Question regarding the appeal process.  I'm new to this part of the technology and I don't know that many would know how it works.  We have a Workbench process that must be called from a remote web site.  The process could take a parameter... That is to say an ID.  The process will then query the database and return a Boolean value to the site and then this site might perform a specific operation.   My question is, are there examples out there that someone could provide which can show how this can be done?  What do I need in my site (I don't know how to configure the buttons create OnSubmit processes and very familiar with javascript, html)?  I think that, somehow, it can be done with SOAP or REST?  Thank you very much in advance for any help.

You just need a form in HTML with elements (for example textbox - string, file - document etc.) with the same name as the name of the process input parameter and the action attribute of the form must be URL REST of process-oriented.

For example: for a process(short-lived) having REST URL: Http://localhost: 8080/rest/services/WatchedFolder...  with a parameter in the XML and the document as an output variable, we will use the HTML code below:

Call REST sample endpoint

http://localhost: 8080/rest/services/WatchedFolder... method = "post" enctype = "multipart/form-data" >

Chose a file to send to the process.

file:

When you click on submit, the output document would be opened in the browser automatically after submitting the form.

-Wasil

Tags: Adobe LiveCycle

Similar Questions

  • The call for a process when you click the link export v4.1.1.00.23

    Version 4.1.1.00.23

    Hello

    I have 6 Classic reports on the page.

    Each report has link active Export.

    I need to insert the set of results that is questioned about the report in a table. Each report is independent of each other.

    Each report has its own table to insert the result set in.

    My thought was to call a process Page when a user has clicked on the link export, but the process is not known. I put: apex_application.g_print_success_message: = 'Insert '; in the process of the Page to tell if the process was called. I think that the process is not called because the page is not sent when the user clicks on the link to the export. It is purely a guess.

    What I tried:

    Working with just the first report, I created a page element hidden in the region of the report and created a calculation before heading for the region ID.

    SELECT region_id
    FROM   apex_application_page_regions
    WHERE  application_id = :APP_ID AND
           page_id = :APP_PAGE_ID AND
           region_name = 'My First Report Region'
    

    Then on the wording of the link for the link export in the attributes report I put:

    < a href = "f? "p = & APP_ID.:124: & SESSION.: FLOW_EXCEL_OUTPUT_R & P124_ESSCSD_REGION_ID._en - us" > Export CSV - my first data reports < /a >

    The Condition, that I used in the process of the Page is:

    Point process: submit now - after calculations and Validations

    PL/SQL -: REQUEST = FLOW_EXCEL_OUTPUT_R & P124_ESSCSD_REGION_ID._en - us

    of course, that didn't work so I tried it - "FLOW_EXCEL_OUTPUT_R" | & P124_ESSCSD_REGION_ID. | "_en - us

    and I tried it - "FLOW_EXCEL_OUTPUT_R" | : P124_ESSCSD_REGION_ID | "_en - us

    None of which worked.

    SO, can someone help me with a solution called a process to insert the data in the report, when the Export link is called?

    What information can I I provide/clarify?

    Thank you

    Joe

    Knew that I had seen cela somewhere... Try to watch this blog of Martin D: D'Souza Giffy Martin on Oracle APEX: APEX report download recorder

    Thank you

    Tony Miller
    Software LuvMuffin
    Ruckersville, WILL

  • The call for a process of application using JS by a button

    Hello

    I need to create a button that deletes the entire table All_References lines.

    I have created a new process of shared components "Delete_All_References" call, then set it to run on demand.

    PL/SQL block:

    Begin
    Delete from All_References;
    End;
    /

    In the HTML header of the page on which lies the button 'Remove all references' or P13_DeleteAllReferences, I entered in the following:

    < script language "JavaScript" type = "text/javascript" >
    function Delete_All_References()
    < /script >

    I have then entered the settings button, set the action to "defined by dinamic action", then added onchang = "javascript:Delete_All_References();" "in HTML table cell attributes.

    According to most of the tutorials when I click the button remove all the button of refereneces, my table should now get clear but it doesn't.

    Can you guys please help?

    Thank you and best regards,
    Diez

    The onchange event will work fine. Change the button back to a normal button instead of linking to a dynamic Action for now.

    The only other thing I see which can cause a problem is your call to the method itself.

    OnChange = "JavaScript:Delete_All_References();" »

    Need to replace...

    OnChange = "JavaScript:delete_all_references();" »

    The called javascript method is case-sensitive.

    Let me know if it suits it.

    Malay Keith
    www.blackhawkenterprise.com

  • question about the call in the trigger statement

    I faced a question on the written examination.

    A CALL statement in a trigger to call
    package (a)
    procedure b)
    c function)
    (d) another trigger

    Can someone give me answer with reason?
    I used the CALL statement inside the trigger, but not allowing to use. Could be sooner in the oracle CALL statement, we can use... This isn't a guess, so I ask in the forum...
    Please guide me...



    Rgds,
    PC

    You can use the CALL in a trigger without using EXECUTE IMMEDIATE

    SQL> create table t1 (
      2    col1 number
      3  );
    
    Table created.
    
    SQL> create procedure t1_proc
      2  as
      3  begin
      4    dbms_output.put_line( 'In T1_PROC' );
      5  end;
      6  /
    
    Procedure created.
    
    SQL> ed
    Wrote file afiedt.buf
    
      1  create trigger trg_t1
      2    before insert on t1
      3    for each row
      4* call t1_proc
      5  /
    
    Trigger created.
    
    SQL> set serveroutput on;
    SQL> insert into t1 values( 1 );
    In T1_PROC
    
    1 row created.
    

    I see no reason that you would in fact intentionally structure your code this way in this day and age because it would be likely to lead to confusion for those who had to support it in the future. But it's a valid syntax that probably made sense back in Oracle 5.

    Justin

  • Question about the preconditions for duplication of data Active 11.2

    DB version: 11.2.0.3

    Since Oracle Doc

    http://docs.Oracle.com/CD/E14072_01/backup.112/e10643/rcmsynta020.htm

    + The source database must be mounted or open. If the source database is open, then archiving must be enabled. If the source database is not open, then he must have been closed systematically. +

    I'm a little confused about the last sentence on the "Source DB must have been systematically closed"...

    1. for Duplication, the source DB must be at least in the State of EDITING. Right?

    2. the last sentence means that DB should not have been brought to MOUNT State after a SHUTDOWN ABORT. Right?

    Source DB must have been systematically closed

    Rep. : You need to close the database using stop immediately. Then put the database into the mount status.

    Concerning
    Asif Kabir

  • A question about the sections for the value/element pairs

    Hi Oracle Texters,

    In Oracle 11 GR 1 material with an index of context, is it possible and if so, how, to implement the sections for:
    <a>
         <item>name</item>
         <value>fred</value>
    </a>
    <a>
         <item>nickname</item>
         <value>trooper</value>
    </a>
    So, something like: (this syntax is probably wrong, but gives the gist of what I'm trying to do)
    (name within item and fred within value) within a
    Returns a line, that there is a 'name' and 'fred' in one section "a".

    But I don't want to return a row the following:
    (name within item and trooper within value) within a
    As "trooper" is a "nickname" not a "name".


    When I create sections of the area 'a', 'item' and 'value' two of these expressions return a line.

    If this is not possible, or how to get the result, please do let me know.

    Thank you very much
    Gary.

    Published by: GPN on February 21, 2011 20:24

    It works for me, as shown below. Please post one copy and paste a complete course of code that does not work for you, including the creation of table, inserting data, preferences, index and queries. Please provide the smallest reproducible test.

    SCOTT@orcl_11gR2> select * from v$version
      2  /
    
    BANNER
    --------------------------------------------------------------------------------
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE     11.2.0.1.0     Production
    TNS for 64-bit Windows: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production
    
    5 rows selected.
    
    SCOTT@orcl_11gR2> create table test_tab
      2    (test_col  clob)
      3  /
    
    Table created.
    
    SCOTT@orcl_11gR2> insert into test_tab (test_col) values (
      2  '
      3       name
      4       fred
      5   
      6   
      7       nickname
      8       trooper
      9   ')
     10  /
    
    1 row created.
    
    SCOTT@orcl_11gR2> begin
      2    ctx_ddl.create_section_group ('test_sg', 'basic_section_group');
      3    ctx_ddl.add_zone_section ('test_sg', 'a', 'a');
      4    ctx_ddl.add_zone_section ('test_sg', 'item', 'item');
      5    ctx_ddl.add_zone_section ('test_sg', 'value', 'value');
      6  end;
      7  /
    
    PL/SQL procedure successfully completed.
    
    SCOTT@orcl_11gR2> create index test_index
      2  on test_tab (test_col)
      3  indextype is ctxsys.context
      4  parameters ('section group test_sg')
      5  /
    
    Index created.
    
    SCOTT@orcl_11gR2> select * from test_tab
      2  where  contains
      3             (test_col,
      4              '(name within item and fred within value) within a')
      5              > 0
      6  /
    
    TEST_COL
    --------------------------------------------------------------------------------
    
       name
       fred
     
     
       nickname
       trooper
     
    
    1 row selected.
    
    SCOTT@orcl_11gR2> select * from test_tab
      2  where  contains
      3             (test_col,
      4              '(name within item and trooper within value) within a')
      5              > 0
      6  /
    
    no rows selected
    
    SCOTT@orcl_11gR2>
    
  • Question about text boxes, and then select options in web sites and text in yahoo.

    Hello

      I am a web developer working on with web sites. I am a regular user of fire fox , previously i sent an issue about search option in fire fox browser,  i am very much happy to see change in the search option in browser recently. Presently i got an issue in browser about select and text box ... i'm not able to view them properly i mean the text is breaking ... sample i opened yahoo browser .. i was shocked to see breakable text .i will attach screen shot if possible. please fix this as soon as possible.
    

    Thank you
    Lady Sarah.

    You can not attach a screenshot in the first row who starts a thread, but you can do it in subsequent responses.

    • Use a type of compressed as PNG or JPG image to save the screenshot
    • Make sure you do not exceed the maximum size of 1 MB

    What the font is used to display this text?
    You can select "Inspect element" in the context menu to open the Inspector (Firefox/tools > Web Developer).
    You can check the font used for the text selected in the tab fonts in the right pane of the Inspector.

  • the call for a process of apex after a javascript called the same key

    A url button calls a procedure of java script in the header,
    but then I need a process by their Summit to run after that.
    How can I do that.
    Thank you
    Doug

    Hi Doug,.

    A few questions for you...


    1. What features are you trying to reach?

    2. What APEX version do you use?

    3. When you say 'process', do you mean "process Page"?

    There are certainly ways to submit the page and trigger a process page to run via JavaScript, but it would be good to better understand your needs before offering has some solution first.

    Kind regards
    Anthony.

  • Question about the care for Portege Z30A tool batteries

    Hello

    I used some thinkpads with the function to take care for the conditioning of the laptop battery.
    A useful feature is to disable if you plug the power adaptor so charged above for example, 75% of battery charge.

    It monitors the condition of the battery and advises when a cycle of preparation is necessary.
    Is there a such use for the Porteges or should I use a third party program?

    How about BatteryCare utility?

    It is a free utility that helps you keep your laptop in good condition battery.
    It monitors the battery discharge cycles and helps to increase independence and improve life expectancy. In addition, it provides detailed information battery and monitors the battery discharge cycles.

    But Toshiba also provides own software called Toshiba PC health monitor.
    It gives you a graphical overview easy to read things like the temperature of the portable computer, the fan speed and the condition of your battery.

  • Question about the app for iPad retina

    Hello.

    I searched on this subject, but everything I found was opposed to what I was looking for.

    I developed an application (AIR 3.7.0.1530, Flash CS6), full resolution: 2048 x 1536.

    While I'm checking this app on iPad 2, it works very well and shows everything because I set stage.scaleMode property of ScaleMode.SHOW_ALL. Even if it's a bit ragged, but I am satisfied with the quality.

    What I can't find is, if I download it from the App Store, it will be available for the iPad 2 as well or it can be installed on the iPad retina display?

    Thank you.

    Hey Yusuf,.

    As far as I know any application created in the AIR will work on any device you set in the

    UIDeviceFamily

    Of the application descriptor, if you '2' in there (if you already iPad which means this is already install), this means so that it runs on all iPads little matter how your application actually looks at the screen.

    ------

    While it is fine, running a 2048 x 1536 on an iPad 1, 2 application or Mini will drastically effect the performance of the application, it can even crash on iPad memory 1 if there are too many things on the screen. Is generally good practice to create applications that can evolve around the appliance connection dynamically to the resolution correctly well.

    Anyway to answer your question directly:

    Your application will be available for all iPads. (unless you lock the version iOS to 6 +, which means the iPad 1 is not included)

    Hope that helps,

    O.

  • Question about the earphones for sansa fuze.

    Hey,.

    I'm looking for a new helmet for my sansa fuze. If there is someone who can help me with this do it please. I found a page on amazon.com

    Here is the link to this page:

    http://www.Amazon.com/s/ref=nb_ss_e_0_9?URL=search-alias%3Delectronics&field-keywords=Sansa+headphones&Sprefix=Sansa+HEA

    Can someone help me please by suggesting a good headset for my fuse sansa at a reasonable price

    There are tons of recommendations already on this forum for the headphones and earphones.  Using the search will give you access to them... BUT... take a review or a recommendation with a very large grain of salt.  Headphones or earphones are the most personal part of the audio chain, and everyone has their own "vision" of what makes a great set.  I can love, you hate him.  No a pair of headphones will be perfect for all applications.

    I use a set of Grado GS 1000 when I want to extract every bit of sound information of the "rocket"; I use the Sennheizer 201 or 202 for general use (meaning: good, but not fantastic sound) and a pair of headphones marshmallow JVC to talk radio applications.

    These are my preferences; yours may be completely different.

    I'm sure that the recommendations are abound, but the only one who really knows your ears and your preferences is Y-O-U.

  • Iscripts - a question about the call from one

    We need to call an Iscript. I read that they reside inside the PeopleCode FieldChange. Does this mean that the only way to call one is to create a form with a field and change the value? That seems to be a clumsy way to run a script from the internet.

    Thank you


    Allen Cunningham
    DBA - University of State of Sonoma
    System of California State University

    Call an iScript uses the standard HTTP paradigms, concepts, etc. If you have an HTML form and set the URL of the iScript form action, then the iScript will receive the HTTP GET/POST (depending on what you have chosen) and can then access the settings and write a response. If you place a link on a page and the URL of this link to the iScript point, then the iScript will receive the request and write a response. If you make an Ajax HTTP request in an iScript, your JavaScript response Manager will be able to read the answer and do something with it. If you add an IFrame to a page and set the source of the iframe to the URL of the iScript, then the iframe will show the response of the iScript.

    Basically an iScript is just a dynamic just as web page no matter what ASP, PHP, JSP, etc.

  • Question about the clause for the EVE of BACKUP command

    Hello

    I would like to know the exact difference between BACKUP CONTROLFILE CURRENT and BACKUP CONTROLFILE CURRENT for INTELLIGENCE in Oracle 11 g. I searched the docs and My Oracle Support OTN, but still I have not found an answer. I would be grateful for any explanation or references.

    Thanks in advance.

    Hello

    Allows to consider from scratch,

    What is a controlfile :--> its a small binary file that records the physical structure of the database.
    The control file includes:
    The name of the database
    The names and locations of the partners of the data files and redo log files
    The timestamp of the creation of the database
    The current sequence number
    Control point information

    Now, down to backup controlfile--> will have the exact backup of the controlfile used by the database (including the role of the database) Please note that this controlfile cannot serve as a controlfile standby when you try to use it it will return the error

    Backup controlfile as Eve--> will anything similar as for the previous command except for the role of database that are not primary indicator but would be pahysical Eve, all other information would be same.. like with it it will not be an exact replica of the primary database.

    It is the only difference from what I understand concepts.

    Regrads

  • Questions about the icons for interactive report

    When I created an interactive report, rectangular icons were created automatically on the left side of the report on each line.
    When you click on one of the icons, it displays the details of the line in vertical order.

    Here are my questions:

    1. when I hid a few columns in the interactive report and clicks on the icon, it does not display the details of the hidden column. But I want to hide these columns in the report but displays all the details when you click the icon. How can I do this?
    2. How can I hide the icons?
    3. How can I use the icons don't not to view the details of a line, but towards a modifiable page to edit the same details?

    Thank you
    Guy

    Hello

    1. when I hid a few columns in the interactive report and clicks on the icon, it does not display the details of the hidden column. But I want to hide these columns in the report but displays all the details when you click the icon. How can I do this?

    You can create another region, or the page that will show you your line of description of identifier, or rowid. You can do this by changing the column type of link to "target of the link to Custom.

    2. How can I hide the icons?

    Access the interactive report-> column-> change of link column link (link column exclude)

    3. How can I use the icons don't not to view the details of a line, but towards a modifiable page to edit the same details?

    The same as answer 1.

    Best regards, Kostya Proskudin!

  • An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    An error occurred when DNS was questioned about the resource record (SRV) service location used to locate a domain controller Active Directory (AD DC) for the domain 'HAMI. LOCAL ".

    The error was: "an existing connection was to be closed by the remote host".
    (0 x 00002746 WSAECONNRESET error code)

    The query was for the SRV record for _ldap._tcp.dc._msdcs. HAMI. LOCAL

    Hello

    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT Pro TechNet public. Please post your question in the Forums TechNet Windows 7 Technet.

    Here is the link:
    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

    Hope this helps

Maybe you are looking for