Context sensitive Descriptive Flexfield read attributes

Hello.

I would like to get the content (depending on the value of context) some attributes of FDF.

The descriptive flexfield is JG_PO_VENDORS. You can see on the EBS R12.

I used the following code in the controller:

OADescriptiveFlexBean oaDFF;
oaDFF = (OADescriptiveFlexBean) webBean.findIndexedChildRecursive ("globalFlexItem");
OAMessageTextInputBean attr6 = (OAMessageTextInputBean) oaDFF.findChildRecursive ("globalFlexItem6");
OAMessageTextInputBean attr7 = (OAMessageTextInputBean) oaDFF.findChildRecursive ("globalFlexItem7");
OAMessageTextInputBean attr8 = (OAMessageTextInputBean) oaDFF.findChildRecursive ("globalFlexItem8");

String attr6Value = (String) attr6.getValue (pageContext);
String attr7Value = (String) attr7.getValue (pageContext);
String attr8Value = (String) attr8.getValue (pageContext);

The code of the controller above works fine with a simple flexfield that has no more context values.

If the FDF has more context values, as we see in the form of Directors flexfield, we have the column "Code":

Global data items

CODE1

CODE2

CODE 3...

I want to find attributes in the value of context 'Code 3' 6-7-8, for example.

The code above the controller concludes the flexfield but cannot reach the attributes of the context code 3 and I get a NullPointerException on the line that gets the value of the attribute:

String attr6Value = (String) attr6.getValue (pageContext);

Please, can you tell me how to search for a given context value segments?

Thank you

Concerning

Vincenzo

Hello

This has worked for me on the page the seller organization. (Extension OrganizationCO)

OAMessageChoiceBean context =  (OAMessageChoiceBean)webBean.findChildRecursive("OrgProfileFlex0");
if ("someValue1".equals(context)) {
     OAMessageLovInputBean item1 = (OAMessageLovInputBean)webBean.findChildRecursive("OrgProfileFlex1");
     OAMessageTextInputBean item2  = (OAMessageTextInputBean)webBean.findChildRecursive("OrgProfileFlex2");
}
else if ("someValue2".equals(context)) {
     OAMessageTextInputBean item1 = (OAMessageTextInputBean )webBean.findChildRecursive("OrgProfileFlex1");
     OAMessageTextInputBean item2  = (OAMessageTextInputBean)webBean.findChildRecursive("OrgProfileFlex2");
}

However be careful to the;

If the structure of DFF or order FDF even activate change indicator, you must modify your code (the beans, the item id) also, otherwise you get a null pointer exception. That's why I always try to get the values of the current row of the vo.

Kind regards

Anil

Tags: Oracle Applications

Similar Questions

  • API for Descriptive Flexfields

    I was wondering if there is an automated way to create descriptive flexfields in forms. We have a FDF (Asset attributes) with potentially hundreds of segments according to the context. It would be very tedious to create. We could use Dataload but I was wondering if there is no other alternative. BTW, we're on 11i.

    Thank you

    Hello

    You can use FNDLOAD (please see the following documents for more details).

    Note: 316600.1 - download several FNDLOAD Flexfields
    Note: 74528.1 - how to download the single context using FNDLOAD for Descriptive Flexfield
    Note: 745689.1 - how to download A single Flexfield Structure using FNDLOAD?
    Note: 603036.1 - How can I determine the DESCRIPTIVE_FLEXFIELD_NAME be used during the FNDLOAD

    For the list of Oracle 11i API applications, please refer to:

    Oracle integration repository
    http://IREP.Oracle.com/

    Kind regards
    Hussein

  • Descriptive Flexfield showing is not the data in the table

    Hello

    We have install the descriptive flexfield "Receiving information" in accounts receivable (AR_CASH_RECEIPTS_ALL) to display extra information transmitted through the Lockbox Interface of receivables. It is only activated for 1 org_id particular and not based on any set of values. When import us data into the AR_CASH_RECEIPTS_ALL table through the interface data existing in these fields to attribute in the table does not appear in the de FACTO forces in the form of revenue. When changing the reception through the form and registration of reception data are also deleted from the table. After running a script to update to fill these fields again the data is displayed in the FDF in the form, then the form seems to behave normally (all changes are displayed in the FDF). It seems somehow the link between the FDF and the table is only "on" after you save the receipt via the form.
    Someone has come across something like this before and have an idea of what could be the cause? Don't know if this is the right forum for this kind of question, but seemed the most appropriate.

    Have you setup for the FDF contexts?
    I believe that this is happening because you are not populate the attribute_category correctly.
    Look at the field of attribute_category through SQL before opening the form.
    Open, and then save the form.
    Now, look at the value again.

    Hope that answers your question
    Sandeep Gandhi
    Independent consultant
    513-325-9026.

  • FNDLOAD for Descriptive Flexfield update

    Hey everybody,

    I wanted to just consult with you on something,
    I've updated a definition descriptive flexfield (relocated part of the segments of GLOBAL in a new context, I created = I removed from overall, that released the attributes again, and then I set the slot a new field of context for DFF).

    -To move this configuration to another instance, I download and downloaded through FNDLOAD, DFF.
    In a first time - update failed, due to the fact that the attributes used in the new context were held by global.
    So-
    My idea was to simply delete the definitions of all THE forces in FACT in the new instance and then use FNDLOAD for download.
    Turns out OK, and update seems successful.


    I'm afraid I just delete FDF definitions completely which will adversely affect something and I think I might be missing something here.
    (After all, if it's OK, why don't FNDLOAD remove the old definition during the process of updating and then create the new definition, as it does with the customizations?)

    Would love to hear your ideas before you do the same on the production instances...

    Thank you
    Aaron

    Aaron,

    I think that you should not remove a FDF, on the contrary, you will need to disable.

    Note: 176867.1 - Oracle Applications Flexfields's, frequently asked Questions (FAQ)--5. Can I remove a descriptive flexfield?
    https://metalink2.Oracle.com/MetaLink/PLSQL/ml2_documents.showDocument?p_database_id=not&P_ID=176867.1

    Have you tried using UPLOAD_MODE = REPLACE? This option replaces your current values with the values that you have in the file.

    If you want to download new items in the file that do not currently exist in your database, go "CUSTOM_MODE = FORCE" option.

    Kind regards
    Hussein

  • Oracle of learning management class additional information descriptive Flexfield

    Hello team,

    We have activated the additional class Information Descriptive Flexfield store class addition details, but we have not seen the value of de facto in class OLM screen, here is the configuration of the FDF screenshots. Could you let me know how to find the value of de FACTO in the class page.

    Additional Class Information DFF.jpg

    Additional Class Information DFF- Segments.jpg

    Thank you

    Riadh

    Hey, Raju.

    You will need to add personalization to the class details page that is read-only and editable class details page.

    There are two items that you will need to show:

    • Column default: additional information
    • Flex: (EventsDescriptiveFlex)

    The specific names of Document are:

    • / Oracle/Apps/OTA/admin/Event/WebUI/ViewEventPG
    • / Oracle/Apps/OTA/admin/Event/WebUI/EventMaintainPG

    I hope this helps!

    Anne

    --

    Anne Saulnier

    Thematise synergy

    http://www.synergycode.com

  • Is there a way to open the context-sensitive help in a new window with RH10?

    I'm linking my context sensitive help by using the RoboHelp_CSH.js file in my web application.

    The correct topic opens when I click on the help link, but it opens in a pop-up window. This causes problems in Firefox and Chrome (which blocks the popups by default).

    Is there anyway to force the contextual help topics to open in a new window?

    I tried to add

    < p > < A HREF = "(javascript:RH_ShowHelp(0,'http:/myurl/index.htm", HH_HELP_CONTEXT, 100) ' target = "_blank" > help < /A >

    which opens a tab empty in Firefox without content inside. And it works in Chrome either.

    Anyone encountered this? Any help is greatly appreciated.

    Thank you

    Colleen

    Hi and welcome to the forums.

    Using the RoboHelp API, it is quite an annoyance. (Read: great pains)

    Fortunately, there's a simple solution:

    http://MyURL/index.htm# ' > newwnd = false "target ="blank"> help

    This link does exactly the same thing, opens to aid in a new browser window.

    You may also be interested in my custom WebHelp API: http://www.wvanweelden.eu/blog/2012/08/03/custom-webhelp-apis

    Take a bow

    Willam

  • Execution context sensitive help

    I have read many topics on this forum I could find on this topic, read the pages of Peter Grainge with control, expanded my search to other areas of the web, even read the help of Adobe.  I'm still confused how to implement context senstive help using markers TopicAlias.  I hope someone has details.

    TCS 2.0 (RH8 integrated with FM 9) output is Webhelp

    All TopicAlias markers are presented and collected in HR as MapIDs.  I am the deduction is of these MapIDs is the same as TopicAliases.  So far so good?  I don't like digital HR MapID on rights holders.  I am interested in the TopicAlias recognized.  Reason being, I'm swapping the current configuration of WebWorks HR and must preserve the concept of the call using the sensntive context.  For example.  WebWorks uses a string such as:

    .. wwhelp/wwhimpl/js/html/wwhelp.htm? Context = project_user_guide & topic = topic_alias2

    I would like to keep the same format.  HR has a chain like that?  The closest I can say is that it's not.  I see topicaliases must be called using javascript or HTML, triggering the method using a url such as... / page.html #topic_alias_2.  We do not want to use the javascript method because the WebWorks method has been called by using a custom XML file that recognizes the topicaliases.

    I have provided enough details for people warned to get the picture?  Is there a method anyone know to make it work?

    Moreover, I also tried to create a new window and get context-sensitive help to be called using the method index_csh.htm #topic_alias.  That it produces a blank page.  I can't find any instructions how to get the CSH method buried as an obscure element HR to work (if that is an option here).

    Thank you very much in advance for any idea, anyone can provide.

    TT

    To custom windows (defined in the aid project), add ">" followed by the name of the window ("" / help/help.htm > mywin ' ") and it shows that you have missed the symbol" > ".

    Is all the elaborate help and the support in the CSH API

    Ashish

  • Context-sensitive help for objects on the tabs (bug?)

    If a command or the indicator is on a tab, the context-sensitive help for that apparently no longer works. It's particularly embarrassing for clusters of complicated example.

    Is there a workaround I'm mising?

    Example: This is the context for a cluster (A) and for the same cluster help when placed on a tab of the control (B). Case B is obviously completely useless.

    Hi Altenbach,

    It is true that it is not fixed for 2009.  I checked the condition of the CAR and it does not just he makes to the 2009 version.  It is always open and it looks like they still want to fix in the future, but no guarantee on which version.

  • Exhibiting in context sensitive help display bug

    Hello

    I found a bug, but just didn't know where to report so I'm posting it here. (What is the suitable channel for bug reports)?

    When I wriggle-over "before software final Position" on the property of an axis node SoftMotion, context-sensitive help contain this line:

    Valid values are between 0 and 253. The default value is 230.

    I was puzzled, because I use (successfully) values well beyond this range. In any case, I detailed assistance from opening and saw:

    Valid values are between 0 and 253. The default value is 230.

    It's a very big difference! Is it simply a typo, or a result of formatting stripped using the context?

    Hi JKSH,

    I presented the CAR #390204 to our R & D group for the survey.

    In addition, here a link to a page describing the process of bug reports.

  • Number of brackets next to the name of the Terminal in the context-sensitive help

    There, I noticed that I have the numbers in brackets next the terminal names to a VI in the context-sensitive Help window.  I think that this has happened at the time that I started to play with the VI Analyzer, but I don't remember for sure.

    Does anyone know what it is and how to hide them?

    Turn off VI script information in the pop-up Help window.  Options of-> VI Server

  • Adding a context-sensitive help for an Application

    Hi all:

    I was charged with the responsibility to determine if we can add context-sensitive help to demand of our company which is located on the BlackBerry platform.

    Is there a way to create and integrate existing help with BlackBerry online help pages. In Nokia's Symbian-based smartphones, you can create a help for your application and integrate it with the help of Nokia online; a new subfolder is added to the directory of existing aid.

    A similar feature is available on the BlackBerry platform? Is there an API that allows us to integrate our online help with the BlackBerry online help? Otherwise, what is the alternative to create an online help for a custom application?

    Any help/pointers would be much appreciated.

    Thank you
    Assani

    Application of standard help Blackberry cannot be changed. And it is not possible to add/modify the contents of the application.

    Implement your system by yourself.

    For example - as a set of text/html files embedded into your application locally on the web server.

  • Menu of context-sensitive help does not not for me

    With the help of Flash CC on my Mac. Connected to CC account.

    My understanding is that I should be able to highlight a term in the actionscript (like flash.display.Sprite) pane, and I should be able to control - click it, select "Show help" and take just for a useful article in the section help.

    But whenever I do that, need me just to the first page of the Web site using Flash (http://help.adobe.com/en_US/flash/cs/using/WSd60f23110762d6b883b18f10cb1fe1af6-7beba.html). Which leaves me with a huge amount of sort to find the appropriate help section.

    I'm doing something wrong? This feature simply not work? I have some obscure preference wrong somewhere?

    I seem to find any help for Flash or Actionscript is a frustrating and labyrinthine process. Very frustrating!

    It is often easier to simply go to the web somewhere - other than Adobe - to get an answer.

    Then, of course, if we are not asking a question, instead of getting a straight answer, I am usually related to some long, long, article that provides comprehensive information and what a response wave. It seems that people throw rather an encyclopedia to me that in order to provide a simple answer.


    You can download the files of help here: http://helpx.adobe.com/pdf/flash_reference.pdf

    context-sensitive help on windows that works, works with the online help.

    I don't have my mac flash cc activated this weekend, so I can't test there.

  • How to create a context-sensitive help when you move a field/menu drop down message

    Hello

    Anyone know how to create a message dialog box helps to appear when a user hovers over a field, a menu drop-down or a subform?  Rather than create a context-sensitive help. I want to be able to give the user a hint what to do they have their mouse over a part of the form.

    Thank you for your help.

    Best regards.

    You can make the text in the tool tip box in the accessibility to this palette.

  • Implementing context-sensitive help for WebHelp in web application.

    Hello

    I'm working on a help system for a web application. It will include context sensitive help triggered by an icon on the screen, and the subject is open in an iframe with a defined size. The developer has already implemented the iframe that appears when you click on the icons. It gives me the ID for the screens with the help of the icons as a java full qualified file name. I'm not sure what would be the correct process in RoboHelp to map the ID's for the subjects.

    1. can I create a map file using the list of the IDS of the developer send me? Would it not be in this format:

    #define Field_Name Java_File_Name

    2. I don't then add the ID to the help topic appropriate using pod folder contextual help in setting up a project?

    3. when I generate the layout I specify the map file I created above (.h extension)

    3. If the developer already put in place the size of the iFrame, is it correct that I don't need to create a custom window to configure size? Is it possible to put so two open shutters? (I think using the method above a pane opens with the link to the navigation pane)

    Thanks in advance,

    Joanne

    Hello

    Check the project configuration > context sensitive help > map files. You can assign IDS the developer send you to topics. If you want to play with the mapping files, you must create mapping files (.h) and the alias file (.ali). Just assign a unique ID to a topic and open these files with Notepad to see how you should format these files.

    Take a bow

    Willam

  • Context-sensitive help in the combined help files

    The same position is also in the forum of WinHelp.

    How context sensitive help working with the master - situation of the external help files?

    Here is my scenario:

    I have a master's degree. HLP, which connects to 5. External HLPs. I connected the. CNTs and index in the Master. I gave all the output files (6 sets of.) HLP, CNT. NEWSPAPERS and GID files) to the programmer and asked her to put them all in a single directory. Everything works well for the table of contents in the Master. HLP. In other words, these external link sections are listed in the table of contents and the content displayed is selected. However, when the application attempts to display the HCS to a subject in one of these related HLPs, the user receives the error 129 (the subject does not exist). But these CSH to a topic in the Master. HLP works very well.

    The programmer told me he puts the code in a registry for the CSH file look for the master. HLP only. And he cannot create multiple registry files or put multiple lines in this file of registry to search for multiple .HLPs.

    The application is developed in the form of Oracle and is hosted on a Windows XP machine as a Windows application. I use RH X 5. The project is a HR Word project.

    Is it possible to generate one. HLP to include everything? If so, how?

    Any suggestions?

    Thank you.

    I found a solution for my situation this morning.

    Just brought these subjects with the ID of the map and the map file to the Master.HLP. If I need to mod a few links to external links, exit works.

    Just need to get some sleep.

Maybe you are looking for

  • HP 250 G2: Administrator BIOS password reset

    Laptop HP 250 G2 bios administrator password should be reset to zero (without disassembling the machine itself). Used laptop computer, previous owner is not available. System off code 76082065. Help, please!

  • Unable to use the Disk Defragmenter tool in Windows XP

    Original title: I use windows xp why used my computer open the disk defragmentation If I try to open the disk defrag it says the file isint there.

  • Flickering line on monitor dv7 envy

    This is a repost from yesterday. For several days a thin horizontal line appears in the lower part of the screen on my envy laptop computer dv7 - Windows 8, Intel i5 processor - I bought in January 2013.The line flickers in various colors and is very

  • NAS200: Unable to connect to the Web Interface

    Just set up my new NAS200.  I could install two (2-1 TB disks, RAID1) disks and set the IP address.  However, I can not connect in the administration area of the drive to set up users, shared directories, etc..  The doc on the CD has no value. When I

  • rear audio Jack does not not HELP!

    Hey im currently on windows vista, my front audio jack is broken on my compaq presario CQ3040AN because my friend is triggered on a Jack already plugged into it. I think that part of the Jack may have violated in there, causing the computer always re