Masking fields in a LOV

Hi i have created a button to show an LOV for members which has details such as name, gender, age etc. One of the fields is called PASSWORD. Is there anyway of masking the data under the attribute PASSWORD in an LOV??
MEMBER TABLE
SQL> desc member;
Name Null? Type
MEMBERNO NOT NULL VARCHAR2(8)
TITLE VARCHAR2(5)
FIRSTNAME NOT NULL VARCHAR2(20)
LASTNAME NOT NULL VARCHAR2(20)
GENDER VARCHAR2(6)
ADDRESS VARCHAR2(30)
TOWN VARCHAR2(20)
CITY VARCHAR2(20)
POSTCODE VARCHAR2(8)
TELEPHONE NUMBER(11)
EMAIL VARCHAR2(50)
MSHIPTYPE VARCHAR2(15)
PASSWORD NOT NULL VARCHAR2(20)
----------------------------------------------------------------------------------------------------------------

Have you tried not to include the PASSWORD column in your LOV query?
Show us your LOV query.

Similar Messages

  • Mandatory fields in a LOV

    I have a view in which I've added attributes from an entity to make a LOV. These attributes are mandatory in said entity. Foreign key in the view (and in an underlying entity) is not mandatory however (it can be null).
    When I drop this LOV column onto a page as an InputText with ListOfValues, resulting form field is required (and it will show an error if I leave it empty and try to submit the form). That is not what I expect. The entity referenced from a view is not updatable, the underlying entity is.
    How can I have an optional field with a LOV, not making referenced entity columns non-mandatory?

    Hi,
    Try after remove required attribute in your LOV
    required="#{bindings.YourField.hints.mandatory}"

  • Date is not getting populated soon after a change in a field which has LOV.

    Hi friends,
    I have a requirement in my form......
    I have a two fields, in my form......
    One field which has a LOV's list---------------> the name of the field is "PRIORITY" and it has following LOV's
    *) LOW *) MEDIUM *) HIGH..
    Second field is of date field-----------------> the name of the field is "DUEDATE"....
    I needed is that soon after i select anyone of values from the list in "PRIORITY" column for example assume it has "LOW"...
    The due date column should automatically populate the date, accordingly that is setted for LOW..
    The same is in case of "MEDIUM" and "HIGH"....
    How it is possible to populate the date accordingly soon after i picked one of the LOV's from the priority column...
    Whether i need to set any dynamic actions for the due date column...or else....if so means......
    guide me friends..in stepwise manner......whether to write any query in back end....
    i also tried with query it didnt worked.......
    regards,
    Harry......

    Hi,
    If i gave the query that i mentioned above post, in my sql statement, the dynamic action is working but not fetching the correct date for the selected priority..
    what is the answer that im getting is
    When i select priority as low means
    what is populating in my due date field is not the date im expecting........
    it is giving some thing in the due date field like the below i mentioned.......
    " ,,11/10/10 0:0:0,11/10/10 0:0:0,,,,,,,,,,11/24/10 0:0:0,11/24/10 0:0:0,,,,,,,,,,,11/04/10 0:0:0,,,,,,,11/24/10 0:0:0,,,,,,,,,,,,,,,,,,,11/18/10 0:0:0,,,,,,11/24/10 0:0:0,,,11/24/10 0:0:0,11/24/10 0:0:0,,,,11/27/10 0:0:0,11/26/10 0:0:0,,,,,,,11/05/10 0:0:0,,,,11/24/10 0:0:0,11/24/10 0:0:0,,,,,,,,,,,11/19/10 0:0:0,11/05/10 0:0:0,11/24/10 0:0:0"
    i dont know why it is returning like this......please help me........
    Regards,]
    Harry......

  • To get the value in a field based on lov selection of another field.......

    Hi all,
    I have a requirement where
    i need to select a LOV value
    and based on that value the field next to it should be generated......
    in brief suppose i have a field name EMPLOYEE NO as lov........
    as i select the employee number the field next to it assume EMPLOYEE NAME should be retrieved based on the employee number selected..
    hope i am clear
    waiting for ur responce.....
    DEV......

    Hi,
    Assuming you are having two fields on the page. One LOV for empID (ID: empIDV) and messageTextInput for emp Name (ID: empNameV)
    1) Create a VO for your LOV having a query like SELECT emp_num, emp_name FROM employees;
    2) Create region for LOV using table using wizard based on the VO created above (choose emp_num as messageStyledText and emp_name as formValue). Also make search allowed true for emp_num.
    3) Create a LOV map1:
    LOV region item: empId
    Return item: empIDV
    Criteria item: empIDV
    4) Create lovMap2:
    LOV region item: empName
    Return item: empNameV
    Also try to implement dependent LOVs : http://sushantsharmaa.blogspot.in/2012/12/10-dependent-lov-in-oaf.html
    --Sushant                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • MDM Data Manager Masks, field Shared

    Hi experts,
    while creating a mask in the MDM Data Manager I noticed the field Shared. It can be set to Yes and No.
    Can anyone tell me what this field does? I couldn't find any reference to it in the documentation of the MDM Data Manager, current version, MDM 7.1 SP07, May 12, 2011.
    Best regards,
    Marcus

    Hi Adrivit,
    could you please elaborate a bit more?
    I just created a Mask that is not shared. Then I logged on with another user. That other user can see the mask and select it in the data manager. That other user also see the records contained within the mask.
    I don't see any chenge when I set the Mask to shared.
    Is this something that is related to Roles, maybe?
    Best regards,
    Marcus

  • Text fields populated from lov mapping are not saved to database

    Hi Everyone,
    I'm having a wierd problem. My requirement is to autopopulate two text fields field 2 and field 3 when a value is selected from lov in field1 and save all the values to database on click of a submit button.
    Using lov mapping i'm able to populate field 2 and field 3 with corresponding values based on the value selected in field1. And also field2 and field3 should be in the readonly mode so that user cannot change the value.
    So to make the fields readonly i have changed the property of readonly to true for field2 and field3. But if I change the readonly property, the values for field2 and field3 are not being saved to database.
    The values are getting saved to database only when readonly = true for messageTextInput item type or if the item type is a form value.
    I also tried disable = true, which also didnt work.
    I tried to debug by writing some sop statements in PFR, but these statements also returned null for pageContext.getParameter("field2") etc;
    Can anyone please tell me how to solve this problem?
    Thanks
    Sunny

    Hi Gyan,
    I forgot to mention that , I also tried messageStyledText. Which also didn't work. I wanted to use vo.setAttribute as my last option, but i wanted to understand why the values are not saved to database when the text item is showing the values on the page.
    Thanks
    Sunny

  • Validate field value against LOV in JClient

    Hi,
    I have wondered is it possible when i have a LOV attached to a textfield or column from JTable to validate entered value against values in LOV. I mean when i enter wrong value in field, automatically to invoke LOV panel when the field lost focus.
    Thanks in advance!

    Hi,
    this is currently not a feature available in JClient. We are evaluating this as a new feature in a next version fo ADF JClient (which will be named ADF Swing then)
    Frank

  • How to mask Fields on CC&B Maintainance Pages

    Hi,
    I need to mask the fields in the Maintainance pages in Oracle CC&B.
    For Example: I don't want to use the Management Group field on Order and Account pages. Please suggest how can I make the field invisible.
    Thanks in advance.
    Akriti

    Hi,
    Create a jsp user exit for the Account main Page/Order Page.
    in the jsp user exit page, override the extPostOnWindowLoad function and include the code like below
    var mgntFld = document.getElementById("ACCT_MGMT_GRP_CD");
    mgntFld.style.display='none';
    the same way u can hide the "Management Group" label and Search option as well.....

  • Display required field based on LOV

    I have an application that has many required fields. One of the fields (P11_RANK) is populated from a LOV. I have a condition on this field when a specific item(s) is selected form the LOV, (:P11_RANK IN ('First-Year Student','Sophomore','Junior','Senior') an additional required field (P11_FACULTY_SPONSOR) is displayed on the form.
    Currently my application is working but the additional required field to be display and filled in does NOT display until after the SUBMIT button is pressed. The applicaiton user needs to fill in this addtional field and SUBMIT again. As you can imagine that causes a bit of confusion, even though I have explained this quirk in my application notes.
    I would like the field to display after I leave the RANK field. I think this is where javascript comes in, but I am new to javascript and the training I received did not cover this issue. I have looked at Carl Backstrom's examples, but I am still confused as to what needs to be done.
    Any help on this would be greatly appreciated.
    Joyce

    I found a simple workarround and I will post it:
    1. Instead of using LOV I created a function that does the same
    ( using a cursor and returning a value )
    2. Since the field needed to act as a link, I used css to format the output
    and it worked just fine.
    Thanks,
    Denes Kubicek

  • Masking field in PLD

    I need to mask numberic fields when printing Marketing documents in the PLD.
    That is,  I only want to print only 2 decimal positions on a field that is configured to
    have 4 positions to the right of the decimal point.
    Example:  field  on the screen is displayed as 1.0000  I want to print on the marketing document    1.00   NOT 1.0000
    How do I set a mask for a field in the PLD? 
    Thanks in advance!!!
    Dana

    Thanks for the response.
    My real concern is when printing AP CHecks/ Check for Payment
    I tyried your solution and when there are no cents,  the amout printed supresses the Zeros
    I used the round(F_###,2) and it prints the desired formated number.  My next question is,
    will the check foot properly using the round() function?
    I am concerned that the check will foot properly,  that is the total of the check will not match the
    total of the invoices. 
    Any ideas?
    Thanks
    Dana

  • Unwanted focus on masked field

    I've got a cfform with a lot of fields. You have tot scroll
    down to see the whole form. My last field has a mask. Because of
    this mask the form focuses automatically on this field. This is
    unwanted as I want the clients to start at the top of the form and
    fill it out. Is there a way to undo this behavior?

    I've got a cfform with a lot of fields. You have tot scroll
    down to see the whole form. My last field has a mask. Because of
    this mask the form focuses automatically on this field. This is
    unwanted as I want the clients to start at the top of the form and
    fill it out. Is there a way to undo this behavior?

  • Masking field

    Hi all,
    Can we mask the standard fields??
    i have been using BBP_CUF_BADI_2 for masking TAX_CODE field which is present in line item..its not working..is it only works for customized fields??
    pls help..

    Hi Ravi Kiran,
    You can mask the standard fields and push buttons using BBP_UI_CONTROL_BADI
    Using the Business Add-In BBP_UI_CONTROL_BADI, you can change the visibility and the ready-to-input status of interface objects (for example, fields and pushbuttons) in a document.
    You can use the BAdI to override the following documents and applications:
    Purchase contract and global outline agreement
    (Filter value BUS2000113)
    Bid invitation (Filter value BUS2200)
    Bid (Filterwert BUS2202)
    Auction (Filter value BUS2208)
    Purchase order (Filter value BUS2201)
    Purchaser's Sourcing application
    Confirmation (Filter value BUS2203)
    Invoice (Filter value BUS2205)
    Vendor list
    Note
    Changing the ready-to-input status of fields as designated in the standard can lead to errors. You should, therefore, avoid switching the status of a field that is not ready-to-input in the standard to ready-to-input. Do not, for example, set the object ID of an already existing contract to changeable.
    Standard settings
    Using the following methods of the BAdI, you can control the visibility and ready-to-input status of header and item fields, pushbuttons, and navigation links of the concerned applications and also interface objects of cross-application screens, for example, the partner overview, account assignment, status overview or approval:
    BBP_CTR_UI_CTRL
    for field control in the contract and in the global outline agreement
    BBP_BID_UI_CTRL
    for field control in the bid invitation
    BBP_QUOT_UI_CTRL
    for field control in the bid
    BBP_AUC_UI_CTRL
    for field control in the auction
    BBP_PO_UI_CTRL
    for field control in purchase orders, including the screens for purchase order response and price data in the item details.
    BBP_AVL_UI_CTRL
    for field control in the vendor list.
    Using the following methods, you can override the visibility and ready-to-input status of header and item fields, pushbuttons, and navigation links of the relevant application, however not that of interface objects of cross-application screens:
    BBP_SOCO_UI_CTRL
    for field control in the purchaser's Sourcing application
    BBP_CONF_UI_CTRL
    for field control in the confirmation
    BBP_INV_UI_CTRL
    for field control in the invoice
    Using the following method, you can set up the mass change transaction in such a way that the previous step need not be completed before the user switches to the next screen.
    BBP_CTR_MASS_UI_CTRL
    for control of the mass change transaction.
    Hope this will resolve your issue.
    Award points for helpful answers.
    Rgds,
    Teja

  • ADF-UIX- How to populate multiple input fields from an lov?

    Like in Forms Developer where using an LOV we can populate multiple tex input items on selection of a value from the LOV, is it possible for us to do the same in ADF UIX.
    Iam usiing JDeveloper 10.1.2

    Have a look at this previous post:
    Re: Can return messageLovinput more than one value?

  • How to mask fields

    Can anyone tell me how from SAP MDM Console to restrict a particular user from viewing specific <u>Field(s)</u> in MDM Data Manager?
    Thanking you in advance.
    Hemal

    Hi Hemal,
    You can do that using Roles.
    For a particular role, you can assign functions like
    "Add Records","Modify Records","Delete Records" etc.,
    You can even specify on tables, by selecting the "Tables/fields" in the Role details grid
    Hope this helps
    Thanks and Regards
    Subbu

  • Combing to fields into a LOV drop down

    HI
    how can I append two fields together in a select statement and contain the second field in brackets?
    such has CUSTOMER field and CITY.
    This would look like "Company ABC (London)"
    Thanks
    Adam

    SELECT customer||' ('||city||')'
    FROM customers...
    Chad

Maybe you are looking for