Item Assignment Not Working

Hello
I have a datepicker object on page 1, and another datepicker object on page 2.
Page one has a submit button that branches to page 2.
I would like it so that the value of P1_DATE is transferred over to P2_DATE without using the "Set These Items..." functionality of the branch/button.
2 methods I thought of:
a) Set the source of the P2_DATE item to P1_DATE.
b) Create a computation on Page 2 to set P2_DATE to P1_DATE.
But both of these do not seem to work - P2_DATE just stays blank :(
Anyone know how to do this?
Thanks!
Sam

...it appears I will need to have a separate branch for each button...
Not necessarily, so long as an appropriate branch fires when a given button is used to submit the page there is no requirement that there be a one-to-one mapping between buttons and branches. For example, using a certain condition type (and not using any when-button-pressed conditions), a branch can handle multiple buttons. And the last branch on the page might be unconditional and will fire if no other branches met their firing criteria first.
Scott

Similar Messages

  • Sharepoint Custom calendar – Hover over the date to add a new item is not working – Sharepoint 2010

    Hi,
    In my Sharepoint visual web part i am using default sharepoint calendar view. But Mouse hover over the date to add a new item is not working. Please see this image below i need the same add new item functionality. 
    

    Hi Sudhanthira,
    Couple of simmilar queries i can see from Madhu posted.
    Please follow this thread:-
    http://social.technet.microsoft.com/Forums/en-US/sharepoint2010programming/thread/b62f9b7e-2ce1-4efd-905c-9cc5471ad216
    To be or Not to Be..The question is this only......

  • Another FPN Thread: Remote role assignment not working

    Hi all,
    We have successfully implemented FPN for use in our ESS and BW environment and we are experiencing very little problems with it. We now want to start implementing it for our eRecruitment and SRM systems (as producers). For some reason we are not able to use the Remote Role Assignement functionality.
    We have set up trust for the systems and use SSO.
    Connection test for the producer is successfull.
    We can see the Producer content in the pcd on the consumer.
    Server times are the same.
    As far as I know I have correctly set permissions on producer and consumer.
    Possible cause: We are in the process of upgrading our consumer Portal to NW 7.0 SPS15 and have encountered some problems. The system is partially upgraded, so some components are SP15 and some others are still SP13. This is currently under investigation by SAP. Can this be an issue as our producer portals all are still on SP13?
    I hope to hear from you soon. Please ask if you need any screenshots. Thanks in advance.
    Best regards,
    Jan Laros

    Hi Jan,
    if remote role assignment not works, you can also use remote delta links. I only work with remote delta links because i have more options   and a better performance.
    If your connection works you can go to Content Administration ->Portal Content-> NetWeaver-Content-Producer. Hier you can see your remote system. Now you can copy the role and add it to your portal-content.
    If you can not see the content make sure that you have the same user  on both sides also check the premissions on the portal-content of your remote system. To test the connection it is easier to add Everyone group to the content of your remote system.
    regards,
    Sharam

  • Find and item Search not working inside custom list in sharepoint 2013

    HI,
    In Sharepoint 2013 , i configured the Search. it is working in home page search Box and Find item search box  inside custom list as well But one particualr custom list  Find an item is not working. Any clue ?Thanks in Advance
    Thanks
    sanjay pradhan  

    Hi,
    According to your description, my understanding is “find an item” search box in a custom list not work in your environment.
    As search box and “find an item” search box in your home page are working, so the search service application is working.
    Do you have any customzation to the particular custom list ?
    If No, I suggest you can full crawl the data in Central Administration ->Manage Service Application->” Search Service Application”-> Manage Content Sources” to test if it works. 
    Also, please check if you have set "Allow items from this list to appear in search results" in list settings->Advanced Setting to true
    Best Regards
    Jerry Guo
    TechNet Community Support

  • Web Template - Variable & Export to Excel Web Items are not working

    Hi Experts,
    In a Web Report & Web Template Variable & Export to Excel Web Items are not working ; Any body have any idead ?
    Do i need to write any HTML code to funtion those web items.
    Thanks
    KAruna

    Dear Karuna,
    Review your default template. Probably is 0ANALYSIS_PATTERN.
    Reactive the version D and check again.
    Also, you are able to modify the webitems on Export to Excel on 'BUTTON_TOOLBAR_2' -> Button list number  4.
    And, you are able to check the 0ANALYSIS_PATTERN_EXPORT, in case of configuration.
    If you want to remove/add new items, I suggest you to save as another name. SAP does not allow to modify delivered objects
    ex:. 0Objects.
    Best Regards,
    Edward S. John

  • Assign not working

    Hi,
    The below assign statement is not working. I am checking whether billToMasterAccount is equal to the OfflineAccountNbr, then i am assigning the value to the target variable BillToAccount. Actually i am not supposed to use switch to check this condition.
    *<copy>*
    *<from variable="Invoke_WS_MW_OUT_MwWebService_getVistaAgreements_OutputVariable"*
    part="parameters"
    *query="/ns10:getVistaAgreementsResponse/ns10:getVistaAgreementsReturn[ns11:billToMasterAccount=bpws:getVariableData('Invoke_OSB_BSOA_OUT_Services_process_OutputVariable','payload','/ns1:ORDER/Company/OfflineAccountNbr')]"/>*
    *<to variable="BillToAccount"*
    *part="parameters"*
    *query="/ns10:getVistaAgreementsResponse/ns10:getVistaAgreementsReturn"/>*
    *</copy>*
    I am getting the following error.
    *Error in evaluate <from > expression at line "688". The result is empty for the XPATH expression : "/ns10:getVistaAgreementsResponse/ns10:getVistaAgreementsReturn[ns11:billToMasterAccount=bpws:getVariableData('Invoke_OSB_BSOA_OUT_Services_process_OutputVariable','payload','/ns1:ORDER/Company/OfflineAccountNbr')]"*
    *"{http://schemas.xmlsoap.org/ws/2003/03/business-process}selectionFailure" has been thrown.*
    *<selectionFailure xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/">*
    *<part name="summary">*
    *<summary>empty variable/expression result.*
    *xpath variable/expression expression "/ns10:getVistaAgreementsResponse/ns10:getVistaAgreementsReturn[ns11:billToMasterAccount=bpws:getVariableData('Invoke_OSB_BSOA_OUT_Services_process_OutputVariable','payload','/ns1:ORDER/Company/OfflineAccountNbr')]" is empty at line 688, when attempting reading/copying it.*
    *Please make sure the variable/expression result "/ns10:getVistaAgreementsResponse/ns10:getVistaAgreementsReturn[ns11:billToMasterAccount=bpws:getVariableData('Invoke_OSB_BSOA_OUT_Services_process_OutputVariable','payload','/ns1:ORDER/Company/OfflineAccountNbr')]" is not empty.*
    *Possible reasons behind this problems are: some xml elements/attributes are optional or the xml data is invalid according to XML Schema.*
    *To verify whether XML data received by a process is valid, user can turn on validateXML switch at the domain administration page.*
    *</summary>*
    *</part>*
    *</selectionFailure>*

    Hi,
    Looks like the variable/s you are comparing donot have any value to be compared.
    If you are using a select and populating the output to these variables, have a check after the select to see if it is a empty variable and then do a compare.
    Regards,
    Aasta

  • Photo gallery module manage items description not working

    Hi. On this page I've got two photo galleries. For some reason the Description in the Manage Items tool only works some of the time. Seems to be quite random as to when it will/won't work. Is there a reason for this?
    Waitakeres Ranges Maps

    I'm having the same problem. Can you give me an idea of how this is possible using AJAX or point me at a tutorial?
    for every iweb photos page iweb generates an rss.xml file with it, the captions are kept in the rss.xml .
    so you can use ajax method to read the rss.xml and figure out what need to be manipulated.
    there is no tutorial of any kind for iweb ajax widgets, I have not seen any one yet to crack an iweb widgets (this forum or elsewhere); so you are on your own.
    that said you can hyperlink photos page captions and thumbnails with simple javascript (simple mapping lookup), but you still need to know javascript and iweb widgets.
    here is my simple javascript sample: http://temp.cyclosaurus.com/NoThumbnails/Photos.html
    thumbnails and captions are hyperlinked to apple, ggogle and yahoo.
    code is linked to the sample, you'll have to adapt it to your own needs.

  • Location Assignment not working

    Hi Guys - Have I gone mad
    I am trying to get Location Assignment working and appear to be having some problems.
    My environment is Server Windows 2008 R2, Workstations XP SP3.
    I have performed the following tasks.
    Created a Corporate Location
    Created a Network Environment and assigned it to the above Location
    Created matching criteria in the Network Environment which at the moment is the IP Address of my test Workstation.
    Create a Location Assignment Policy and Assigned to my test Devices
    When I look at the client agent, as I have permitted the Locations to be manually changeable, I can see both the Unknown Location and the Corporate Location. However no matter what Network Environment Settings I use I cannot get the Workstation to match my Corporate Location and the Agent always assigns Unknown for the Security Location and Unknown for the Configuration Location.
    Am I missing a step or have I gone mad. Please help Im going round in circles.
    Regards
    Chris

    Originally Posted by arothe
    Hi Shaun,
    we have a similar problem. Created a new Location and new Location environment. Our minimum match is only 1. The interesting thing is that it is working on our "old" fujitsu workstations, but not on our "new" hp dc7900 sff workstations. So the settings must be ok and we think it is hardware related. Tried different network drivers for the hp workstation but no change. Also compared the services that are running, no change. We are using german win xp sp3 on our clients. No matter if novell client is used or not. Our Primaries are running on sles 10 sp3.
    The hp clients always show ~unknown~ in confiigurationlocation in agent status.
    Any suggestions?
    Andr
    I found out that this problem is NIC-related.
    This is the NIC which is not working:
    Intel(R) 82567LM-3 Gigabit Network Connection (HP DC7900 Small From Factor)
    I then used this "Intel(R) Pro/100+ Management Adapter" in the same workstation and disabled the integrated NIC. That did the trick, the location was right now.
    So this is a hardware-related bug.
    What NIC are you using Chris? Maybe its the same one...
    Cheers
    Andr

  • Assignment not working

    Hi
    data: temp(30) type c.
    Field-symbols: <fieldname> type any
    LOOP AT li_output INTO ls_output.
      temp = ls_output-atnam.
      assign (temp) to <fieldname>.
    if sy-subrc = 0.
    endif.
    unassign <fieldname>.
    endloop.
    Assign statement is not working. Please suggest.
    Regards
    Aditya

    Hi aditya,
    Try this...
    data: temp(30) type c.
    Field-symbols: <fieldname> type any
    LOOP AT li_output INTO ls_output.
    temp = 'lS_OUTPUT-ATNAM'.
    assign (temp) to <fieldname>.
    if sy-subrc = 0.
    endif.
    unassign <fieldname>.
    endloop.
    Reward points if Helpful.
    Regards,
    Sachin M M

  • Speakable items dose not work

    Hallo,
    in Bedinungshilfen, wenn ich das Menü Speakable Items markiere tauchen keine Einstellungen auf.

    In my experience it is simply unusable, SIRI on iOS can do a very good job of my very clear Scottish accent, Dictation even works really quite well on Mavericks for me, but the whole UI and UX of speakable items is riddled with bugs and inconsistencies, it does not work with my USB audio mic, even though Dictation does!! (Yes,I have selected the correct inputs) - it's poorly supported and an insult to the people who need it more than i do.
    I got it to work just twice in over 100 attempts, even using the key listening toggle, i had to throw a faux cheesy american accent to get one of those to work !
    The attention to the important details has gone down-hill over recent years with Apple, it's all gone a tad superficial and bling imho
    very dissapointing

  • PPR on Show detail Item is not working

    Hi Team,
    I want to completely show / hide the show detail Item based on selection in other showDetailItem . I have used the ppr to achieve this functionality. But its not working.
    Any suggestions please.

    hi user,
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
              xmlns:f="http://java.sun.com/jsf/core"
              xmlns:h="http://java.sun.com/jsf/html"
              xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
      <jsp:directive.page contentType="text/html;charset=UTF-8"/>
      <f:view>
        <af:document id="d1">
          <af:form id="f1">
            <af:panelTabbed id="pt1"
                            styleClass="AFStretchWidth"
                            binding="#{backingBeanScope.Mbean.pt1}">
              <af:showDetailItem text="showDetailItem 1" id="sdi1"
                                 rendered="#{backingBeanScope.Mbean.cb1.selected}"
                                 binding="#{backingBeanScope.Mbean.sdi1}"/>
              <af:showDetailItem text="showDetailItem 2" id="sdi2"
                                 rendered="#{backingBeanScope.Mbean.cb2.selected}"
                                 binding="#{backingBeanScope.Mbean.sdi2}"/>
              <af:showDetailItem text="showDetailItem 3" id="sdi3"
                                 rendered="#{backingBeanScope.Mbean.cb3.selected}"
                                 binding="#{backingBeanScope.Mbean.sdi3}"/>
            </af:panelTabbed>
            <af:selectBooleanCheckbox text="check tab1" id="sbc1" autoSubmit="true"
                                      binding="#{backingBeanScope.Mbean.cb1}"
                                      valueChangeListener="#{backingBeanScope.Mbean.cb1s}"/>
            <af:selectBooleanCheckbox text="check tab2" id="sbc2" autoSubmit="true"
                                      binding="#{backingBeanScope.Mbean.cb2}"
                                      valueChangeListener="#{backingBeanScope.Mbean.cb2s}"/>
            <af:selectBooleanCheckbox text="check tab3" id="sbc3" autoSubmit="true"
                                      binding="#{backingBeanScope.Mbean.cb3}"
                                      valueChangeListener="#{backingBeanScope.Mbean.cb3s}"
                                      partialTriggers="pt1 sdi3"/>
          </af:form>
        </af:document>
      </f:view>
    </jsp:root>
    import javax.faces.event.ValueChangeEvent;
    import oracle.adf.view.rich.component.rich.input.RichSelectBooleanCheckbox;
    import oracle.adf.view.rich.component.rich.layout.RichPanelTabbed;
    import oracle.adf.view.rich.component.rich.layout.RichShowDetailItem;
    import oracle.adf.view.rich.context.AdfFacesContext;
    public class Mbean {
        private RichSelectBooleanCheckbox cb1;
        private RichSelectBooleanCheckbox cb2;
        private RichSelectBooleanCheckbox cb3;
        private RichShowDetailItem sdi1;
        private RichShowDetailItem sdi2;
        private RichShowDetailItem sdi3;
        private RichPanelTabbed pt1;
        public Mbean() {
        public void setCb1(RichSelectBooleanCheckbox cb1) {
            this.cb1 = cb1;
        public RichSelectBooleanCheckbox getCb1() {
            return cb1;
        public void setCb2(RichSelectBooleanCheckbox cb2) {
            this.cb2 = cb2;
        public RichSelectBooleanCheckbox getCb2() {
            return cb2;
        public void setCb3(RichSelectBooleanCheckbox cb3) {
            this.cb3 = cb3;
        public RichSelectBooleanCheckbox getCb3() {
            return cb3;
        public void cb1s(ValueChangeEvent valueChangeEvent) {
            // Add event code here...
            cb1.setSelected(true);
            AdfFacesContext.getCurrentInstance().addPartialTarget(pt1);
        public void cb2s(ValueChangeEvent valueChangeEvent) {
            // Add event code here...
            cb2.setSelected(true);
            AdfFacesContext.getCurrentInstance().addPartialTarget(pt1);
        public void cb3s(ValueChangeEvent valueChangeEvent) {
            // Add event code here...
            cb3.setSelected(true);
            AdfFacesContext.getCurrentInstance().addPartialTarget(pt1);
        public void setSdi1(RichShowDetailItem sdi1) {
            this.sdi1 = sdi1;
        public RichShowDetailItem getSdi1() {
            return sdi1;
        public void setSdi2(RichShowDetailItem sdi2) {
            this.sdi2 = sdi2;
        public RichShowDetailItem getSdi2() {
            return sdi2;
        public void setSdi3(RichShowDetailItem sdi3) {
            this.sdi3 = sdi3;
        public RichShowDetailItem getSdi3() {
            return sdi3;
        public void setPt1(RichPanelTabbed pt1) {
            this.pt1 = pt1;
        public RichPanelTabbed getPt1() {
            return pt1;
    it should work.

  • 10g Text Item Editor Not Working Correctly

    We're having problems with the Text Item Editor in both Add and Edit modes, but esp. in Edit mode. The problems range from getting a gray text screen (no toolbar); getting a white editor screen (no toolbar); tools that do not load (e.g. font color); and tools that do not work even though everything else seems fine. Sometimes refreshing the screen works but not always. Our users are getting very frustrated continually refreshing and logging out/in. It's become worse in the past few weeks such that it occurs in nearly every instance when editing a text item.
    Can anyone point us in a possilbe direction? We are using IE 6.0 and above as the browser.

    Kristin -
    This sounds like a bug that should be handled through Oracle Support.
    Regards,
    Candace

  • PR Cost Center Release Strategy for Item Level not Working

    Hi All,
    I have a class with 2 Characterictics, CEBAN-ESTKZ (Creation indicator) and CEBAN-KOSTL (cost Center) and I have 2 release strategies the first one should trigger when MRP creates a PR ( ESTKZ=B and KOSTL=No input) this strategy is working fine, but the second strategy should trigger is if manually I create a PR and it is relevant to a cost center (ESTKZ=R and KOSTL=XXXX) This is not working, I dont know why sistem is not triggering the release strategy if everything seems to be ok.
    I know ceban structure has kostl field, but I checked and this field is not in the EBAN table, maybe this is the reason but then how will this work and as far as I know, this is standard field.
    I checked in CL24N and all the objects are assigned to the class, all hace status released (1) and and the "OK" check mark
    I checked in CL30N and if I enter in the ESTKZ characteristic=R and KOSTL=XXXX Then it finds the correct and only strategy, so I don´t know why this is not working, the only strange thing is that in CL30N if I only enter value R and leave empty the cost center, the system finds and shows me the 2 release strategies, this is strange.
    Is it mandatory to include the acc assignment field in the release strategy?
    Please give some guidance.
    Thanks
    Edited by: Julio on Nov 14, 2011 12:14 PM

    Hi, thanks for your reply,
    I have entered with leading zeros to complete 10 characters and is not working, I really don´t understand what is going on here, It should work even if I just have 1 characteristic assigned to the class right? this characteristic is CEBAN-KOSTL but this is not working.
    Any more ideas?
    Regards

  • JNLP related-content issue in JRE 7u5 Sub Menu Item link not working

    we are having an issue with our existing Web Start Application in Java Version 7 Update 2 and above where the Sub Menu items are not being associated with Internet Explorer with href link as Target when using <related-content> tag in JNLP. This is working fine in JRE 1.6, JRE 1.7.0 and 1.7.1. I have tried using Integration Service to programatically create these shortcuts in JRE 1.7.5 but was unsuccessful.
    <jnlp spec="6.0+" codebase="http://..." href="xyz.jnlp">
    <information>
    <title>ABC</title>
    <vendor>ABC Vendor</vendor>
    <homepage href=""/>
    <description>ABC Desc</description>
    <description kind="short">ABC Desc Short</description>
    <icon href="abc.gif" kind="default"/>
    <offline-allowed/>
    <shortcut online="true" install="true">
    <desktop/>
    <menu submenu="ABC"/>
    </shortcut>
    <related-content href="help.doc">
    <title>ABC Help</title>
    <icon href="help.gif"/>
    </related-content>
    <related-content href="Uninstall.html">
    <title>Uninstall Page</title>
    <icon href="uninstall.gif"/>
    </related-content>
    </information>
    <security>
    <all-permissions/>
    </security>
    <update check="timeout" policy="always"/>
    <resources>
    <java initial-heap-size="128m" max-heap-size="256m" version="1.6+"/>
    <jar href="ABC.jar" download="eager" main="true"/>
    </resources>
    <application-desc main-class="com.main.Abc"/>
    </jnlp>
    Any help in this regard would be greatly appreciated.

    I haven't filed this as a bug in Java development yet but am going to do so soon, In the mean time i was hoping to see if anyone else is on the same boat as me and if there was a work around.

  • Setting default value of Tabular form item is not working

    Hi,
    I have a tabular form and in that I want to set the default value of the username to app_user. So in the default value of the item, I wrote v('app_user') and type Pl/SQL, but that does not seem to work. I tried the static application & page item with :app_user. That threw an error.
    Also, I wanted to populate the date field in one column. Doesn't sysdate work?
    Thanks,
    Sun

    Bob, I did read that. MY problem is that it is still not working. I am wondering if this is because the table is in execute query mode maybe? I am wondering if the default value needs to be added after the tabular data is populated through some other way? Maybe the default value would work only for static non database items?
    ThanksYou're right, I just tested that using the default setup on the column in report attributes and it did not work.
    I think you'll have to update the columns with the default value post query but I'm not sure exactly what you need to do.
    I have a form that has a weight entry column. I tried changing the query to set the default value in the query
    from..
    Select Weight
    From...
    to
    Select 999.99 Weight
    From...That appeared to work, but the 999.99 value was not populated back to the Database since it wasn't entered through the form UI. APEX maintains the entered values internally so it can do its checksumm processing and update modified rows back to the DB. I'm thinking you could update what needs to be updated using Javascript in a Dynamic Action, but I'm afraid I don't know how to do that.
    Excuse my incorrect assumption when first replying.

Maybe you are looking for

  • Update routine code

    Hi friends, I have a field YREPCURR in the update rules, it needs to updated based on the attribute of /BIC/YREPCURR in 0salesorg plz help me writing a routine for this field help will be really appreciated, points would be fully awarded regards, vee

  • 945P neo-f platinum JPW1 connection ???

    Just got this mobo and a 3.2 p4 640 chip. The manual is not mega clear to be honest. There are 2 connectors on the motherboard, one is a molex style connector and the other is a 8 pin jobby. Where am i supposed to find a 8 pin connector? I have just

  • How do I move my apps from my library to my desktop on a MacAir

    I've just received my MacAir and synced my phone to it.  I see all my apps in my library however when I click and drag to the desktop they do not show up right and I cannot click to open.  I'm new to Mac and am converting from the PC world.  Any help

  • Automatic vendor invoice verification

    Dear all, We have a scenario where in the client wants the payment to done as soon as GRN is done. Wanted to know is it possible in SAP to post the vendor invoice in background automatically on the basis for GRN. regards, mahesh.

  • Windows User Switching. I have a macbook with ?'s

    Hi everyone I bought a macbook last year with leopard and realized that im actually much happier with my macbook then when I use my desktop windows machine. Now I have been contemplating selling my desktop computer and purchasing a imac 24" with inst