How to capture the click event of the hyperlink to dynamically set the uri of destination on a column?

Hi gurus... I have the script as below:

I created a search page that gives me different workflow process in the table of results for an employee. Need to convert each process name to point to different pages, which shows the specific details of the process. Please provide your input on how we can convert this column programmatically to point to different pages.

Thanks in advance.

Deepak

Deepak,

You may need to encode the URL.

How to encode a string or the form of URL in java setting

OR

Please take a look at the link below:

Learn Oracle Applications with me: OAF: passing parameters, the encryption, encoding

URL parameters: Encryption and encoding

When we move from the parameters in the URL, following should be considered:

{@Attr} - encodes. Becomes Prince khalid Prince % 20Kapoor
{! Attr} - crypt. Encrypts sensitive information.
{$Attr} - simple substitution token (without encoding and encryption)
{@RETURN_TO_MENU}-used for E-Business Suite Personal Home Page. Identical to OAWebBeanConstants.RETURN_TO_MENU_URL.
{@RETURN_TO_PORTAL}-send the user to a portal launch page. Same asOAWebBeanConstants.RETURN_TO_PORTAL_URL.

on this basis, try {$Documentumurl}

Another option is to create a function to use FunctionName instead of giving the path,

Replace OA.jsp?page=/xx/xxx/xx/xx to OA.jsp? OAFunc = XXXXXX in the VO.

I hope this helps.

See you soon

AJ

Tags: Oracle Applications

Similar Questions

  • How to capture the event of selection of a table on the side line client (JavaScript)

    The example is:
    < af:table >
    < af:column >
    < af:outputText... >
    < af:clientListener... / >
    < /... >
    < /... >

    However, the text does not fill to the top of the cell. So, if I click on the on the empty area, the event handler is not called.
    I hope, even if I click on the empty area of the line, the event handler will be called.
    In fact, if I click on a row of a table at any location, including the empty area, the line becomes blue. How to capture this select event row on the client side?

    You can try file the client listener as a child under tag instead of the ?

    
    ...
    
    
    
    

    The above code should call a function in your js file called "handleTableDoubleClick", which, in turn, queued a ClientEvent that can be attached to a Backing Bean method. Something like:

    ...
        public void handleTableDoubleClick(ClientEvent ce) {
           //do something when the table is double clicked.
        }
    ...
    

    hope that helps

  • How to capture the values

    Hi friends,

    I came across one of the scenarios, i.e.

    In my application, I have a report page and a form page, the report and the form are based on the unique table...

    If a record is inserted medium, means it will be inserted in the report...

    in the region of report I have an button called then if I clicked the next button means a form page must open to capture all values which is inserted in the report of each field of the form...

    How to capture the values of the ratio to form shortly after clicking on the button NEXT in the region of report...

    Help me solve this question friends,

    Thank you
    Saro...

    Hello

    For the Next button , which is located in the region of report,

    change the Action: to redirect to the page and give the respective page number: (i.e.) the target...

    And specify the value of these items: what are all the elements of the target.

    with these values: describe the elements of the source where you will take the values of the corresponding points...

    Izz all wells
    GTA...

  • How to capture the data of type string with agent script and then compared to an alarm

    Hello...

    How to capture the string with agent of script data and then create a rule to compare the string data to generate alarm?

    Thank you!...

    Start here:

    http://en.community.Dell.com/TechCenter/performance-monitoring/Foglight-administrators/w/Admins-wiki/6155.custom-script-agent-1-leverage-an-existing-monitoring-script-to-push-data-into-Foglight

  • How to capture the value of profile in AM

    Hello

    How to capture the value of profile in AM.

    Krishna

    Here is the code that you can use

      String profileValue=  getOADBTransaction().getProfile("profile Name");
    

    Thank you
    -Anil

  • How to capture the value of type column report

    It would be a great help that you might suggest the following

    (i) Java script that I wrote on the standard status column (in a tabular report) fails.
    This happens because of the standard status column, if I use the text field then called Javascript function and showing correct results.

    Now, here, I want to know how to capture the value of the column standard report, since javascript fails due to
    the column values of standard report unrecognized.

    Example:

    Columns of the report as a table:
    ```````````````````
    Standard report column: salary
    TextField report column: new treatment
    Report column standards: difference

    I've written the javascript on column New_salary function which returns the value of the salary column to calculate the difference.

    For this column of report types, the javascript function does not work, that is to say, it does not show the difference., since it is not read
    the value of the column Salary (which is the Standard type of report column)
    Once I have change the Salary column to text (display as saved state) javascript field works fine.

    All entries on how to capture the standard value of the column, so that I can access the value of the javascript function.

    Thanks in advance
    Vijay

    Hi Vijay - I had problems with the forum as well (and my workspace OTN so)!

    You have two questions, I think.

    First of all, that the old wage is not an input element, you can not get to it by referring to an ENTRY tag. you will need to change that to something like:

    var s1 = d[k-1].firstChild.nodeValue;
    

    This means that there is nothing else in the cell apart from the text - as in < td > < table > 123. If there is something else there that stops you getting the value using the above, you can go through these nested tags referring to objects further firstChild-

    var s1 = d[k-1].firstChild.firstChild.nodeValue;
    

    As I don't see your page, you need to check yourself to see firstChild how much you need. This example assumes that you had something like: < td > < b > 123 < /b > < table >

    Second, the values of s and s1 are strings. You must convert these numbers to be able to perform calculations. You have two javascript functions to do this: ('string') parseFloat and parseInt ('string'). One contains decimals, the other is not - but know that one is not very accurate (it can change "123.456' in ' 123.455999999995' or something similar - not very good! '").

    So, your calculation should be:

    var diff = parseInt(s) - parseInt(s1);
    

    Andy

  • How to get the string (specified by row and column) of txt file with labview

    Hello world

    How to get the string (specified by row and column) of txt file with labview

    THX

    As far as I know, a text file has no column.  Be more specific.  Do you mean something like the 5th word on line 4, where the words are separated by a space, and lines are separated by a newline character?  You can read from the spreadsheet String function and set the delimiter to a space.  This will produce a 2D channels table.  Then use the table to index and give the line number and column number.

  • How to remove the extra space of oracle database column

    How to remove the extra space of oracle database column. I would like to clean up the column in the database by deleting the extra space is entered by the dataentery people.

    When I run the query:
    SELECT
    ROWID, C.CODETABLE_ID, C.CODEVALUE_ID, C.DESCR, LENGTH (C.CODEVALUE_ID).
    C.OBSOLETE_DT, C.RECORDSOURCE, C.CREATED_DT,
    C.CREATEDBY, C.LASTUPDATED_DT, C.LASTUPDATEDBY
    OF CODEVALUE C
    Where LENGTH (C.CODEVALUE_ID) > 6

    the data type is varchar2 and I would get rid of the any extra blank space added to the column. in my case, if the length is greater than 6

    Hello

    user452051 wrote:
    Thanks for the reply. Why should I have this line?

    AND codevlaue_id! = TRIM (codevalue_id) - see note below
    ;

    I just changed my post when you posted this. The explanation is there now:

    Frank Kulash wrote:
    ...
    The condition "codevlaue_id!" = TRIM (codevalue_id)"does not change the results of everything, but it can make the most effective statement if there are lines where codevalue_id is on 6 characters long, but contains no additional space. It will prevent the triggers from firing and redo the data generated.

  • How to capture the event adding table line

    Hello

    I need to capture the event of the button Add new rank in the region of the table.
    Because I need to make a treatment for this action.
    How can I capture this event in processFormRequest()?

    pointers?

    Use the following code
    If (ADD_ROWS_EVENT.equals (pageContext.getParameter (EVENT_PARAM))) {}
    custom code
    }

    Prasanna-

  • Does anyone know how to capture the browsers onClose event in Flex 2.0?

    I need to capture the close event of browsers, so I can do something on the server in Flex 2.0. Congratulations to all who can help... Thank you.

    Google: capture the browsers onClose event in Flex 2.0

    There are a lot of "traps" and details to consider. The Flash-based positions are mainly applicable to the Flex as well.

    See also 'ExternalInterface' in the documentation.

    Tracy

  • How to capture the Green key event?

    Hello

    I want to detect the number entered by the user via the keyboard... in the BB device.

    I use the following code in the method callInitiated()... Please suggest me how to detect the nuber... While the user presses the green button in the device.

    Please suggest me how to archive in BB device, number input by the user via the keyboard.

     public void callInitiated(int callId)
        {
            System.out.println("Inside Call Initiated...");
            PhoneCall call =  Phone.getCall(callId);
            System.out.println("Outgoing number is :"+call.getDisplayPhoneNumber());
    
        }
    

    Check this thread.

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&message.ID=21883&query.ID=37...

    Concerning

    Bika

  • How to capture the ORA-6550

    I want to find the ORA-06550 errors

    SQL> alter session set events 'sql_trace';
    
    Session altered.
    
    SQL> select 'foo' from dual;
    
    'FO
    ---
    foo
    
    SQL> exec foo
    BEGIN foo; END;
    
          *
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'FOO' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    
    
    SQL> quit
    
    


    If I look in my trace file, I don't find any ORA-6550

    Trace file /u01/log/oracle/diag/rdbms/db01/DB01/trace/DB01_ora_42860586.trc
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/db_3
    System name:    AIX
    Node name:      srv01
    Release:        1
    Version:        7
    Machine:        00F626FA4C00
    Instance name: DB01
    Redo thread mounted by this instance: 1
    Oracle process number: 38
    Unix process pid: 42860586, image: [email protected] (TNS V1-V3)
    
    
    *** 2015-09-17 13:59:49.109
    *** SESSION ID:(358.241) 2015-09-17 13:59:49.109
    *** CLIENT ID:() 2015-09-17 13:59:49.109
    *** SERVICE NAME:(SYS$USERS) 2015-09-17 13:59:49.109
    *** MODULE NAME:([email protected] (TNS V1-V3)) 2015-09-17 13:59:49.109
    *** ACTION NAME:() 2015-09-17 13:59:49.109
    
    CLOSE #4573396320:c=6,e=10,dep=0,type=1,tim=49416422688162
    =====================
    PARSING IN CURSOR #4573391040 len=22 dep=0 uid=0 oct=3 lid=0 tim=49416422690646 hv=3859763380 ad='70000005ae19830' sqlid='cvysbzgm0yn5n'
    select 'foo' from dual
    END OF STMT
    PARSE #4573391040:c=790,e=1312,p=0,cr=0,cu=0,mis=1,r=0,dep=0,og=1,plh=1546270724,tim=49416422690645
    EXEC #4573391040:c=18,e=31,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=1,plh=1546270724,tim=49416422690748
    FETCH #4573391040:c=8,e=13,p=0,cr=0,cu=0,mis=0,r=1,dep=0,og=1,plh=1546270724,tim=49416422690808
    STAT #4573391040 id=1 cnt=1 pid=0 pos=1 obj=0 op='FAST DUAL  (cr=0 pr=0 pw=0 time=4 us cost=2 size=0 card=1)'
    FETCH #4573391040:c=0,e=1,p=0,cr=0,cu=0,mis=0,r=0,dep=0,og=0,plh=1546270724,tim=49416422691085
    
    *** 2015-09-17 13:59:57.118
    CLOSE #4573391040:c=7,e=12,dep=0,type=0,tim=49416430697630
    =====================
    PARSING IN CURSOR #4573389592 len=202 dep=1 uid=0 oct=3 lid=0 tim=49416430698685 hv=3819099649 ad='700000066ccf5b8' sqlid='3nkd3g3ju5ph1'
    select obj#,type#,ctime,mtime,stime, status, dataobj#, flags, oid$, spare1, spare2 from obj$ where owner#=:1 and name=:2 and namespace=:3 and remoteowner is null and linkname is null and subname is null
    END OF STMT
    PARSE #4573389592:c=59,e=95,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=853875749,tim=49416430698684
    EXEC #4573389592:c=32,e=52,p=0,cr=0,cu=0,mis=0,r=0,dep=1,og=4,plh=853875749,tim=49416430698837
    FETCH #4573389592:c=18,e=31,p=0,cr=2,cu=0,mis=0,r=0,dep=1,og=4,plh=853875749,tim=49416430698888
    STAT #4573389592 id=1 cnt=0 pid=0 pos=1 obj=18 op='TABLE ACCESS BY INDEX ROWID OBJ$ (cr=2 pr=0 pw=0 time=37 us cost=3 size=80 card=1)'
    STAT #4573389592 id=2 cnt=0 pid=1 pos=1 obj=37 op='INDEX RANGE SCAN I_OBJ2 (cr=2 pr=0 pw=0 time=34 us cost=2 size=0 card=1)'
    CLOSE #4573389592:c=1,e=1,dep=1,type=3,tim=49416430698970
    
    *** 2015-09-17 14:00:00.974
    XCTEND rlbk=0, rd_only=1, tim=49416434554077
    CLOSE #4573391040:c=1,e=6,dep=0,type=0,tim=49416434554235
    
     

    How is it possible to capture the ORA-06550 and underlying instructions exec?

    Thank you

    Laurent

    Laurent,

    You can draw more precisely by using:

    ALTER session set events "6550 trace name errorstack level 1";

    and,

    ALTER session set events ' trace name errorstack off 6550;

  • How to capture the line checked a DataGrid data

    I have data within a DataGrid as shown.

    < mx:DataGrid id = "dataGrid" dataProvider = "{myAC}" = "10" XY = "177" visible = "true" >
    < mx:columns >

    < mx:DataGridColumn headerText = itemRenderer="mx.contrls.RadioButton"/ "SLNO" >
    < mx:DataGridColumn dataField = "EmpId" headerText = "Name" / >
    < mx:DataGridColumn dataField = "Ename" headerText = "Password" / >
    < mx:DataGridColumn dataField = "EmpDepartment" headerText = "CPasswords" / >
    < / mx:DataGridColumn >

    < mx:Button = "149" x = "327" label = "Button" click = "deleteRow ()" / >

    < mx:script >

    public function deleteRow (): void
    {
    Need a logic here
    }
    < / mx:script >

    Now my requirement is that when the user activates a row inside a DataGrid control and one button Delete, I need to capture this EMPID.
    I'm planning a delete button this DataGrid as shown above.

    Please tell me how to capture this EMPID activated inside the deleteRow() function

    Thanks in advance.


    Hi Kiran

    You can use the simple code below for the EmpId of the selectedItem in DataGrid...


    http://www.Adobe.com/2006/mxml">
      
       Import mx.controls.Alert;
         
    [Bindable] private var myAC:Array =]
    {EmpId:1001, Ename: 'Harish', EmpDepartment: 'HE'},
    {EmpId:1002, Album: 'Carmy', EmpDepartment: 'HARDWARE'},
    {EmpId:1002, Album: 'Pavan', EmpDepartment: 'NETWORK'},
    ];
               
    public void deleteEmployee (): void {}
    If (dataGrid.selectedItem! = null & dataGrid.selectedItem.hasOwnProperty ("EmpId"))
    {
    var empId:int = dataGrid.selectedItem.EmpId;
    Alert.Show ("EmpId =" & empId)
    }
    on the other
    {
    Alert.Show ("Please select a line to delete.");
    }
    }
         
    ]]>
      

              
     
                  
                  
      
      
     



    Thank you

    Jean Claude Chari

  • How to capture the pointer when you use print screen in Vista?

    I am writing instructions for three classes of Excel, and I want to capture the different sliders to include in the directions.  Of course, when I use print screen, they disappear, so nobody knows how to capture them?

    Hello

    I suggest you to try the cutting tool and check if it helps.

    Use the cutting tool for screenshots:

    http://Windows.Microsoft.com/en-us/Windows-Vista/use-Snipping-Tool-to-capture-screen-shots

    I hope that helps!

  • How to capture the screen in Microsoft Windows 8

    I saw a lot of videos on YouTube on the settings of Windows, and I was wondering how they capture their screen like a video. I asked a person and he suggested me to use Cam Studio. I tried to use it, but I discovered that it was very difficult for me to use.

    I need software screenshot with the possibility to mix videos, add captions, add tracks at bottom. I also want to make a GOOD video "INTRO" and "GOOD".
    Please, can someone help me?
    I need this software so bad. I have to make a video for my computer CTTP, Grade 7.
    Please help with in 2 weeks.
    YOURS SINCERELY.
     

    You can try Hypercam http://www.hyperionics.com/hc/

    or maybe http://www.avs4you.com/ and download video editor

Maybe you are looking for

  • HP photosmart C4680: reinstallation of HP photosmart C4680

    I have the installation cd but it does not give me the option to install.  I am trying to install on my new ASUS X751LN computer that has Microsoft Windows 8.1 (although I said 64-bit I don't know this!) What can I do to install my printer/scanner pl

  • GPS inaccurate location - iPhone 6

    Hi all In recent weeks I had problems with the GPS on my iPhone 6.  It seems to start when my carrier Verizon sent their last updated of the carrier.  By coincidence, it was just before the latest iOS update to 9.2.1. I had problems immediately after

  • I need help for the upgrade of my current system.

    I need help for the upgrade of my current system. I have SBS 2008 with (Exch 2007, SQL 2005, Sharepoint, backupexec 2010 for sbs) licenses. I want to make the larger environment using the following: (1) apply Virtualization (2) apply to the failover

  • 2011 streets & trips impossible to locate addresses

    I have a 2010 and 2011 trial Steets & travel. I load a file with 50 addresses in my 2010 S & T, and it finds all the 50 addresses and planning a route for me. However, when I insert these same 50 exact addresses in my 2011 S & T test it is impossible

  • I too June 4 2013lost my people/Contacts in Outlook using Windows 7

    When I try to create a new email, I do not receive my contact list, or when I go into people do something else that a message suggested that I contact Microsoft. Since then, I reported the error to Microsoft at least about 7 times.  Is there a proble