Hide Flex field column by personalization

Hi,
In Personal Information page I want to hide the coulmn Work Fax (Phone Numbers)
which is coming from a flex field.
(N) - iRecruitment External Site Visitor
click on the link : Manage My Account
Personal Information tab.

Hiding DFF Segments should be possible using 'Segment List' property. Follow the instructions given in dev guide on how to use this property and let us know the results.
If you leave the Segment List property empty, all segments render. The value you specify for this property must use the following format:
Global Data Elements|[global segment1]|[global segment2]||...||Context1|[segment1 for context1]|[segment2 for context1]||...||Context2|....
Segments within a certain context are separated by a single pipe, "|", while data from a different context is separated by a double pipe, "||".

Similar Messages

  • How do I align a flex field segment using personalizations?

    This is my first attempt at an OAF form personalization.  I added three DFF segments (read only) to the requisition headers portion of the iProcurement requisitions form.  I'll do my best here to try and show what has happened, I hope this will maintain the formatting.  So column on the left side of the form looks like this:
                      Description:   This is a test
                      Created by:    Me
                   Creation Date:   03-DEC-2013
    Confirming Order: Yes
    Capital Expense: No
                         Deliver to:   Test
    So, you can see that the two flexfield segments, Confirming Order and Capital Expense are way over to the left and not aligning with the rest of the fields.   I'm wondering if someone can tell me how to get those to line up with the rest of the form fields.  I have the same issue with a third flexfield segment n the right side of the form.  The other fields in the column are Message Styled Text.  And if I add a field that is of that type it will line up.   Although, when using that type of field or the flex field, I have to set the CSS style, it doesn't automatically inherit it as I thought it would.  I did a view source to see what it was on the other fields then filled that in for the CSS Class for the field I had created.  So, I must be missing something else here for these not to line up.  Any guidance is appreciated.  Thanks.

    I just found this note: 
    DFF Segments Are Not Aligning Correctly When Added Through Personalizations (Doc ID 1594546.1)
    It sounds like it isn't possible, unless someone knows of a workaround.

  • Hide a field

    how to hide a field(column) based on the user  in basic or secondary list

    hi,
              After a write stetment write
              <b>hide fieldnaem</b>
    We can use HIDE technique while creating LIST level to store line -specific information for later use.
    syntax: HIDE <variable>.
    this statement place the contents of the variable <variable> for the current output line(SY-LINNO) into the HIDE area.
    you can think of the HIDE area as a table, in which the system stores the field name, field contents and line number in which field exisisting. as soon as they are needed the system reads the values from the table(HIDE) using READ LINE statement.
    Keep in mind while working with HIDE.
    1) Allways keep HIDE <variable> statement after WRITE statement for more readable format.
    2) All way keep HIDE <variable> statement inside the LOOP statement, because syatem stores all the hide variable in system genarated table space, we can process table data throug it's work area only.
    Sample Program.
    Report Zreport_hide.
    *table work area
    tables: lfa1,ekko,ekpo.
    *selection-screen logic
    select-options: s_lifnr for lfa1-lifnr obligatory.
    *logic for creating internal table
    data: begin of it _lfa1 occurs 0,
                  it_lifnr like lfa1-lifnr,
                  name1 like lfa1-name1,
           end of it_lfa1.
    data: begin of it _ekko occurs 0,
                  it_ebeln like ekko-ebeln,
                  aedat like ekko-aedat,
           end of it_ekko.
    logic for genarating basic list
    start-of-selection.
    select lifnr name1 from lfa1 into table it_lfa1   where lifnr  in s_lifnr.
    *processing the data.
    loop at it_lfa1.
    write:/ it_lfa1-lifnr,
              it_lfa1-name1,'
              HIDE it_lfa1-lifnr.  "here hide the varible lifnr
    endloop.
    *logic for genarating secondary list
    at line-selection.
    case sy-lsind.
    when 1.
    select ebeln aedat from ekko into table it_ekko   where lifnr = it_lfa1-lifnr.
    *processing seconadry list data.
    loop at it_ekko.
    write:/ it_ekko-ebeln,
              it_ekko-aedat,
    endloop.
    regards,
    Regards
    Message was edited by:
            ASHOK KUMAR

  • How can i hide a column using personalization?

    Hi,
    Please help me how can i hide a one column in oracle forms using personalization?
    Thanks

    Hi,
    When you login to My Oracle Support website, enter "458786.1" or "468657.1" in the search box, and you should get the documents.
    Or, use the direct links below to access those documents.
    How To Do Forms Personalization (Doc ID 468657.1)
    https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=468657.1
    RCVRCERC: When Using Personalization to Remove a Column Receive Error FRM-41017: Cannot set UPDATE ALLOWED (Doc ID 458786.1)
    https://supporthtml.oracle.com/ep/faces/secure/km/DocumentDisplay.jspx?id=458786.1
    Regards,
    Hussein

  • PO requisition personalization Query_Want to hide Supplier field

    My client requirement is to hide supplier field in the po requisition form because requstor would not view the list of suppliers names in the LOV.
    I have tried to hide the SUPPLIER field but folder menu option is not active, without that i cannot hide the field.
    Can any one advise me how to disable the supplier field using form personalization
    Quick responses is higly appreciated.
    Thanks in advance

    Hi,
    Following personalization steps will hide the supplier field.
    Seq - 10
    Description - Hide supplier field
    Level - Function
    Enabled - Checked
    Condition tab
    Trigger Event - WHEN-NEW-FORM-INSTANCE
    Actions tab
    Seq - 10
    Type - Property
    Description - Hide Supplier field
    Object Type - Item
    Target Object - LINES.SUGGESTED_VENDOR_NAME
    Property Name - Displayed
    Value - False
    Finally apply the changes and re-open the form.
    Let me know how you go.
    Thanks,
    PS.

  • How to hide mandatory field in OAF page through personalization

    Hi,
    Could u please help, that how to hide mandatory field in seeded page.
    This could be achieved through personalization only.
    Thanks,
    Ramachandra.
    Edited by: 927747 on Jun 21, 2012 2:16 AM

    yes you can hide that field by simply set the render propert to "false" using the personalization.
    Regards,
    Vijay Reddy.

  • How to add an extra columns to accounting flex field value sets

    Hi
    I am working on report customization for standard Account Analysis (180 Char) report. Requirement is to show a column "Parent" in Flex field value set .
    Currently its showing columns as Account, description
    i need to add parent column
    i can not modify segment value sets as they are attached to accounting flex fields
    so is there any other way i can achieve thie
    Regards
    Dhananjay

    If it would help your company to be able to change the accounting flexfield and value sets, I might be able to help. there is software to do this on the market. Sometimes when companies need to develop complex reporting, it's a sign that the chart of accounts, the AFF is obsolete, and it makes sense to change it rather than work around it.

  • Flex fields personalization

    Hi All,
    Is it posiible to change the properties of Flex field through personalization.
    If so , to see the changes is it required to "clear the cache" or directly the modifications will apply.......
    please help me..
    Thanks,
    Uma

    Hi
    it is not possible via personalization,controller extension is required for the same
    thanx
    Pratap

  • How can I pass Flex Field value to the Call Wrap Up screen?

    Hello helpers,
    I am trying to get a value from the 'Flex Field' passed over to the 'Call Wrap Up' screen by using Form Personalization.
    Oracle was configured by a subcontractor and therefore I do not know what the exact name of the textfield is in the Flex Field however the label is 'Method of Contact'. When i set 'Show Custom Events' to 'On', I get the response: 'CSXXXRC.INCIDENT_TRACKING.STATUS_CODE:WHEN-NEW-ITEM-INSTANCE' When i enter a value in the Method of Contact field in the Flex Field.
    Can anyone help?
    I am a complete Newbie to Oracle.... I only know a bit about Oracle Form Personalization.
    Any help would be much appreciated,
    S

    Seems like you're talking about a from from the eBusiness-suite. There are special rules for that, ask your question in the eBusiness-suite-forum OA Framework

  • Adding Flex-field to Custom View in the Worklist

    Hi,
    I am using OAS10133. I have mapped a SIMPLE_TYPE payload attribute to a flex field label in the worklist. I created a custom view. I want to display this playload attribute as a column in custom view and want to make it searcheable. But when I create the custom view, then at the time of selecting the columns, I do not find the name of this label listed in the dropdown.
    I have also made an entry in WorkFlowLabels.properties file.
    Can anyone please let me know if I need to follow any other step to display the flex field label as a column in custom view?
    Thanks in advance.
    -sam

    Hi Pete,
    There are two exits that were used.
    A user exit IMRC0001 (MeasPoint/MeasDoc: Exit before update (after COMMIT WORK) /  FM: EXIT_SAPLIMR0_001) for the transaction IK11 to enter the value for the custom field. When the measuring document is saved a pop up appears wherein the value for the custom field can be entered.
    A menu exit IMRC0003 (MeasDoc: Menu exit for customer-specific function / FM: EXIT_SAPLIMR0_003) for the transaction IK12 in order to change the custom field.

  • Need help with adding a Key flex field to a seeded OAF page

    We have a seeded OAF page on which we already have Account Key Flex Field.
    Properties of this flex field are:
    The ApplShortName - SQLGL
    Name - GL#
    Type - Key
    As per the client requirement, in the KFF screen, we have disabled the seeded structure for Accounting Flexfield and created a custom structure.
    Our custom structure for the KFF is displayed correctly on the OAF page.
    But now the requirement is to add a new KFF on the OAF page which is duplicate of the existing KFF, along with the existing KFF field; the structure and segments are same. Only difference being the display name of the existing KFF field is Account; the new one needs to be Tax structure.
    Using personalization we added a new flex item and added the properties same as the existing KFF.
    ApplShortName - SQLGL
    Name - GL#
    Type - Key
    But the page is giving following error:
    The data that defines the flexfield on this field may be inconsistent. Inform your system administrator that the function: KeyFlexfieldDefinitionFactory.getStructureNumber could not find the structure definition for the flexfield specified by Application = SQLGL, Code = GL# and Structure number =
    We tried options like compiling the flexfield definition, but the error persists.
    Any help in this regard is highly appreciated.
    Regards,
    Kiranmayi.

    Hi,
    Please check whether your key flex structure is frozen or not. If now please freeze it and re compile and try.
    This may helps too
    error while developing KFF in oaf
    Thanks
    Bharat
    Edited by: Bharat on May 10, 2013 4:51 AM

  • New flex field in "Gender and Marital Status"

    Hi Experts,
    Please Let me Know whether we would be able to add New Flex Field in "Gender and Marital Status" in Manage Person Page,.
    Thanks&Regards
    Prasanna Kesavan

    It sounds like you are trying to add a new value of "Significant Other" to the Marital Status drop down.  If that is what you are trying to do, the list is controlled through the MAR_STATUS lookup.  That Lookup is extensible so you can add new values if you like.
    To update the Lookup, navigate to Setup and Maintenance and query the Manage Common Lookups task.
    Then query the Lookup Type = MAR_STATUS
    From there you will be able to see all of the values available for different countries.
    If the options are greyed out, then you will not be able to alter them because they are delivered with the product.
    However, you have the option to add new values of your own here.
    If you only want to see the value for particular countries, you can add a value in the "Tag" column with the Country Code where the value should be visible (i.e. if the code is only applicable in the US then you would add "+US" in the tags, if the code is applicable everywhere except the US then you could add the tag "-US").
    Hope that is helpful,
    Karla

  • How to create Rules with Flex Field mapping in the bpm worklist

    I Have created a flex field label and was able to map to the flex field attributes .
    But when i try to create a rules , I don't see the label or the flex attributes in the task payload .
    Can someone please help is understanding how to create Rules with Flex Field mapping in the bpm worklist .
    Even I am also searching for any scripts which will take the flex fields prompts and can directly create a label in the bpm worklist .
    Any pointers or suggestion is highly appreciated .

    Hi,
    SE38 -> Enter program
    Select Variants button and display. In the next screen, enter a variant name, (If not existing , press Create to create new one), else click on Change.
    Now the selection screen will display with a button "Variant Attributes" at the top.
    Click on that button.
    In the next screen, go to the selection variable column of the date field. Press F4 or drop down and select 'D' for date maintenance.
    In the column "Name of Variable (Input Only Using F4)" press F4 or drop down, select whichever kind of date calculation you want and save the variant.
    Now whenever you run the prgrm with this variant, date will be displayed by default.
    Regards,
    Subramanian

  • Show/Hide JSF field based on SelectOnceChoice using Model Driven List

    Hello All,
    I have a use case where I want to show or hide fields based on values populated in SelectOneChoice. I have View master and View Lookup, master has a field named product which displayed selectiononechoice of product name built using lookup view as accessor. I am storing id of lookup type inside product column. Based on a product name say "abc" I want to hide subsequent fields. Can anyone please tell me how to implement this?
    I am using ADF 11g version 11.1.2.
    Thanks,
    Dipal

    If I understand you correctly, you are trying to show/hide subsequent fields based on the value selected from a selectonechoice?
    Did you try using partial triggers and EL for setting the rendered attribute on subsequent fields and setting autosubmit to true on selectonechoice?
    Kristjan

  • Flex fields in default BPM view 11.1.1.3.0

    Hi
    I Jdeveloper 11.1.1.3.0 I have created a SOA composite with a BPEL flow containing a Human task. In this task I have added data fields (flex fields) which I'm able to show in the Oracle BPM worklist using the Adminstration menu option and adding the flex fields.
    I'm able to create a private view with these new flex fields now showing as column in the BPM worklist.
    But when trying to define these filels in the public views they do not show up in the definition page as available/selected columns. I cannot find anywhere in the documentation where it says that flex fields only can be used in private BPM worklist views. So how do I add a flex field to a public view?
    I do not want all my BPM worklist users to have to create private views themself. I want the new flex fields to be shown in the default worklist columns for all my users by default. Can this be done?
    Best regards
    Johnny

    It this true - that no one can help here???

Maybe you are looking for

  • Using transforms and filters without device drivers

    Hello, I came across NIMS as a possible solution for some transforms and filtering, possibly even generating test signal data, for a seismic application. I'm in the process of evaluating NIMS for best possible fit for what we need/want to accomplish.

  • Web Gallery not Opening Webpage Editor?

    when selecting my images for a web gallery and then choosing new web gallery from selection the new folder appears in projects, but doesn't open up the webpage editor like the manual says that it should. i've been working on this for 2 hours and am u

  • Japanese character appear rotated when applying a Formula on the field

    We have a problem where the japanese character appear well on the report when simply drag and drop a field that contained japanese data from the database BUT it display the japanese character rotated horizontally when we apply a simple formula on it.

  • Disk images in Win XP ... how to ?

    Howdy folks ! I have Leopard and Win XP running on my MBP pretty much without probs. I will use Windows solely for gaming and here comes my question to the wise: In Mac OS, I can create a disk image of my Game DVD on the desktop and mount it when nee

  • Struts/ADF/Toplink conversion from 10.1.2 to 10.1.3

    Hi. We have a J2EE application based on Struts/ADF/Toplink. We just let the JDeveloper migrate the whole application itself. We solved a few minor problems, but now we have the greater one: - we have in domain classes some getX...(), setX...() method