Requirement as PanelAccordion- af:region- showDetailItem hierarchy

Hi,
I have a requirement as follows.
I need to have a panelAccordion enclosing a region which in turn enclosing a showDetailItem. I can't have showDetailItem outside the region under panelAccordion as I have some rules to be applied to the region. So let's say, the region is not displayed for some user according to the rules I specified, then I see empty showdetailItem (without content) which looks odd.
Please tell me if there a way around?
Thanks,
Naveen.

The following is the code snippet which works. But, the rules I specify apply to only region and not the showdetailitem.
<af:panelAccordion id="CRPA" styleClass="AFStretchWidth" discloseMany="true" inlineStyle="height:1000px;">
<af:showDetailItem disclosed="true">
<af:region value="#{bindings.d_TV_ITEM_DL_SPEC_PAGE_TUNERS_TF_Public.regionModel}" id="CTXRN1"/>
<spacer width="10" height="10" id="sp1" xmlns="http://xmlns.oracle.com/adf/faces/rich"/>
</af:showDetailItem>
<af:showDetailItem disclosed="true">
<af:region value="#{bindings.d_TV_ITEM_DL_SPEC_PAGE_Resolution_TF_Public.regionModel}" id="CTXRN2"/>
<spacer width="10" height="10" id="sp2" xmlns="http://xmlns.oracle.com/adf/faces/rich"/>
</af:showDetailItem>
<af:showDetailItem disclosed="true">
<af:region value="#{bindings.d_TV_ITEM_DL_SPEC_PAGE_PHYSICAL_CHARACTERISTICS_TF_Public.regionModel}" id="CTXRN3"/>
<spacer width="10" height="10" id="sp3" xmlns="http://xmlns.oracle.com/adf/faces/rich"/>
</af:showDetailItem>
</af:panelAccordion>
I tried having showdetailItem inside the region, then the panelAccordion section is not rendered with the content in the UI
<af:panelAccordion id="CRPA" styleClass="AFStretchWidth" discloseMany="true" inlineStyle="height:1000px;">
<af:region value="#{bindings.d_TV_ITEM_DL_SPEC_PAGE_TUNERS_TF_Public.regionModel}" id="CTXRN1"/>
<spacer width="10" height="10" id="sp1" xmlns="http://xmlns.oracle.com/adf/faces/rich"/>
<af:region value="#{bindings.d_TV_ITEM_DL_SPEC_PAGE_Resolution_TF_Public.regionModel}" id="CTXRN2"/>
<spacer width="10" height="10" id="sp2" xmlns="http://xmlns.oracle.com/adf/faces/rich"/>
<af:region value="#{bindings.d_TV_ITEM_DL_SPEC_PAGE_PHYSICAL_CHARACTERISTICS_TF_Public.regionModel}" id="CTXRN3"/>
<spacer width="10" height="10" id="sp3" xmlns="http://xmlns.oracle.com/adf/faces/rich"/>
</af:panelAccordion>
and the region <af:region value="#{bindings.d_TV_ITEM_DL_SPEC_PAGE_TUNERS_TF_Public.regionModel}" id="CTXRN1"/> has the showdetailItem inside.
Thanks,
Naveen.

Similar Messages

  • PanelAccordion- af:region- showDetailItem

    Hi,
    I have a requirement as follows.
    I need to have a panelAccordion enclosing a region which in turn enclosing a showDetailItem. I can't have showDetailItem outside the region under panelAccordion as I have some rules to be applied to the region. So let's say, the region is not displayed for some user according to the rules I specified, then I see empty showdetailItem (without content) which looks odd.
    Please tell me if there a way around?
    Thanks,
    Naveen.

    Hi,
    doesn't work this way. Instaed add the region into showDetail and set the showDetail rendered property to EL checking if user has permission to access the task flow exposed in a region
    #{securityContext.taskflowViewable['target']}  
    target is of type: WEB-INF/<optional folder>/taskflow-name#taskflow-id
    See this to learn more about security EL expressions
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/AdfSecurity/AdfSecurity.html
    Frank

  • Requirement for Pricing - When region is AR

    Hi Gurus!
    I have done this before so wanted to get some help on this "Requirement for pricing". I need to create  a new Pricing requirement . Basically a new condition table A123 has been created for Access Sequence ZSDR and I was asked to create a new requirement for pricing for sme which teh SD people would fill the requirement number that I create in that. This required for a partcular region "AR', which I believe is that when the region is 'AR' this prcing requiremnt should folow. I am not sure at all as how to go about and would require you help if someone has done tihs type of thing before.
    The details that I ahve been given are as follows:
    Key conbination : Sales org/ material group 4/Customer
    Below are the required fields for this transaction
    Sales Org u2013 CA03
    Material Group u2013 ZTR
    Valid On u2013 defaults to todayu2019s date
    Customer
    I need to create a new Pricing requirement with this. Could someone please help me out with this?
    Thanks,

    I have been able to create a new requirement under the pricing and numbered it 927. Then I activate it and after that I ran the program  RV80HGEN to activate all the routines. It says there is no main program for the routine RV61A927. I even checked the include program RV61ANNN and it does show my new routine there but above that it does not show in the Function tgroup that it exists. Is there a way I can activate it or include it so that it gets attached to the main program?
    Thanks

  • How to create a hierarchy in Regional Structure and how to use it

    Hi,
    Please guide me how to create a Political Region Structure hierarchy and how to use it.
    Thanks and Regards

    Hi,
    Thanks for reply please.
    I request you to please copy paste all the possible information here. It will be a great help.
    I hope you understand why we can not provide our id on this forum.
    Please guide.
    Thanks and Regards
    Edited by: MP Vashishth on May 18, 2009 7:14 AM

  • Dynamic Regions w/Train Component

    I'm working on a web app (JDeveloper 11g) where one page has a dynamic reqion with a task flow associated with it that sets the fragment for the view. Most of the fragments for this region use a page template with a train component. Navigation using the train component mostly works fine- the fragment is replaced by a new fragment each time a train link is clicked.
    However, one fragment contains another dynamic region. I tried to set the scope of the bean managing this region to viewScope, but I get a popup message in the browser "viewScope.myManagedClass.dynamicTaskFlowId" is invalid" when I click the train component link for the fragment. I get a similar error if I set the scope of the bean to session or pageFlow. Only when I set the scope to backingBean or None do I avoid the error message.
    But then another problem occurs. One of the fragments in the flow for the inner region has a panelAccordion with several showDetailItems consisting of selectManyCheckboxes. The panelAccordion doesn't list anything, and locks up if I try to open or close any showDetailItem. This behavior is similar to when the scope for the bean managing the flow is not set to viewScope or higher.
    In stepping through the code, I noticed that the outer region's flow code runs after the inner region's trigger event code that sets the inner region's taskFlowId, but before the inner region's flow code, so the inner region's taskFlowId setting is lost. I tried throwing the setting into session context and retrieving it, and that almost works. If I actually select any of the selectManyCheckboxes, they are lost once I move to a different fragment in the inner region.
    Does anybody have any ideas on how to I get this page working, alternatives to the approach I'm taking, settings I should check, and/or any reference material I could consult?
    Thanks in advance!
    Edited by: tmurphy on Jul 6, 2010 3:30 PM

    Hi,
    However, one fragment contains another dynamic region. I tried to set the scope of the bean managing this region to viewScope, but I get a popup message in the browser "viewScope.myManagedClass.dynamicTaskFlowId" is invalid" when I click the train component link for the fragment.
    Is the managed bean defined in the metadata definition of the bounded taskflow that you load ? Note that bounded task flows are only initializing their managed beans when they are loaded. If you define the managed bean in the parent bounded task flow then the viewScope also is the one of the parent flow. Appears as if this is the problem you describe
    Frank

  • Dynamically Selecting Hierarchy Nodes for each year

    Hi All,
    I have a strange query requirement. I am having a hierarchy which is divided based on region, quarter  and marketing campaign.
    Like below:
    APAC
             2010 Q1
                   Brand Marketing                      M09/2010-000074 (Node Technical Name)
                   Brand Advertising                   M09/2010-000075 
                   Events                                     M09/2010-000082
    EMEA
             2010 Q1
                   Brand Marketing                     M09/2010-000084
                   Brand Advertising                  M09/2010-000085
                   Events                                    M09/2010-000086 
    NA
        2010 Q1
                   Brand Marketing                     M09/2010-000098
                   Brand Advertising                  M09/2010-000099
                   Events                                    M09/2010-000106
    In my report output, I need to display the data in the below format. The Brand Marketing is cumilative of all regions (APAC, EMEA, NA).
                                                   Approved Amt
    Brand Marketing                    $2000
    Brand Advertising                 $1300
    Events                                   $8430   
    But my issue is next quarter the node technical names will change. So next quarter, my query should pick the nodes of current quarter based on node description.
    Right now what we are doing is hard coding in query the node technical names and modifying the query definition every quarter. After that download the query in Excel and apply excel formulae to cumulate the Brand Marketing, Brand Advertising, Events of all the regions. Then we will mail those files to Users.
    But we want to avoid that manual activity.
    Is there any way that we can enable query pick the marketing campaigns of current quarter and cumulate then for all regions
    Please let me know whether there is any alternative.
    Thanks

    Hi John,
    We are having a level based hierarchy, so the member key settings are disabled. Will they be helpful in case of level based hierarchy?
    Thanks,
    Sreekanth
    Edited by: JUPS on Sep 13, 2011 11:00 PM

  • Rotuine for Region for Group of Sales office

    Hello ,
    I have a requirement to show the Region and Sales office in the ODS Order: Condition Data 0SD_O05 .
    From the Communication Structure of 2LIS_11_VAKON we are getting the Sales Office codes values.
    My requirment is to add a Region into the ODS 0SD_O05 and then populate its value for example
    WR ( West ) when the sales offices are 216 to 260.
    So I have added infoobject ZREGION into the ODS
    and now want to write a routine on it in Update Rules of  2LIS_11_VAKON of ODS 0SD_O05.
    Note that for 0SALES_OFF there is only Text Table and do not have  any attributes.
    Could anyone provide me a sample code for it.
    Thanks in advance.
    Regards ,
    Amol K.

    Hardcodeing stuff like this is short term and prone to problems when offices move or change locations  - have your architects thought about using a BW manual hierarchy on Sales Office - groupign them into "Regions"?
    Then you dont need to have any code

  • Using a hierarchy but also showing work orders that are not in hierarchy

    good morning bi people,
    i have a requirement to show data from a hierarchy which includes Operation and Maintenance information. for example it has an account broken into labour/material/trucking and below this is the pm acivity type and secondary cost element (concatenated). this hierarchy is a manually created hierarchy that is uploaded to BW and is not in ECC. The users do not want to see the concatenated field at the end of the hierarchy, but instead, want to see the Work Orders that have the PM activity types.
    At the present time, we have the report using the hierarchy but we need the work orders to replace the pm activity type/secondary cost element concatenated field. the work order field is a free characteristic and when we drag in the work order in analyzer, it works correctly.
    1) is this possible to use the hierarchy and somehow map the work order field to the end of the hierarchy within crystal?
    2) do you have a suggestion to change the hierarchy, without being a manual nightmare?
    all conversations are welcome.
    Erik

    Good Day Ingo,
    i have created a word document with screen shots of the hierarchy from BW, a screen shot of the BEx showing the free characteristic of Maintenance Order and a screen shot of the crystal report with the PM Activity type concatenated to the Cost Element. Once again, we do not wish to see the concatenated field, but rather see the Maintenance orders that have a PM Activity type the same as the concatenated field. 
    here is the link.
    https://docs.google.com/viewer?a=v&pid=explorer&chrome=true&srcid=0B1j5hXTptfntYWI1MDUzNGEtY2MxNy00YmMzLWJjZjEtZDA4OGZiYmMyNzFh&hl=en&authkey=CKq4xcgJ
    thanks Ingo,
    Erik

  • Attachment issue --very urgent help  required

    Hello friends,
    1)i have create page and deatal page . requirement is that we have to load required attachments in table region, if not loading required attachments exception will raise. this validation is working fine in create page.
    2)same in detail page i loaded required attachments also excepiton is raising.
    waht would be cause. i am very new to ADF technology.
    very urgent to fix this issue. any one help me out.
    Thanks,
    vamshi.
    Edited by: Krishna Vamshi on Jul 1, 2010 6:14 PM

    Kirshna,
    Unfortunately your question is very unclear.
    Let me say that if you are asking about OA Framework, you should ask on the OA Framework forum, not here.
    also excepiton is raising.It will help if you say what the exception is.
    John

  • Region wise report

    Hi BW experts,
    Can any one suggest me as per my requirement. the requirement is sales report region wise .
    if the user executing north region the north region cities values displaying and but south region cities showing blank under north and there is no hierarchie maintained is it possible in bex level.here shoukd not come under south cities blank valuyes under north region.
    region   cities    priamry sales
    noth      delhi        200
                 noida       300
                 gurgaon  400
                hyderbad  ....
                bangalore  ....
                 chennai    ....
    Here my requirement is hyderabad,bangalore, chennai should not display under north region. Any one suggest me on this issue.
    Regards
    Rk

    Hi,
    One solution would be to restrict each region structure on city names in that region instead of region names.
    Is the zero suppression not working? That would be a simpler solution in this case. In case it is not working, and you have set suppression for 'Rows' with 'Active(All Values = 0)', click on ur structure (key figure structure too) and check the Suppress Zero checkbox in display tab.
    Please let me know if you need further assistance.
    Thanks,
    Abhishek.
    Edited by: Abhishek Rajan on Nov 6, 2009 11:55 AM

  • Support for Indian Regional languages in OBIEE 11g

    Does OBIEE 11g support Indian regional languages like hindi, tamil, malyalam etc ?

    Dude,
    NO,it doesnt support any languages mentioned :d ...Y u got this doubt?? any specific requirement to do in regional languages.
    I dint hear anything of that sort,did you come across.
    Hope helps you.
    Cheers,
    KK
    Edited by: Kranthi on Jan 13, 2011 3:21 AM

  • How to add custom region in Talent profile page?

    Hi All,
    I have a requirement to add custom region in Talent profile page.
    I have gone through oracle documentation for this but unable to do it.
    Can any one give some steps to do that with some example.
    Any help will be highly appreciated.
    Thanks & Regards,
    Sunita

    You can make a Custom Region and then Associate to a Custom Function.
    There are two function(seeded) HR_TP_EMP_MORE_LINK, HR_TP_MGR_MORE_LINK seeded function .
    You can include your custom function in Parameter of above seeded Function.
    Hope it Help you.
    Thanks

  • Refreshing only certain Region in APEX.

    Hi Frenz,
    I have a requirement like this. I want to refresh only certain region in the Page and not the full page.
    Detailed Requirement: I have 2 region in Parent window.
    I am entering a value in parent window in the First region. so the child window gets Populated.
    I am entering some values in child window. so that those information has to get added into 2nd region of the Parent window. So i am refreshing the Parent window from the Child window. Now the information what i entered in the 1st region of the Parent window gets vanished. I want to retain that information also.
    Any Suggestions....

    Hi Rana,
    Thanks for your reply.The region which i dont want to refresh is not made up of ITEMS. It is a SQL QUERY REGION from Dual.
    More over i dont want to refresh the region Partially all the time.
    In the Pop up window if i pressed one button it has to refresh partially.
    If i press another buttom the Entire window has to get refreshed.
    Regards,
    Baaju

  • Hierarchy across different dimension tables?

    Hello
    I have a situation here..
    I have Dim1 and Dim2. They are both M to M relationship to each other. Therefore, I introduced a mapping table called Mapping_F in the middle. So the relationship looks like this:
    Dim1 ---> Mapping_F------> Dim2.. Dim1 and Dim2 don't have any common keys to join directly...
    Now in reality, 1 dim1 can have many dim2, 1 dim2 can also have many dim1 attribute...
    We have a requirement, which is to create a hierarchy drill-down on report featuring Dim1 and other measures.. User can click on Dim1 and it will display the measures for all of the dim2 stuffs under this dim1 attribute value..
    This would require creating a hierarchy that goes from Dim1 to dim2, however, based on the existing model, how can this be implemented?
    Any suggestion will be greatly appreciated..
    Thanks

    You can try creating 2 different reports and navigate from one to another using navigate or Go URL

  • Question about Hierarchy mapping

    Hi all,
       We have 2 hierarchies (Say A and B). The 4th node of Hierarchy A has the same value as Node 1 of hierarchy B. We have a reporting requirement where we have to display1 hierarchy combining Nodes 1-4 of Hierarchy A followed by Hierarchy B. Please provide ways/guidance to achieve this on BW back-end.
    Regards,
    Joy

    u can see the dependencies button only after u have done mapping between your source and target structure.
    it is basically to check out which fields  of source are mapped to which fields of target.
    first do the mapping between source and target.
    then probably you should be able to see the button.

Maybe you are looking for

  • Can i create a playlist for someone else ?

    I want to create a playlist for a friend who's going travelling, how do I do this ?

  • [extending fireworks] mouse wheel in flash panel

    Hello I'm developing flash panel for fireworks and can't manage to make mouse wheel work stage.addEventListener(MouseEvent.MOUSE_WHEEL, onMoeseWheel); doesn't work for some reason, could you please help me figure out why? it works when I'm testing ou

  • Joins across multiple databases using jdbc

    I have two databases, Access and Oracle. I can read and write to them, but now I need to execute an outer join. How would I construct the join in Java? I'd also like to store the result in Access. Thanks in advance.

  • HEEELP: Recreate procedure for Essbase.sec file in 11.1.2.0

    Hi, What is the procedure to re-create Essbase.sec file in Essbase 11.1.2.0 environment.... In older versions it was used to delete Essbase.sec, start Essbase server and it was recreated an empty essbase.sec file.. But in 11.1.2.0 with Shared service

  • Time Machine and Iomega Home Network Drive (error 45)

    I purchased and installed a Iomega 2TB Home Network Drive today primarily for usage with OS X and Time Machine. I tried to create a Time Machine backups from two different computers and both returned the error The backup disk image "/volumes/backups-