How to set the property on a orginOfOrder order REST

Just started to work with the REST api and building on some harniess/poc test.

What I have so far is the following:

Result RestResult = RestComponentHelper.getPropertyValue ("/ atg/store/order/purchase/CartFormHandler", "order", null, mSession);
String responseData = result.readInputStream ();

This property returns back
{'order': "order [type: default;]"} ID: o54180002; Status: INCOMPLETE. Transitional: false; profileId:24549804; ]"}


I want to do is be able to set originOfOrder on the order.

What you were doing in your code, it's that you have called the method CartFormHandler.getOrder () customer thru REST.

If you want to set a value any order, you must write you still own method and call from your code.

Peace
Shaik

Tags: Oracle Applications

Similar Questions

  • How to set the property node maximum xscale for several scale XY Chart

    Hello

    I use a graph XY with three X axis and three scales of axis Y to draw the three sets of data. This works well.

    What I do now is to set the Xscale.Maximum property node for one of the x-axis (the other two autoscale). If I click right in the (Create Blockdiagram; Node property; X scale; Maximum) I can not choose what x-axis I want to put the Maximum for.

    So my question: how to select a specific axis allows you to set the XScale.Maximum property node when having several axes?

    Thank you for your help, any suggestions are appreciated!

    Hello

    After some more research and experimentation, I found that using the scale property X Active I can determine/set for which the XScale.Maximum Xscale is used.

    This solved my problem.

    I hope someone else can save themselves a few hours with this thread!

    Thank you

  • How to set the property

    In my backingbean, I need set the Ant property value.

    How to do?

    Thank you.

    chk this
    http://juwit.blogspot.com/2009/11/calling-Ant-targets-programmatically.html

  • How to set the property iepe in labview signalexpress

    Hi, I have Labview 8.5 here connected to a USB-9234. We try to use the accelerometer that should be configured as IEPE, I tried like a post on this forum: http://forums.ni.com/ni/board/message?board.id=100&message.id=1976&query.id=143505#M1976

    but I can't find it in the Labview signalexpress or when I watched as the address in this post.

    Here's my search addess: C:\Program NIUninstaller Instruments\LabVIEW 8.5\vi.lib\DAQmx,is than at the time?

    Hi Lester14,

    To configure your as IEPE accelerometer, you'll want to do go in LabVIEW, rather than trying to navigate to it in C:\Program Files (you will need a property node that cannot be easily navigated to - the other post on the forum where this has been mentioned talks about using DAQmxBase that uses screws to set this property rather than a property node).  I think that all the information you need is in This KB.  Let me know if you need help!

  • How to set the property to the parameter out

    Hi all
    I want to set a property to the parameter out in the application process.
    If the parameter has value, then I need the column with the value on a page.
    If the parameter out is not having a value, then I need to hide the columns on a page.

    I write the below code for this, but I did not get value and also the column appeared in the Page.

    ' Public Sub processRequest (pageContext OAPageContext, OAWebBean webBean)
    {
    super.processRequest (pageContext, webBean);
    Am = (XxcustdtlsmainAMImpl) pageContext.getApplicationModule (webBean) XxcustdtlsmainAMImpl;

    If (PageContext.GetParameter ("PpcustID")! = null)
    {
    String vpID = pageContext.getParameter ("PpcustID");
    System.out.println ("cust in PR trxn id:" + vpID);
    am.passTocustlinetrxn (vpID);
    }
    If (pageContext.getParameter ("PCustomID")! = null)
    {
    If (PageContext.GetParameter ("PbtchID")! = null)
    {
    If (PageContext.GetParameter ("POrdNum")! = null)
    {
    If (PageContext.GetParameter ("PInvceNum")! = null)
    {
    String vcustoID = pageContext.getParameter ("PCustomID");
    String vOrdNums = pageContext.getParameter ("POrdNum");
    String vInvNum = pageContext.getParameter ("PInvceNum");
    System.out.println ("cust in drill PR id:" + vcustoID);
    am.srchCusttrxnlineupdatedtls (vcustoID);
    OAMessageStyledTextBean mInvBean = (OAMessageStyledTextBean) webBean.findChildRecursive ("InvoiceNum");
    OAMessageStyledTextBean mTextBean = (OAMessageStyledTextBean) webBean.findChildRecursive ("OrderNumber");

    if(mTextBean!=null)
    {
    mTextBean.setText (vOrdNums);
    } else
    {
    mTextBean.setRendered (Boolean.FALSE);
    }

    if(mInvBean!=null)
    {
    mInvBean.setText (vInvNum);
    } else {}
    mInvBean.setRendered (Boolean.FALSE);
    }
    }
    }
    }
    }
    }

    Thank you

    Hello

    Pls make the changes in public relations as given:

    If (pageContext.getParameter ("PCustomID")! = null)
    {
    If (PageContext.GetParameter ("PbtchID")! = null)
    {
    If (PageContext.GetParameter ("POrdNum")! = null)
    {
    If (PageContext.GetParameter ("PInvceNum")! = null)
    {
    String vcustoID = pageContext.getParameter ("PCustomID");
    String vOrdNums = pageContext.getParameter ("POrdNum");
    String vInvNum = pageContext.getParameter ("PInvceNum");

    am.srchCusttrxnlineupdatedtls (vcustoID);

    OAViewObject vo = (OAViewObject) am.findViewObject ("XxcustdrilldownVO1");
    Line row = vo.first ();
    System.out.println ("Hello I'm in spell112");
    row.setAttribute ("HideOrdNum", Boolean.TRUE);
    row.setAttribute ("HideInvNum", Boolean.TRUE);

    OAMessageStyledTextBean mInvBean = (OAMessageStyledTextBean) webBean.findChildRecursive ("InvoiceNum");
    OAMessageStyledTextBean mTextBean = (OAMessageStyledTextBean) webBean.findChildRecursive ("OrderNumber");

    if(mTextBean!=null)
    {
    System.out.println ("I'm in passivation");
    mTextBean.setValue (pageContext, vOrdNums);
    }
    if(mInvBean!=null)
    {
    mInvBean.setValue (pageContext, vInvNum);
    }

    Concerning
    Meher Irk

  • How to set the property a clip using personalization in OSTEOARTHRITIS

    Hi all

    I have a requiredment where in the entrance test area the user types should be converted to uppercase letter.
    This customization is available in the forms. But in the OPS, I am not able to find any option.
    can someone guide me how to do this.

    Thank you
    Bhupendra

    http://www.oraclearea51.com/component/content/article/85-General/314-how-to-add-custom-CSS-class-to-your-OAF-page.html

    Kind regards
    Out Sharma

  • How to set the timeout property Web Service partner link in the new version of the SOA Suite, it is missing

    Hello

    I have a use case in which I'll call synchronous external Web Service and the form of this service, I get the answer after 80 seconds.

    I know that this console form EM soa-infra-> SOA Administration-> BPEL proprieties-> under 'more BPEL Configuration Properties..' in SyncMaxWaitTime can I change the default 45 second in 80 seconds, but it will apply to all synchronous services in this area, and I want only the value appeal of Web Service of particular external reference (link partner).

    For the limit of timeout for the particular web service (partner of external reference link):

    I saw a post at < http://www.mandsconsulting.com/asynchronous-vs-synchronous-bpel-processes > in which there is an option in 'Link partner Edit' form property tab dialog box, we can add "timeout" property but in SOA Suite11.1.1.7 I am not able to find this property form the list.

    on this post < http://abhishek-soablog.blogspot.in/2010/06/timeout-for-partnerlink.html > is also described the same way, but it's just the source code of the highest way of GUI to set the timeout property and it does not work with a new version.

    Can someone please tell me in a new version (11.1.1.7) of SOA suite, which is how to set the timeout for the particular web service (partner of external reference link).

    Thank you

    Can someone please tell me in a new version (11.1.1.7) of SOA suite, which is how to set the timeout for the particular web service (partner of external reference link).

    VR;

    Click em-> composite-> Services and references-> select need to reference and click on-> properties: 'HTTP Timeout of read' and 'HTTP timeout.

    developing composites:

    Click on a reference-> property inspector-> link properties-> plu green and add oracle.webservices.httpConnTimeout with the necessary value and oracle.webservices.httpReadTimeout with the necessary value

    for the same domain defined: oracle.webservices.local.optimization = false

    You can watch

    Administration of Web Services - 11g Release 1 (11.1.1.7)

    How to set a timeout for a Web Service in SOA 11 g (Doc ID 979683.1)

    SOA 11 g: political malpractice not to intercept 'service Endpoint unreachable' error (Doc ID 1503989.1)

  • How to set the render property of the field on one facet of panelSplitter?

    Hi, experts,
    In jdev 11.1.2.3,.
    How to set the render property of the field on one facet of panelSplitter?
    -If the panelSplitter is reduced then make some fields in the second pane. otherwise, do not make these fields.

    It is not an easy job for me to set the EL expression.
    Thank you.

    OK, just did a small test case. It turns out that the difficulty is to automatically update the fields when the separator discloses. To add a pair of earphone client/server. This sends the event to disclose to the bean to update the fields.
    Page code:

    
    
      
      
        
          
            function disclosePanelSplitter( event) {
                var inputComp = event.getSource();
                AdfCustomEvent.queue(inputComp, "myDiscloseEvent",
                {}, true);
            }
          
          
            
              
                
                  
                
              
              
                
                  
                    
                      
                      
                        
                      
                      
                      
                      
                    
                  
                  
                    
                      
                      
                        
                          
                          
                          
                          
                          
                        
                      
                      
                      
                      
                    
                  
                  
                
                
              
            
          
        
      
    
    

    and the corresponding bean to the scope of the request

    package de.hahn.xyzxyz.view.panelsplitter;
    
    import oracle.adf.view.rich.component.rich.layout.RichPanelSplitter;
    import oracle.adf.view.rich.context.AdfFacesContext;
    import oracle.adf.view.rich.render.ClientEvent;
    
    public class PanelSplitterBean {
        private RichPanelSplitter panelSplitter;
    
        public PanelSplitterBean() {
        }
    
        public void setPanelSplitter(RichPanelSplitter panelSplitter) {
            this.panelSplitter = panelSplitter;
        }
    
        public RichPanelSplitter getPanelSplitter() {
            return panelSplitter;
        }
    
        public void doCustomEvent(ClientEvent event)
        {
            AdfFacesContext.getCurrentInstance().addPartialTarget(panelSplitter);
        }
    
    }
    

    Timo

  • How to set the HostDiskPartitionAttributes property when creating Vmfs volume

    Hi all

    When creating vmfs datastore through vlume

    programmatically, I need to partition the vmfs volume. here my question

    is an idea how to set the HostDiskPartitionAttributes there is a

    parameter to create vmfs vloume. Here I use Vdisk lun san

    "that will have the size, raid, stripesize... by this I need to set this.

    HostDiskPartitionAttributes ' property.could someone help me please. "

    Note: it's links to the document:

    http://www.VMware.com/support/developer/VC-SDK/visdk25pubs/ReferenceGuide/index.html

    is the method that you need to find CreateVmfsDatastore.

    Thank you

    As partition is a contiguous series of blocks on a disk that is marked to be used and is considered in each sector of 512 bytes. Must divide the space into sectors and specify startSector and endSector according to your requirement, that the way in which large partition you want to create.

  • How to set the timeout of read when using channelReader.ReadWaveform?

    I'm using a USB-6210/a. data acquisition, and it works fine until I have to take a longer than 10 s waveform.

    When I take a longer than wave form, I get the error 200284, "some or all of the requested samples are not yet acquired.  To wait for the samples become available use longer read timeout... »

    No problem, I thought, I'll just put a longer period.  I searched through the documentation, and the timeout only I found was the watchdog timeout.  When I wanted a longer value, I get code 200452 State - specific property is not supported by the device or is not applicable to the task.

    I use the code in the example AcqVoltageSamples_IntClk.2008 .net with c# in Visual Studio 2008, .net 3.5 sp1.

    How to set the timeout so that ReadWaveform() is not the time?

    Here is the code:

    privateAnalogMultiChannelReaderchannelReader;

    privateAnalogWaveform awf;

    publicList GetWaveForm()

    {

    Try

    {

    Task getWaveform = newTask();

    getWaveform.AIChannels.CreateVoltageChannel (Channel,"", TerminalConfiguration, RangeMinimum,

    RangeMaximum, AIVoltageUnits.Volts);

    getWaveform.Timing.ConfigureSampleClock ("", SampleRate, SampleClockActiveEdge.Rising,)

    SampleQuantityMode.FiniteSamples, NumSamples);

    getWaveform.Control (TaskAction.Verify);

    channelReader = new AnalogMultiChannelReader (getWaveform.Stream);

    AnalogWaveformdata = channelReader.ReadWaveform (NumSamples);

    AWF = data [0];

    samples As new List();

    for (inti = 0; i)

    returnsamples;

    }

    catch (DaqExceptionexception)

    {

    MessageBox.Show (exception. (Message);

    }

    List of l = newList();

    return l;

    }

    Thank you

    Curt

    Hi Curt,.

    Here is a Knowledge Base that can help you to set the timeout setting in your code:

    The property using Timeout of DAQmx task in Visual Studio

  • Can I set the property to any system of my application

    Hello, good afternoon.

    I have an application called has, can I set the property to any system to my app has? so that whenever I want to start or stop my application has from other applications, I need to check this property value sytem and inspiring that I need start or stop my application has.

    Note: if there is no option, suppose I put a 'Start' at my request other applications when trying to stop this application hasthe property system, I need to change this property value of the system up to request A leave of "start" to "stop". "" ""

    Please let me know clearly weather it is possible or not, if possible how can I do this?

    You can use RuntimeStrore and the status of the Application and define the Golbal events and other application B using the Golbal headphones you can stop the Application A.

  • How to set the default print orientation in oracle reports 6i

    Can someone help please how to set the orientation of the printing default reports Oracle 6i? Currently the document is printed in Portrait orientation, but I need to print in landscape orientation. Is this possible?

    It is now resolved. Go to page-> main Section layout model, press F4. In the palette property, select the Orientation that should be selected when printing is taken for this report.

  • How to set the height of row?

    How to set the height of row for my text in EA? I checked this article Edge animate help | Adding text to your project (tutorial) , but it refers to an old version of the environmental assessment.

    Hey Bruce,.

    You can set it in the user interface. Activate additional text settings in the property Panel by clicking on the arrow.

  • HOW to: set the anchoredObjectSettings for. palce() object?

    Hi, I am currently working on the interesting script for GREP placing, and I wonder how I can configure for object anchoredObjectSettings. palce()?

    for(i=0; i < found.length; i++)
    {
        foundElem = new File (myFolder + "/" + found[i].contents);
        found[i].place(foundElem); // Placing Ancored Object
       
        // HERE IS WHERE I NEED SOME HELP: how to set "anchoredObjectSettings" for just placed Ancored Object
        //anchoredObjectSettings.anchoredPosition = AnchorPosition.ABOVE_LINE;
        //anchoredObjectSettings.horizontalAlignment = HorizontalAlignment.TEXT_ALIGN;
    }
    

    Here you can download the example files - script, the InDesign file and images, which must be placed in the InDesign file with script

    Dropbox - GREP placing.zip

    PS: I think that this script will be very useful, so if someone have any ideas/suggestions, and want to help with the continued development - that would be great!

    Hello

    Right, it was too fast...

    This line returns an array of placed graphics - and we have set the property to its container in fact.

    so make it

    //.......
    mPlacedObj = found[i].place(foundElem)[0].parent;
    //.......
    

    Jarek

  • How to set the properties using codes

    I wanted to put the property of my symbols in "CompoitionReady" and do not use the control panel.

    How could I do it?

    For example, setting the property X and Y

    x position

    SYM. $('symbole') .css ("left", 100);

    or sym.getSymbol('symbol').css ('left', 100);

    position y

    SYM. $('symbole') .css ('top', 100);

    or sym.getSymbol('symbol').css ('top', 100);

Maybe you are looking for

  • Timeline lost after accident FCPX

    Hello world I use a MBP13"having just finished happily (and exported) a video approx. 27 min so I was just import a logo image of my office ready to go to share > blu - ray and it just disappeared from the whole project... FCPX now displays a timelin

  • 32-bit

    I would like to install Firefox 32 bit on my 64 machine.This is necessary to meet the requirements of an application given by the Government here to the BrazilHow can I download a 32-bit version?

  • Satellite C655 table stereo mix unavailable?

    How to make a table of stereo mix on this laptop I can do karaoke online?Obtained by Satellite C655.

  • Configuration/program Panel will not uninstall snap.do

    I had snap.do several months ago and had removed.  Now he has suddenly appeared in programs under control panel again.All this because of Microsoft another question/fault! I have a problem (am always!) with Protection DEP (Data Execution) constantly

  • OfficeJet Pro 8600 Software for iMac install Question

    I have a new iMac 27 "10.8.2 OSX operating system software. I just bought OfficeJet Pro 8600 N911g and the software supplied with the 8600 install no sound for OSX 10.7. He had 2 choices on the HP website to download and install. I chose officeJet-Pr