Cascaded objectives

Hi all,
We have a question regarding cascading in SSM. We are wondering is it possible to cascade two objectives from one objective.
For example, we have a goal named Expenses and two other goals that are cascaded from Expenses. We would like to use the goal Expenses in one context and other two objectives (that are both cascaded from Expensess) in a different context. But it appears that we can only select one of them. Why is that so? is this the way that cascading works? And how can this cascading be seen on BSC?
Thank you all in advance.
Best regards,
Petra

Petra,
Yes you can cascade more than one objective from a single top level Objective but you are right that only one of those Objectives can appear in a single lower level context.
When you go to the Scorecard Comparison you will see the top level Objective in one column and then your cascaded Objectives at the same level in the columns for their Contexts. I have used generic names in the image for the names of the Objectives and their cascaded objectives. In this instance each of the Objectives has different KPIs.
If you really need to have 2 cascaded Objectives in the same context then could you use 2 (or more) Index KPIs in the single cascaded Objective in the lower level contexts? Not quite the same but may do the trick.
Hope this helps
Regards
Colin

Similar Messages

  • How to iterate Cascading Object List?

    Hi All,
    I faced an issue when iterate a List like below,
    class Program
    private List<Question> questionList = new List<Question>();
    // Add serveral questions in questionList.
    static void Main(string[] args)
    // Currently, I got a Question instance. and I will loop in questionList. Since as you can see, the Question Object is a Cascading object.
    // How to Loop the question the Question List.
    public class Question
    public List<Question> Questions { get; set; }
    public string Title { get; set; }
    public string Score { get; set; }
    Thanks a lot.

    Hi All,
    Sorry for my bad English. I am not a native English Speaker. What I want to do is remove the item in the Question list.
    List<Question> QuestionList = new List<Question>();
    Question Q11 = new Question()
    Title = "1.1",
    Score = 5,
    Question Q12 = new Question()
    Title = "1.2",
    Score = 5,
    Question Q13 = new Question()
    Title = "1.3",
    Score = 5,
    List<Question> Q13List = new List<Question>();
    Question Q131 = new Question()
    Title = "1.3.1",
    Score = 5,
    Question Q132 = new Question()
    Title = "1.3.2",
    Score = 5,
    List<Question> Q132List = new List<Question>();
    Question Q1321 = new Question()
    Title = "1.3.2.1",
    Score = 5,
    Question Q1322 = new Question()
    Title = "1.3.2.2",
    Score = 5,
    Question Q1323 = new Question()
    Title = "1.3.2.3",
    Score = 5,
    Q132.Questions = Q132List;
    Q13List.Add(Q131);
    Q13List.Add(Q132);
    Q13.Questions = Q13List;
    List<Question> Q1List = new List<Question>();
    Q1List.Add(Q11);
    Q1List.Add(Q12);
    Q1List.Add(Q13);
    Question Q1 = new Question()
    Title = "First One",
    Score = 25,
    Questions = Q1List,
    Question Q2 = new Question()
    Title = "Second",
    Score = 25,
    Question Q3 = new Question()
    Title = "Third",
    Score = 25,
    QuestionList.Add(Q1);
    QuestionList.Add(Q2);
    QuestionList.Add(Q3);
    // The question need delete in Question List. How should I found the Question in the QuestionList.
    Question needDeleteQuestion = new Question()
    Title = "1.3.2",
    Score = 5,
    Thank you very much guys for your help.

  • Olap Universe Based on BEx Query - Cascading Prompt

    I need to get two prompts: 1) Division 2) Group. Division has to be selected first and then Group. I understand I have to create cascading prompt. In the universe, in default hierarchy, group stands before before division. I have created a custon hierarchy like: Division, Group. I used Tools -> List of Values ->Create cascading list of values and then selected the right dimensions and then clicked on Generate LOVs. Then I have exported it to the repository. But I cannot see any reflection at the report level. So, some questions came in my mind:
    1) Where can I check in the universe whether my cascading prompt has been created or not ?
    2) I am using L01 Dimension. But underneath, there are two dimensions called LovDivision and LoVDivisionBase which are in Italic. I believe integration kit creates this. It is the same as Group. So, my question is: Am I selecting the right dimesnsions ? Or, should I select those in Italic.
    3) Actually, these two prompts (variables) [along with others] are already created in BEx which I can see in my report. My plan is, if my cascading prompts work, I will tell the BW developer to remove those two. Do you think that these existing prompts are creating any problem.
    I would really appreciate your response.

    Hi
    1) Where can I check in the universe whether my cascading prompt has been created or not ?
    Have you entered the cascading object in the  webi query condition.At the run time  it will generate  hierarchy in the tree structure.
    2) I am using L01 Dimension. But underneath, there are two dimensions called LovDivision and LoVDivisionBase which are in Italic. I believe integration kit creates this. It is the same as Group. So, my question is: Am I selecting the right dimensions ? Or, should I select those in Italic.
    correct you are using right objects L01.By mdx driver it will create by default L00 and L01 objects.neglect the Lo00 objects.You can  hide them in the universe or go to refresh structure and their is option to replace L00 definition with some other definition.
    3) Actually, these two prompts (variables) along with others are already created in BEx which I can see in my report. My plan is, if my cascading prompts work, I will tell the BW developer to remove those two. Do you think that these existing prompts are creating any problem.
    By default  when you are creating universe based on the mdx drivers it will convert Bex query filters in the universe condition as mandatory filter  and applied on the full universe.
    You can go to the universe condition and open the condition and unchecked the option  from their and after that these will not prompt in the webi query.
    Thanks,
    Amit

  • Cascading prompts are not working after UNX conversion.

    Hi,
    We have converted universe to UNX format, but after conversion the cascading prompts are not working. Following is the one of the example of the cascading prompt which is having issue:
    We have cascading object named u201CGroup - Deviceu201D as below:
    CONCAT(CONCAT(@select(Performance Management\Group\Group Name),' - '),@select(Performance Management\Device\Device Name))
    In the SQL Assistance windows, validate button properly validates this object.
    Based on the above object, we have filter named u201CEnter/Select Group u2013 Deviceu201D with following definition:
    @select(Performance Management\Performance Reporting Objects\Performance Custom Dimensions\Group - Device) In  @prompt('Enter/Select Device Names','A','Performance Management\Performance Reporting Objects\Performance Custom Dimensions\Group - Device',Multi,Free,Not_Persistent)
    When I click on the validate button for this filter, it doesnu2019t says whether the expression invalid or valid. It does not return anything. I checked the error log windows of IDT and it shows below error once we validate the above filter:
    Message: Unhandled event loop exception
    java.util.ConcurrentModificationException
         at java.util.AbstractList$Itr.checkForComodification(AbstractList.java:372)
         at java.util.AbstractList$Itr.next(AbstractList.java:343)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getScriptWithAnswers(ParseExpressionServiceImpl.java:753)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getGeneratedScript(ParseExpressionServiceImpl.java:695)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getGeneratedScript(ParseExpressionServiceImpl.java:673)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getObjectSQLCombinations(ParseExpressionServiceImpl.java:369)
         at com.businessobjects.semanticlayer.qt.internal.ParseExpressionServiceImpl.getWhereParseSQL(ParseExpressionServiceImpl.java:298)
         at com.businessobjects.bimodeler.universe.panes.properties.ExpressionParserSQLBindings.parseExpression(ExpressionParserSQLBindings.java:58)
         at com.businessobjects.bimodeler.shared.dialogs.expression.ExpressionEditorComposite$7.widgetSelected(ExpressionEditorComposite.java:330)
    This problem is for all the cascading prompts, and only single level prompts are working after conversion to UNX.
    Can anyone please help on this? Am I missing any manual changes which are mandatory after UNX conversion for this to work.
    Thanks,
    Nilesh

    Hi Henry,
    Thanks for your reply. Yes I have raised SAP ticket for this.
    We are at BI 4.0 SP2 Patch 12.
    This problem is for all the cascading prompts which created using objects which are having u201CLOV based on Query Panelu201D, it doesnu2019t return the results, when I edit the LOV > edit the query and then click refresh to see the data, the refresh button does not appear.
    So I tried creating u201CLOV based on a custom hierarchyu201D as indicated in SAP note u2013 1666504 but it also doesnu2019t work. I used the object (that uses the LOV based on a custom hierarchy) to create the new cascading prompt, when I used this prompt in WEBI report, it only displays prompts for first value and not the second based on first input.
    I searched SAP KB and found this note u2013 u201C1620378 - Cascading (nested) prompts are not working for Web Intelligence reports in BI 4u201D which describes bug related to cascading prompts in unv as well as unx. But I am not sure if itu2019s the same which I am getting.
    Thanks,
    Nilesh

  • SSM 10.1 Cascaded Scorecard

    Hi SSM 10.1 Experts,
    for people who have had the opportunity to work SSM 10.1, I want to ask you a question related to
    the impact of cascading the scorecard, which is mentioned in the documentation as a new possibility.
    Thanks a lot.

    Ingrid,
    What do you want to know about cascading?
    You can cascade the contexts within SSM so that they stretch from the Corporate level to the departmental or business unit level. The relevant filters placed on dimensions will ensure that the data matches that level of the organisation.
    Within SSM you can also cascade Objectives and Initiatives. When cascading Objectives you are saying that Objective A is supported by Objective B in the context of a lower level and an Objective B may support that same Objective in another context on that lower level.
    Similarly you can cascaade Initiatives so that the initiative in Context A is 'copied' into the contexts at the lower levels and you can reassign responsibilities and budgets.
    Does this help?
    Regards
    Colin

  • Talent Management - Objective Setting Aprpoval - One more Level

    Hi,
    Objective Settings to be approved by both immediate manager and the second higher manager. But, now, only the immediate manager can approve it. I read the doc id Note:550338.1. But, is there any workaround for this? Can we attach custom workflow to this? so that it goes to second higher manager for approval?
    Thanks in advance

    Hi
    We have had this discussion outside the forum, but I have added my comments here in case they are useful to others.
    I have read note 550338.1 and I think you would wait a long time for this to be made part of the standard process!
    The objectives setting process is either PARALLEL or CASCADING. PARALLEL means that the employee starts the process and the manager has to ‘agree’ the objectives. This agreement is done as a task in the PMP, rather than a response to a notification for approval.
    I guess I need to understand WHY you need 2 approvers?
    If you use the CASCADING model, then you are cascading objectives down from the top of the organisation and adapting them to lower level conditions. For example, CEO says ‘cut costs by 10%”. This objective might translate to ‘Cut Supplier costs by 10%’ when given as an objective to the Finance Director. He then sets objectives to his subordinates and links them to his own. For example, he sets the Purchasing Manager the objective of “Renegotiate contracts with suppliers”.
    When you use cascading, you are implicitly approving the objectives because they are created from the top down.
    You asked if you could create a custom workflow to control the second approval. Even if you did this (which I would not recommend), you would have problems with the way that the tasks are sent to and from managers and employees. I don’t think the user interface would support this.
    As with all e-Business Suite implementations, the art is to make use of what it does well and not to customise the bits that don’t do what you want! This invariably leads to trouble!
    Hope this helps
    Regards
    Tim

  • Talent Management requirements

    Hi,
    I am new to HRMS and the first assignment that I have to do is to setup Performance Management for the business.I have gone through teh talent Management document.
    I would like to know what aspects should I consider while implementing Talent Management.Are there any standard questions to be clarified from the client?
    Also does anyone ahve a sample set of Requirement document for this?
    Appretiate any response

    This is a very complex question! I'll try to answer as much as I can.
    Firstly, consider what your customer's requirements include. For example:
    Will competncies be used? If so,
    Do you need to define a competency framework or does one already exist?
    Will competencies be managed inside or outside of appraisals (or both)?
    Whic competencies will be managed inside appraisals?
    Will competencies be linked to work structures (e.g. BG, ORG, Job, Position)?
    Will competencies be used in OLM?
    Will Objectives be managed? If so,
    Will you cascade objectives (i.e. set objectives at the top of the organisation and cascade them downwards)?
    Will objectives be 'parallel'? (ie.e managers and employesse manage their own objectives between them).
    Will objectives be part of te appraisal process?
    Will you have a library of objectives which can be shared?
    What form will your appraisal process take? For example,
    Will managers begin the appraisal process or employees?
    How many appraisals will their be in a year?
    Do you need questionnaires in the appraisal? Usually you do if the standard functionality
    How long will you plan last?
    Will differenct groups of people have different plans?
    As I said, a lot to think about!
    Regadrs
    Tim

  • Implementation timeframe for Oracle HRMS Performance Management

    Hi all,
    If an organization already implemented HR, Payroll, OTL, Learning Management, SSHR et. and is now planning to implement Performance Management, how long would it take to implement this piece? We're talking about close to 3000 employees here. Thanks for your response. No customizations and out of the box functionality is the goal.
    Regards,
    SSR

    Hi,
    This is an interesting question. I believe the range of functionality used will influence it greatly. If you are looking at standard appraisals, then the period may be shorter (probably three months). However, if you are looking at PMP (seeding appraisals , cascading objectives, separate objective update throughout the year etc) I think the time will be more. (4-5 months)
    Also, from experience, I do know that requirement gathering will be a time-consuming process unless the company already has an online template for doing appraisals (even if it's just an excel sheet)
    Regards,
    Vinayaka
    Edited by: Vinayaka Prabhu on Jul 22, 2012 9:03 PM

  • Difference between 'Add new & align' vs duplicate & align

    Can someone pls enlighten me : need to understand the difference between 'Add new and Align' and 'Duplicate and Align' while cascading objectives in Oracle Performance Management / Talent Management.
    Edited by: 906584 on Jan 7, 2012 12:22 PM

    "Add new and align button" to create a new supporting objective "‘Objective Name : You can Rename for Worker".
    This objective is cascaded to both workers and Manager.
    "Duplicate and Align’ button" : An exact duplicate of the topmost manager’s objective is created and cascaded to the worker.
    Thanks, Avaneesh

  • "Cascading" Serialization / Object writing

    I skimmed over the relavent area of the Serialization specification (or what I thought to be relavent) and I couldn't find out if Serialization / object writing "cascades" (I only saw it mention this concept with respect to super/subclassing).
    For Example:
    Say I have an object X which has an ArrayList or Hashtable containing multiple object Y, and each object Y has another ArrayList / Hashtable containing object Z...
    Question:
    If I call and writeObject on object X, will it write the full contents (in general) of each object Y, and subsequently each object Z (assuming X, Y, and Z all implement Serializable)?

    Yes. It's right there in [1.1|http://java.sun.com/javase/6/docs/platform/serialization/spec/serial-arch.html#6428]: 'When an object is stored, all of the objects that are reachable from that object are stored as well.'

  • Drop table- is it done in cascade-way for related objects

    If i drop database table, then will everything related to that table be dropped/erased?
    I mean will the table constraints be removed from system tables, wil lthe grants be revoked/deleted from schemas that had grant on that table, and so on?

    Yes,
    drop the table directly but take care of dependencies!
    if you are not 100% sure, you can rename the table:
    alter tabletodrop rename to ifwheredropped;and check all invalid objects:
    select * from all_objects where status!='VALID'and recompile them .. and check if you'll still have dependencies (errors)

  • Get('XML') doesn't work, but get() does in javascript - CASCADING LOVs

    I'm trying to get cascading LOVs working in Apex 3.1.0 in Oracle 11g. When I call get.get('XML') it returns null in firefox and empty string in IE6. If I change it to call get.get() then it returns the XML as a string into Javascript.
    The Application process is getting called in both scenarios as i've put PL/SQL logging to disk in order to prove it. The XML being returned is very basic so i'm sure it's not a problem with formatting. I'm not getting any exceptions thrown in javascript either.
    Is it possible to use get.get() and then convert the text into an XML object which is returned as per get.get('XML') which at least will allow me to get something working ?
    thanks
    &lt;script language="JavaScript" type="text/javascript"&gt;
    function getBusinessFieldJS(pThis, pSelect)
    alert('getBusinessFieldJS');
    try
    var l_Return = null;
    var l_Select = html_GetElement(pSelect);
    var get = new htmldb_Get(null, html_GetElement('pFlowId').value, 'APPLICATION_PROCESS=GET_DATA_FIELDS_XML', 0);
    /*get.add('F120_GETBUSINESSFIELD_ITEM',pThis.value);*/
    gReturn = get.get('XML');
    alert('gReturn=' + gReturn);
    alert('gReturn.value=' + gReturn.value);
    if (gReturn == null)
    alert('gReturn is null');
    if(gReturn && l_Select)
    var l_Count = gReturn.getElementsByTagName("option").length;
    alert('l_count='+l_Count);
    l_Select.length = 0;
    for(var i=0;i&lt;l_Count;i++)
    var l_Opt_Xml = gReturn.getElementsByTagName("option")+;+
    + appendToSelect(l_Select, l_Opt_Xml.getAttribute('value'),+
    + l_Opt_Xml.firstChild.nodeValue)+
    + }+
    + }+
    +
    get = null;+
    + }+
    + catch (e)+
    + {+
    + alert('Exception : ' + e);+
    +
    }+
    +}+

    Hi,
    I've been trying to replicate your problem here: [http://apex.oracle.com/pls/otn/f?p=37055:1]
    My application process is:
    BEGIN
    OWA_UTIL.mime_header ('text/xml', FALSE);
    HTP.p('Cache-Control: no-cache');
    HTP.p('Pragma: no-cache');
    OWA_UTIL.http_header_close;
    HTP.prn('<select>');
    HTP.prn('<option value="-1">Please Select</option>');
    HTP.prn('</select>');
    END;(Just copied from your post and XML changed to xml, otherwise untouched)
    And my page has a simple HTML region with the source of:
    &lt;div id="XMLOUTPUT" style="border:1px solid blue; width:200px; height:200px;"&gt;&lt;/div&gt;
    &lt;div id="XMLOUTPUT2" style="border:1px solid blue; width:200px; height:200px;"&gt;&lt;/div&gt;
    &lt;script type="text/javascript"&gt;
    function getMyXML()
    var l_Return = null;
    var get = new htmldb_Get(null, html_GetElement('pFlowId').value, 'APPLICATION_PROCESS=RETURN_XML', 0);
    gReturn = get.get('XML');
    var d = html_GetElement('XMLOUTPUT');
    d.innerHTML = gReturn;
    var d2 = html_GetElement('XMLOUTPUT2');
    d2.innerHTML = get.get();
    var s = gReturn.getElementsByTagName("select");
    alert(s.length);
    &lt;/script&gt;
    &lt;a href="javascript:getMyXML();"&gt;Click&lt;/a&gt;Click on Click at the bottom of the page. The first DIV gets the get.get('XML') object and the second one the get.get() and a popup message tells you how many "select" items are in the XML version.
    As far as I can see, this works fine.
    Andy

  • Issue in EHP5 Talent Management (Team Goals) Cascade goals functionality

    Hi Friends,
    Issue in EHP5 Talent Management (Team Goals) Cascade goals functionality.
    Under Team Object While try to cascade goals, it pop-Up Warning Msg u201CChoose Save to save the goal in the employee document. The goal can no longer be deleted, only set to obsoleteu201D.
    If we click Ok to proceed further, I am getting error stating u201CYou have made no selection" and " No appraisal template defined ".
    Same functionality is working fine in u201CPerformance Management (Predefined)u201D
    With Regards
    Seranjeeve Kumar

    Please  set the parameter PROCESS "PMP" in the iview configuration.
    ie
    ROLE_ID=PA&PROCESS=PMP in application parameters
    content provided by SAP ->
    specialist ->
    Talent management Specialist ->
    iViews ->
    COmpany goals etc
    and you can confirm using this
    CL_HAP_CASCADE_GOALS > meth0d GET_VALID_APPRAISAL_TEMPLATES
    The parameter mentioned in the note 1457057, the one that you enter in
    transaction SE80 is the default value. However, if you call application
    with parameter PROCESS=PMP then the PMP process for cascading goals will
    be used.
    check note  1523527

  • Problem with "Row-specific or Cascading Lists in Table Layout"

    Hello, friends!
    I have read article "Row-specific or Cascading Lists in Table Layout" written by Steven Davelaar. I have maked several table layouts with this technique and it worked fine.
    But now I have one problem, and this problem is very strange. One of VOs for which I use this table layouts throw exception after commit changes on first LOV attribute (Deptno). First time it was error
    (oracle.jbo.ReadOnlyAttrException) JBO-27008: for atribute mgrList
    at oracle.jbo.AttrValException.<init>(AttrValException.java:112)
         at oracle.jbo.ReadOnlyAttrException.<init>(ReadOnlyAttrException.java:40)
         at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:815)
         at oracle.jbo.jbotester.JboTesterUtil.setData(JboTesterUtil.java:173)
    Then I setted updateable property of MgrList attribute to always and now i have this error:
    oracle.jbo.domain.DataCreationException: JBO-25009: Cannot create an object of type:java.util.List with value:[{}]
         at oracle.jbo.domain.TypeFactory.get(TypeFactory.java:721)
         at oracle.jbo.domain.TypeFactory.getInstance(TypeFactory.java:85)
    I don't know why, but all worked fine yestarday. And same code works fine for another VOs. And article Test application works fine too.
    Help me, please.
    Thank you.

    <table id="OsnovaniyaPrikazEnd" model="${jhsTableBindings.OsnovaniyaPrikazEnd_1B}" detailDisclosure="${uix.eventResult.detailData}" partialRenderMode="multiple" partialTargets="messageBox _uixState " proxied="true" alternateText="${nls.NO_ROWS_FOUND}" width="50%" rendered="${bindings.newGroup_end2Iterator.findMode!='true'}">
    <tableFormat tableBanding="rowBanding"/>
    <contents>
    <formValue value="${uix.current.rowKeyStr}" name="rowKeyStr" id="${ui:concat('OsnovaniyaPrikazEnd:rowKeyStr:',uix.current.tableIndex)}"/>
    <column>
    <columnFormat displayGrid="true" cellNoWrapFormat="true" columnDataFormat="numberFormat"/>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.OsnovaniyaPrikazEnd,'Id')}" text="Id" required="yes"/>
    </columnHeader>
    <contents>
    <messageTextInput id="${ui:concat('OsnovaniyaPrikazEnd:Id:',uix.current.tableIndex)}" model="${ui:cond(uix.current.isNewRow,null,uix.current.newGroup_end2Id)}" text="${uix.current.OsnovaniyaPrikazEndId}" name="Id" promptAndAccessKey="&Id" rows="1" maximumLength="1" columns="1">
    <onSubmitValidater>
    <decimal/>
    </onSubmitValidater>
    </messageTextInput>
    </contents>
    </column>
    <column>
    <columnFormat displayGrid="true" cellNoWrapFormat="true" columnDataFormat="numberFormat"/>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.OsnovaniyaPrikazEnd,'IdPrikaz')}" text="IdPrikaz"/>
    </columnHeader>
    <contents>
    <messageTextInput id="${ui:concat('OsnovaniyaPrikazEnd:IdPrikaz:',uix.current.tableIndex)}" model="${ui:cond(uix.current.isNewRow,null,uix.current.newGroup_end2IdPrikaz)}" text="${uix.current.OsnovaniyaPrikazEndIdPrikaz}" name="IdPrikaz" promptAndAccessKey="&IdPrikaz" rows="1" maximumLength="1" columns="1">
    <onSubmitValidater>
    <decimal/>
    </onSubmitValidater>
    </messageTextInput>
    </contents>
    </column>
    <column>
    <columnFormat displayGrid="true" cellNoWrapFormat="true" columnDataFormat="numberFormat"/>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.OsnovaniyaPrikazEnd,'IdOsnovanie')}" text="&#1053;&#1072; &#1086;&#1089;&#1085;&#1086;&#1074;&#1072;&#1085;&#1080;&#1080;"/>
    </columnHeader>
    <contents>
    <messageChoice id="${ui:concat('OsnovaniyaPrikazEnd:IdOsnovanie:',uix.current.tableIndex)}" model="${ui:cond(uix.current.isNewRow,null,uix.current.IdOsnovanie)}" name="IdOsnovanie" promptAndAccessKey="&IdOsnovanie" selectedValue="${uix.current.newGroup_end2IdOsnovanie}">
    <contents childData="${jhsTableBindings.Osnovaniya_not_viewVO_1T.rangeSet}">
    <option value="${uix.current.Id}" text="${uix.current.Text}"/>
    </contents>
    <primaryClientAction>
    <firePartialAction event="whenListChanged" formSubmitted="true" unvalidated="true" targets="${ui:cond(uix.current.isNewRow,'OsnovaniyaPrikazEnd', 'OsnovaniyaPrikazEnd')}"/>
    </primaryClientAction>
    </messageChoice>
    </contents>
    </column>
    <column>
    <columnFormat displayGrid="true" cellNoWrapFormat="true" columnDataFormat="numberFormat"/>
    <columnHeader>
    <sortableHeader model="${ctrl:createSortableHeaderModel(bindings.OsnovaniyaPrikazEnd,'IdMoves')}" text="IdMoves"/>
    </columnHeader>
    <contents>
    <messageChoice rendered="${uix.current.ListLength>'1'}" id="${ui:concat('OsnovaniyaPrikazEnd:IdMoves:',uix.current.tableIndex)}"
    model="${ui:cond(uix.current.isNewRow,null,uix.current.OsnovaniyaPrikazEndIdMoves)}" name="IdMoves" promptAndAccessKey="&IdMoves"
    selectedValue="${uix.current.newGroup_end2IdMoves}">
    <contents childData="${uix.current.MovesList.inputValue}">
    <option value="${uix.current.Id}" text="${uix.current.Fam1}"/>
    </contents>
    </messageChoice>
    </contents>
    </column>
    <column>
    <columnFormat displayGrid="true" columnDataFormat="iconButtonFormat"/>
    <columnHeader>
    <text text="&#1059;&#1076;&#1072;&#1083;&#1080;&#1090;&#1100;?"/>
    </columnHeader>
    <contents>
    <checkBox name="deleteRow" value="ok"/>
    </contents>
    </column>
    </contents>
    </table>
    Thank you.

  • Problem with saving Parent - Child  View Objects in ADF 11g.

    Hi Every one,
    I have a requirment, something like I will be displaying some data on my jsff screen based on one Transient View Object. Whenever user clicks on Save button, I have to do following steps in my AMImpl.
    -> Preapre dynamically Parent View Object Rows based on some logic
    -> Prepare dynamically Child View object Rows and invoke insertRow method on respective child view object.
    When I say commit() First Parent ViewObject data need to be saved and then Child View object data has to be saved. I am having Parent - Child Key relation ship btw these two ViewObjects. Some how I am populating the Parent Primary key in the Child View Object. Please suggest me If there is any other alternative to this.
    Thanks

    I got the solution, Enabling the check box option for Master - Detail Entity association (CompositionAssociation -> Cascade Update Key Attributes) resolved the issue.
    Thanks

Maybe you are looking for

  • Is there a way to permanently set a font in pages?

    The default font in pages is Helvetica.  Every time I start a new document, I have to change it to Times New Roman.  Is there a way to permanently set the font as Times New Roman so that I do not have to do it every time.  Thanks.

  • Auto click search bar in safari

    on my old mac i could open a tab in safari and have it auto click in the search bar so you can just start typing instead of having to click it first. i just bought a new bacbook pro and it dosnt do it and iv looked through ever setting i can think of

  • Cannot set border for JPanel

    I am not able to select any border for a JPanel, except <default>, in the property window of the visual designer. I can insert a statement by hand to get the border (e.g.: jPanel1.setBorder(new javax.swing.border.EtchedBorder()); ), but I would like

  • Event id 6037 source Lsaserv

    hello All . I have system warning on both DAG Exchange 2010 sp3  servers (Event id 6037 source Lsaserv ) "The program svchost.exe, with the assigned process ID 1728, could not authenticate locally by using the target name HOST/servername\. The target

  • Installation document for XI

    Hi, Pls let me know the link of whree i can get the installation document for XI