How to highlight a line in IR based on the user name

Hello
What is the best way to highlight a line in an IR, based on the user name. IE APP_USER.
Suppose that if an APP_USER connect to the application, the line corresponding to the APP_USER international registration should only be highlighted.
(The button change is not visible in IR)

Hello

Value of APP_USER is uppercase. Your name column values are lowercase.
Example of code I have after string comparison is case-sensitive.

I don't have to change your action Dynamics example JavaScript to convert the value of the cell uppercase

this.affectedElements.find('table.apexir_WORKSHEET_DATA td[headers="NAME"]').each(function(i){
    var lThis=$(this);
    if(lThis.text().toUpperCase()=="&APP_USER."){
        lThis.parent().children().css({"background-color":"#55A955"});
    }
});

Now, it should work

Kind regards
Jari
-----
My Blog: http://dbswh.webhop.net/htmldb/f?p=BLOG:HOME:0
Twitter: http://www.twitter.com/jariolai

Tags: Database

Similar Questions

  • How to derive the user name in the bean connection in a Fusion ADF Web Application

    Hello

    I want to derive the username in the session Bean opening after successful authentication.

    I think writing a method in AM and use a VO for the user based on the user name ID.

    Could you please let me know is the best approach and if yes what is the steps to achieve this in Jdev 12.1.3. How to access the AM method in the LoginBean?

    Or create a viewCriteria in the VO and call it the Login bean?

    See you soon

    AJ

    How to access the AM method in the LoginBean?

    You must expose the method using the client interface of AM and go through links

    as the operation binding

    Oracle ADF - tips and Techniques: model ADF - Beginner: AMImpl expose methods like client interface

  • Hide a metadata profile based on the user role.

    Hi all

    I need to hide a metadata profile (log, update) based on the user role page. I have added metadata to a rule like "change" and added the rule to the profile. Now I want the metadata submitted must be visible for couple of user roles (admin, contributor) and it should be hidden for other user roles. How to achieve this?

    The content Server: 11.1.1.8

    Thank you

    Maury

    (1) create a rule that allows you to hide the metadata for all roles

    (2) create a new one which will show use the condition of activation of rule with building userHasRole("contributor")

  • Apex, language of login page set after the connection based on the user pref browser lang and application-based

    Hello

    Request Express 4.2.3.00.08

    I created an application of multi languaguage in which the language is defined by setting: FSP_LANGUAGE_PREFERENCE

    But the login page, I would like to than the login page to be displayed in the browsers language.

    The url of the application connection looks like as shown below but the & BROWSER_LANGUAGE. product always (English).

    f? p = & APP_ID.:LOGIN_DESKTOP: & SESSION. : FSP_LANGUAGE_PREFERENCE: & BROWSER_LANGUAGE.


    LOGIN_DESKTOP is an intermediate page that has one before branch header for the page of real connection if the FSP_LANGUAGE_PREFERENCE is set prior to the loading of the page.

    If I set the language set in this URL, it works as expected:

    f? p = & APP_ID.:LOGIN_DESKTOP: & SESSION. : FSP_LANGUAGE_PREFERENCE:nl - page Login Show in NL

    f? p = & APP_ID.:LOGIN_DESKTOP: & SESSION. : FSP_LANGUAGE_PREFERENCE:-see the login page in EN

    When I put the application to choose the language based on the browser language that it works, but then I am not able to have users to save their preferences for the next time they are connected.

    Any ideas on why & BROWSER_LANGUAGE. translates by "in" even though the language in the browser is different?

    See you soon

    Bottom

    OK, he stares at me

    For all those interested, this is how.

    Create a page additional empy (with alias page LOGIN_FORWARD_PAGE) and set the url to connect to the application of this new page and set the value of the application on BRANCH_TO_PAGE_ACCEPT:

    f? p = & APP_ID.: LOGIN_FORWARD_PAGE: & SESSION. : BRANCH_TO_PAGE_ACCEPT:

    On the page to create a pl/sql process submit before calculations similar to one below which affect the en language, if the browser is not NL (in Dutch):

    If upper (substr (owa_util.get_cgi_env ('HTTP_ACCEPT_LANGUAGE'), 1, 2)) = "NL" then

    : FSP_LANGUAGE_PREFERENCE: = "nl";

    on the other

    : FSP_LANGUAGE_PREFERENCE: = 'en ';

    end if;

    And create a branch to submit before the treatment which redirects to the current login page (the value of FSP_LANGUAGE_PREFERENCE is then already set and the application is configured to use this setting).

    After that loging in you can extract the FSP_LANGUAGE_PREFERENCE based on the user.

    BTW, I had to switch to 4.2.5 there in 4.2.3 is a bug preventing to set session state when you use BRANCH_TO_PAGE_ACCEPT!

  • display based on the user

    Hi Experts,

    I have a requirement where I need to show the screen based on the logged in user.

    http://localhost:9000 web /-determinations9000/enquete/customrule/fr-u.s./attribut ~ interview_complete ~ global ~ global? user = comments

    If the user is prompted then 1 SCREEN appears
    If the user is not prompted SCREEN 2 is displayed.

    How this functionality can be achieved.
    The pointers will be of great help.

    Kind regards
    Sameer

    You are right to make this need to enter the user name in the session of rules somehow. So, there are 2 problems:
    1. the representation of the user in the session of rules
    2. how to manage the display of the different screens

    About 1, create a global attribute for the user name. The "user = comments" you see in the URL for OWD is not really used for anything anyone internally. The SecurityService does not work in the OPA at the present time. The user name (security token) is passed to the InterviewEngine at the time of session creation, but is not used. So to access that piece of information you can possibly create an OnRequireSessionEventHandler that you provide the user information and then create your own session and fill the username in the new session. (Ideally, you would use an OnSessionCreatedEventHandler but you do not have access to the SecurityToken recalled). Another option is to set up an OnRequestEventHandler and direct access to the web query to get the user name and write it in the session.

    2, regarding if it is a question that should be displayed differently for users, and then as you suggest a screen flow branching on the user name could then be used, or if you do not use the screen flows and instead to use attribute goals then use procedural rules to manage navigation. If this is the summary screen which should vary then, you place all the controls for each user in folders and apply attributes of visibility to the folder level to achieve the desired effect. (depending on how complicated and different screens 2 question are that you can use attributes of visibility on every control, i.e. to put the two logical screens in 1 OPA screen, just hide the irrelevant controls for specific user)

    Hope that helps.

  • Based on the user dashboard sign on

    Hello

    I have to design a dashboard page that loads based on Department and users. The modules is in a table, the table has two columns, username and the Department.

    NOTE: There must be a dashboard page, but the content must be different depending on the user that connects.

    Department of user name
    User1 sales
    User2 sales
    The util_3 sales
    ACCT user4
    USER5 Acct
    Utilisateur6 Mktg
    USER7 Mktg

    .....

    How to start this project? Help, please.

    Thank you.

    Hello
    Create groups based on departments to the RPD, to groups such as sales, accounting, marketing etc... Assign users to specific groups (this means Department underspecific users). Create these groups in the web under manage Presentation catalog groups and users.
    Now, create a page with section per group.
    I mean
    Section1 - sales
    Section 2 - accounts
    Section3 - Marketing
    etc...
    I mean applying security for sections (section per group) properties of the section-> permissions and give access to a section specific to the specific group (remove the Everyone group) as I mentioned above.
    Now place the tha reports in sections according to your requirement. Sales in the sales section reports, accounts in the section and so on.

    If you want to create a report based on this table (user & dept). Apply security at the level of the table data in the presentation layer of RPD (right click-> properties -? permissions-> Filter tab), the value of dept assignment specific to a specific group, that filters the data in the dept column based on the user login.

    Hope this helps you :-)

    Kind regards
    Srikanth

  • How to remove usernames unwanted from appearing when you start to enter the user name?

    When I start to enter a user name, a drop-down list of names is displayed. How can I remove a name in this menu?

    Hello rs27, point culminating / touch, do not click on the user name that you want to remove, and then click on remove the keyboard.

    Thank you

  • How can I remove the user name and the image of Windows XP new Start Menu

    Two questions:

    1. How can I delete the user name and the image of Windows XP new start; and

    2. my computer keeps asking me to press the F1 key to start Windows.  How to skip this part?

    Thank you.

    Hello

    The image of user account can be removed by disabling the Welcome screen. Or, by opting for the classic Windows theme. Follow the method described in this article, if you want to remove the user name and the picture in the Start Menu, without disabling the Welcome screen and Windows XP theme.

    For those who want to delete the user name and the image of user account from the Start Menu, in order to have a blue white Panel at the top, try this:

    Registry warning
    Important: This section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows
    http://support.Microsoft.com/kb/322756/

    Step 1:

    a. start Windows Explorer and go to this folder:
     
    C:\Documents and Settings\All Users\Application Data\Microsoft account images

    b. in this folder, rename the BMP file that corresponds to your user account.
     
    (For example, if your user name is Robert, rename Robert.bmp to old_Robert.bmp)

    c. then rename the following folder:

    C:\Documents and Settings\All Users\Application Data\Microsoft account Pictures\Default pictures
     
    to something else, for example,.
     
    C:\Documents and Settings\All Users\Application Data\Microsoft account Pictures\No_Default images.

    Step 2:
     
    To remove the user name, follow these steps

    a. Click Start, click "RUN" and type "regedit.exe" and navigate to this key:
     
    HKEY_CURRENT_USER-Software-Windows Microsoft\------CurrentVersion-policies-Explorer

    b. in the right pane, the value NoUserNameInStartMenu-value data 1.

    c. close Regedit.exe and restart Windows.

    You'll find yourself with a blue area at the top of the Start Menu.

    Regarding the pressing 'F1' to start Windows, you have made no changes or was there a system crash after which the problem started?

    You may need to change the boot sequence in the BIOS to the default settings. I recommend you contact your PC vendor for this.

    Warning of the BIOS:
    BIOS change / semiconductor (CMOS) to complementary metal oxide settings can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

  • I bought my computer from someone else. Change user accounts did not name of each file in the computer. How can I change or remove the user/name (my name) /document? __

    I bought my computer from someone else. Change user accounts did not take their name off of each (or more) file in the computer. How can I change or remove the user/name/document
    I have looked everywhere and changed user information and the name of the administrator. What can I do else?

    Hello flashgordonjxn,

    Who has ever done the installation of Windows, the installation program asks you to enter your name and optionally, the name of the organization. These registration information appears under recommended for in the general tab of the System when you click Start, click Control Panel, click performance and Maintenanceand then click System.

    To change see instructions below:

    1. Click Startand then click run.
    2. In the Open box, type regedit, and then click OK.
    3. Look for the following registry key:
      HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
    4. To change the name of the company, follow these steps:

      In the right pane, double-click RegisteredOrganization. Under value data, type the name that you want, and then click OK.

    5. To change the name of the registered owner, follow these steps:

      In the right pane, double-click RegisteredOwner. Under value data, type the name that you want, and then click OK.

    6. Click Exit on the file menu to exit the registry editor.

    Hope this helps you. Let us know anyway. Make it a great day!

    "And in the end the love you take, is equal to The Love You Make" (The Beatles last song from their latest album, Abbey Road.)

  • Smartphones blackBerry how to change the user name of e-mail on a Blackberry Curve 9320.

    Dear community,

    I have a Blackberry Curve 9320. My company has recently changed their messaging system so I need to create a new e-mail account. Creating the account of electronic mail is not a problem. However. some settings need to be changed. When I go on settings, navigation key allows me to change the change the server info, type my password etc. However, I'm unable to change the user name. My device automatically generates a username of email that is not correct and I am unable to change because the navigation button jumps on this area. Can someone advise me on how a change the username of email on a curve 9320. Thank you.

    IT WORKED! Thank you very much. Force the unit to offer "I'll give you the parameters" was the thing. Have a great day.

  • My Microsoft Store does not load on a 23 HP Envy all-in-one. It is said that the user name or password has been used too many times. How can I reset this?

    great, I try to load an app on the store, the message tells me that this can be done. I checked my account on my I Pad and it works.

    When I reset my account, I get a message that I tried the user name or password too often.

    any suggestions how to fix this?

    Hi Monte Schwartz,

    Thanks for posting your query on the Microsoft community.

    Before give you the steps of troubleshooting on this, I would like to know some details about your problem.

    1. Is the issue with the app store or with any other app too?
    2. Are you a specific error code?

    But you can always try some basic troubleshooting steps:

     

    Method 1: Check the updates

    Check if windows is up to date. If there are pending updates then please go ahead and install the updates and try to load the applications through the store.

    You can use the link for additional help to install pending updates below:

    https://support.Microsoft.com/kb/2777982?WA=wsignin1.0

    Note: Also check the date, time and time zone of the system.

    Method 2: Reset Windows Store cache

    1. press Windows + R key.

    2 type wsreset.exe. Press ENTER.

    Method 3: Re-register Windows Store

    I suggest you to re-register Windows App Store and check. Please follow the steps:

    a. press the Windows key + X.

    b. click prompt (run as administrator).

    c. the administrator: command prompt window, type the following commands.

    PowerShell - ExecutionPolicy Unrestricted Add-AppxPackage - registry DisableDevelopmentMode-$Env:SystemRoot\WinStore\AppxManifest.XML

    Reference: http://blogs.msdn.com/b/notime/archive/2013/10/18/fix-store-app-in-windows-8-1.aspx

     

     

    Note: Back up the registry before you edit it. Then you can restore the registry if a problem occurs.

     

    Method 4: Run the troubleshooter of App.

    The Apps store is an automated tool that we have developed to deal with a number of known issues that may prevent applications from running correctly. This troubleshooting automatically solves some issues including the suboptimal screen resolution, incorrect security or account etc. settings. You can click this link to download and run the utility of troubleshooting Apps.

    http://download.Microsoft.com/download/F/2/4/F24D0C03-4181-4E5B-A23B-5C3A6B5974E3/apps.diagcab

    You can try the above steps and get back to us if you need help regarding the same.

    Thank you.

  • How can I get the user name of the current user? Not the name of the user, but the user name is connected to.

    Anyone know how I can get the username of the current user? Not the name of the user, but the user name is connected to.

    Thank you!

    Only two variables that Captivate allows to work with are cpQuizInfoStudentName and cpQuizInfoStudentID, but the latter is only really designed to be used for the internal information server, not a typical SCORM LMS solution.

    Sounds to me like you may need to get hands on with the services of a JavaScript programmer.

  • I have Dreamweaver CS6 and want to know if I can edit an existing Web site built in front of Page if I have the user name and password, and how do I go about this?

    I have Dreamweaver CS6 and want to know if I can edit an existing Web site built in front of Page if I have the user name and password, and how do I go about this?

    Hello

    You must define a site in Dreamweaver and need to set up your FTP server. One for that, you can connect with the FTP server where your FrontPage is loaded and you can get the copy of the said locally.

    Link below explains how.

    Define a Site in DW

    Define a site in Dreamweaver. Adobe Dreamweaver CC tutorials

    https://www.YouTube.com/watch?v=sHAvSbdRgu8

    Connection to the FTP server

    https://helpx.Adobe.com/Dreamweaver/using/connect-remote-server.html

    Using Dreamweaver | Edit an existing remote Web site

    Concerning

    Vivek

  • How to pass the user name dynamically in file .jca Oracle Apps adapter

    My BPEL process using Oracle Applications adapter. Here is the file .jca for the adapter.  The user name is statically initialized to "sysadmin" when I created the adapter. How can I change this to move dynamically during execution? Can I use an EL Expression or a variable of XPath. If yes how and what is the correct syntax?

    Is it possible to pass the user name of the security policy of OWSM for the value of username below? If yes how? I appreciate your response.

    " < name of the adapter-config = adapter 'EBSAdapter' = 'Apps' wsdlLocation =".. / WSDLs/EBSAdapter.wsdl "xmlns =" http://platform.integration.Oracle/blocks/adapter/FW/metadata « >

    < UIConnectionName factory connections = "EBS1" location = ' ist/Apps/EBS1"UIConcurrentPgmName =" "UIOracleAppType = 'DBOBJECT' / >"

    < endpoint-interaction portType = operation "EBSAdapter_ptt" = "EBSAdapter" >

    < className = "oracle.tip.adapter.apps.AppsStoredProcedureInteractionSpec interaction-spec" >

    < property name = "SchemaName" value = "APPS" / >

    < property name = "PackageName" value = "JAN" / >

    < property name = "Procedurename" value = "GET_USER_PROFILE1" / >

    < property name = "IRepInternalName" value = "PLSQL:INTG:WEBCENTER_GET_USER_PROFILE1" / >

    < property name = value "Username" = "sysadmin" / >

    < property name = value of 'Responsibility' = "system administrator" / >

    < / interaction-spec >

    < / interaction of endpoint >

    < / adapter-config >

    1. go on the Invoke activity

    2. click on the Properties tab.

    3. click on add

    4 Add this 'jca.apps.Username' property and map with variable or expression.

    5. fill the variable defined in the previous step with valid username values during execution.

    I hope this helps.

    Kind regards

    Karan

    Oracle Fusion Middleware Blog

  • How can I change the user name and password

    I successfully download the FVO and install the virtual appliance. It works very well with my blackberry. I can connect to individual servers or virtual Center.

    However I don't know how to change the user name and password.

    I would also like to know how it works?

    We have a BES server on our network and no configuration is necessary. I just turned on the device Mobile Access of vCenter and entered the ip address of my virtual Center and bingo, I can access through my blackberry.

    If you try to change the Appliance virtual username and password, you can use the standard linux commands (adduser, passwd, chgrp, chown, etc.,)

    The default user name and password so that the robot is root/vmware"."

Maybe you are looking for