How to set fire to a branch to pass parameters without url?

is it possible to pull a branch when the user clicks on a link on the page. I have a report on a page #2 and one column is 'serialno. When the user clicks on the link, the application needs to go to the page #3 and view the details for the series. However, due to security restrictions, I can't spend the serialno in the url. is it possbile to set the page point serialno page #3 in the branch that directs the user to the #3 page and show the details? any ideas are appreciated.

Kind regards
Surya

Published by: sgodavar on August 13, 2010 16:10

Hello

Here's what I think is an easy way to do it.

1 edit the SERIALNO column in the reports attribute tab
2. change the target of the link URL column
3. in the URL, type the line below. #SERIALNO # is the column of the report

javascript:doSumbit('#SERIALNO#') 

4 write an OnSubit of calculation or process to assign the value of #SERIALNO # to the element in the Page 3 (say P3_ITEM1)

a. assignment can be: P3_ITEM1: =: APPLICATION; (or SQL)
b. calculation / condition of process will be the Expression of PL/SQL

    regexp_like(:REQUEST,'^[[:digit:]]).*$') -- all numeric request, no semicolon at end in Apex 4
   

5. creation of a branch of the condition to go to Page 3, with regexp_like above as a condition.

Here's what will happen.
a. by clicking on the link of the report will cause a transmission with demand = serialno (supposed to be entirely digital in this example)
b. trap you and process applications digital all assign them value takes the point on Page3.
c. branch Page 3 on the same condition of application being digital.

Above is the basic concept, you can do more complex and flexible using prefixes and suffixes in doSubmit and REGEXP_LIKE to allow multiple links of this type of a report.
Kind regards

Tags: Database

Similar Questions

  • How to set CC at the beginning of the project without using the CC button?

    How to set CC at the beginning of the project without using the CC button? I want CC which by default and allow users to turn off if they do not need.

    Hi again,

    If you have a Standard Action, then just add a literal Assign cpCmndCC with 1 line. You can also follow what says Lieve, just add a short blade and apply the action on the second slide. Also if you have objects on the slide which advance to the next slide and then not using OnExit measures.

    Thank you!

  • How to set fire to the adapter to revoke users?

    Currently I wrote adapter for the removal of the resources of the target about but for "Task Effect", I chose "Disables the process or access to the application" which results in firing of my adapter when I chose to disable a user from the Web console.

    There is also an option to revoke users in the web console. How can I make my adapter to call when I chose to revoke a user.

    Thank you

    Create a task for the user revoke and attach this task for cancellation/reinstatement tab of other tasks (usually create the task of the user).

    Now, when the user is removed from the web console, the task of the user revoke is called and do the operation.

  • How to set fire to a single event "mouse down" when a tab control and its digital control have all two events 'mouse-down' with different function

    Hi all

    I have a digital control in a tab control. Both of them have their own events 'mouse-down' in a while loop. But when I click on the digital command, instead of raising the event of digital control only, both of these two events fired.

    Maybe I can check if the mouse is in the range of digital technology to filter events, but if the window is resized, I have to recalculate the range once again.

    Is there another way to do it?

    I pasted the test code too.

    Thank you!

    Excerpts of work

    Side note: I really don't like the controls on the tab and use them very rarely.  And the few times I use them, it is for tabs to which I often use to select among the screws to put in a secondary school.

  • How to set fire to a workstation without Scheduler oracle EM

    Dear administrators,

    What a way to launch a procedure after a certain period of time without using the oracle Scheduler.

    I'm looking for a package that I can use for this target.

    Regarsd

    Hello

    DBMS_SCHEDULER is one of the database package or function, check next job that runs every 10 minutes and you can replace your procedure or anonymous block in JOB_ACTION. I hope this helps.

    BEGIN
       sys.DBMS_SCHEDULER.create_job (job_name => '"KLONDIKE"."MY_ALL_TAB_JOB"',
                                      job_type => 'PLSQL_BLOCK',
                                      job_action => 'DECLARE
      PSENDER VARCHAR2(32767);
      PRECIPIENT VARCHAR2(32767);
      PSUBJECT VARCHAR2(32767);
      PMESSAGE VARCHAR2(32767);
    
    BEGIN
      PSENDER := NULL;
      PRECIPIENT := NULL;
      PSUBJECT := NULL;
      PMESSAGE := NULL;
    
      KLONDIKE.SEND_MAIL ( PSENDER, PRECIPIENT, PSUBJECT, PMESSAGE );
      COMMIT;
    END; ',
                                      repeat_interval => 'FREQ=MINUTELY;INTERVAL=10',
                                      start_date => SYSTIMESTAMP AT TIME ZONE 'US/Eastern',
                                      job_class => 'DEFAULT_JOB_CLASS',
                                      comments => 'Checking ALL_TAB_MODIFICATION table for inserts/updates',
                                      auto_drop => FALSE,
                                      enabled => TRUE
       );
    END;
    

    Concerning

  • OAM11g - how to set the policy with the request for protected by URL

    I am trying to perform a configuration of the strategy to protect the following URL on OAM 11 g (11.1.1.5). (The Webgate is 10g, such that it runs on Apache)

    https://online.myCustomer.co.UK/dispatch/Portal/AppManager/myCustomer/WRP?_nfpb=true & _pageLabel = Page_AccReg_LoginService & pageid = MV_0000

    Given that the '? ' will not be allowed, can anyone suggest how I could build a resource definition to use in the policy?

    Following the guidance in Chapter 9 of the guide admin OAM (11.1.x) I thought that...


    /Dispatch/.../*PageID=MV_0000 in the resource URL field might do the trick.


    But I do not receive "format of the URL of the resource is not valid. I tried a number of other combinations - less - and were not surprised to see that they are not acceptable either.


    Anyone got any better suggestions?

    And having an old webgate out would cause problems I should know about?

    See you soon

    Jon.

    Jon,

    11.1.1.5, you can write policy based on query parameters.

    http://download.Oracle.com/docs/CD/E21764_01/doc.1111/e15478/app_domn.htm#AIAAG541

    When you set the OAM resource in your case, set the query string parameter:

    * pageID = MV_0000

    The 'hook' or '?' should appear in the resource when defined in the authentication as policy:

    HostID:/dispatch/.../*?**pageID=MV_0000

    You should be able to set your granularity of policy on query string values.

  • How disply or hide the table based on passed parameters

    Hello

    We have a model with two tables (table A and table B) that display different data. If the parameter is set to True, we should show only table A and if the parameter is set to False, we should display only Table B.

    Any help...

    Place the conditional logic for tables.

    Table1:
    Table2

    Or you can use select statements also.

  • Apex - how to set hide and show checkboxes at the event button

    Hello


    How to set up HIDE/SHOW check boxes when click on the events button. (apex)

    If I press the button and then the box will appear.
    If I press it again then check box will be disapper.
    Can u please help me solve this issues in the APEX.


    Thanks in advance.
    concerning
    r

    My steps:

    1 create the point of the box
    LOV:

    select 'orange' d, 'orange' r
    from dual
    union all
    select 'apple' d, 'apple' r
    from dual
    union all
    select 'banana' d, 'banana' r
    from dual
    

    2. create the region button. Specify the redirect URL and URL target as #.

    3. create a dynamic action

    Advanced

    Event: Right click; Selection type: jQuery Selector; Select jQuery: button [value = "Toggle"]<-- where="" toggle="" is="" the="" label="" of="" my="">
    Action: Run the JavaScript Code. Fire when the Page loads: uncheck the box. Code:

    var ele = $('#P34_FRUIT');
    
    if (ele.css('display') == 'none'){
         $x_Show(ele);
    } else {
         $x_Hide(ele);
    }
    

    Leave the rest and click on create

    Click the button to see it disappear and other things (not tested in IE).

    I did sample: http://apex.oracle.com/pls/apex/f?p=23834:34

  • How to set the value of a field from the LOV of another field.

    I'm trying to figure out how to set the value of a field (P_PROGRAM) to the value of another field of based lov (P_STATE).

    The P_PROGRAM field is a hidden field. The P_STATE field is a required field and is based on a list of values for the State Codes.

    When a user selects the State to P_STATE, the field of the P_PROGRAM should be set to this value, as well.

    I tried different ways to get there via a function call on the post for the calculation of the field P_STATE, defining the source P_PROGRAM to the value of the page item P_STATE put varialbles, creating a process before SENDING, and they all still come back as having a NULL value for P_PROGRAM, therefore impossible to create the file in the db as the PROGRAM is a mandatory field in the table.

    Can you please help? Thank you, Laura

    Laura,

    It is always helpful if you provide information about the Apex version you are using. The Apex 4 you can use Dynamic Actions to achieve this. In earlier versions is possible using processes to submit or javacsripts, as well.

    Heres how you do in 3.x with treatment to submit, to make it work in 4.0 as well.

    1 do the P_STATE ' select list submits the Page.
    2. Add a calculation on the point P_PROGRAM, or write to him assign a value based on a process. The treatment should be OnLoad after the header
    3. If the page does not have an unconditional branch that loops on itself, add a. NOTE: The direction must be the last branch (larger sequence number) and should have checked "Save Session State".

    This is what will happen
    a. when the State is selected Page will be submitted
    (b) it will take the unconditional branch to himself and save the value of P_STATE
    c. the calculation process / fills the value of the P_PROGRAM element when the page reloads

    Kind regards

  • How the ExecuteWithParams fire before the page requests?

    I have an existing .jspx page.

    I'm so ExecuteWithParams works by a button on the configuration page and returns what I want.

    How to make fire ExecuteWithParams before the page requests, so I can get rid of the button?

    Hi Blaine,

    You can add an invokeAction to your pagedef (click the sign under the executable section and select invokeAction +) and associate the ExecuteWithParams method for it (add action ExecuteWithParams binding to the pagedef if you don't have it already). After that, set the refresh of the invokeAction to renderModel.

    Now, the invokeAction would be called when the page is loaded.

    HTH.

    Arun-

  • new update of Apple Watch doesn't have My Watch tab. I can't understand how to set up friends or family ring

    I updated my Apple Watch with the latest version of the software that is 10 IOS. But the last update did not My Watch tab in the settings. I can't understand how to set up friends or family ring? Any help on this will be appreciated.

    Hello

    IOS 10 (as in the previous version of iOS), My Watch tab is located in the application of the watch (not in the settings).

    If you have also updated your Apple Watch to watch OS 3, note that the application of friends (accessed via the side button, with a circle of people) has been removed from the watch and that there is no direct replacement for this feature.

  • How to set one of my pictures as a screen saver

    I can't understand how to set one of my own photos as the screensaver on my iMac... How do I do it please?

    System Preferences > desktop and screen saver > screen saver > select one of the modes that uses a table > screen saver Options > choose a folder...

    Made in regards to the BONES of the Mavericks.

    Clearly, it will work best when you have more than one image.

    I guess you mean screensaver and no paper painted (preferably same group)?

  • How to set the number of e-mail messages that are stored on my iPhone

    How to set the number of e-mail messages that are stored on my iPhone – so when I don't have a network connection I can see a 'large' number of messages in my Inbox etc.

    This is series is not defined in the world

    You must go to settings-> mail, contacts, and calendars and check the settings of your e-mail provider offers in this area

  • How to set google as homepage

    How to set Google as my homepage on newly installed Windows 8.1

    There is a separate forum for questions of Firefox, but...

    In the MenuBar in FIREFOX, select Tools-Options-general

    The first two fields are to set the home page.

  • How to set the time that my screen stays on?

    How to set the time that my screen lights up.  I have an iPod Touch 6?

    Settings > general > auto-lock

Maybe you are looking for