Price list assignment to the customer

Hello

I created a client in the management of orders, but by the list of future price with default values. But I want to assign my own price list to my client. Can anyone provide me with some solution for this.

Thank you
Bharat G.

Hello

Did you create the ship and charge to customers?

Go to OM - setup-> Setup-> rule-> failed.

Search the list of prices and levels.
IN 11.5.10 you like this
Agreement
Ship to
Order type

Create the ship to and set the price list now when you take your customers with this boat on command that your price list should pop up.

Standard default rule based on pl/sql package and why perhaps, you must create it. This should work out of the box but this action on the form "default setup - Br... ' in the Tools menu-> Gener...

Kind regards
Luko

Tags: Oracle Applications

Similar Questions

  • Turn off the price list column in the sales order

    Hello

    I turn off the price list column to use the default value, using after customization of the form in the form of orders.

    Event trigger - WHEN-NEW-FOLDER-FORUM
    Trigger - ORDER object
    Condition - NULL
    Actions-
    UPDATE_ALLOWED - FALSE
    ALTERABLE_PLUS (APPLICATIONS COVER) - FALSE

    Even if the field is grayed out (disabled) and indicates the default as expected, the user is still able to change the list of prices by pressing Ctrl + L option and selecting desired value.
    How can I limit the LOV to populate the same?

    Thank you

    Thanks guys, I already fixed that using constraints of process.

  • question of currency iStore price list

    We have a customer who is supposed to place order in currency EUR, but the price list attached to the customer account is SEK currency for this purpose the iStore order plays in SEK.

    How can we configure iStore to have the order played in euros. ?

    Business not ready to use a different price list as a rule failed is in oracle to the other sourcle of the order of play in euros.

    Company doesn't want users to select the currency while ordering then Multicurrency in iStore bin came out.

    Please help, is there another possibility that we can make this sales order in euros.

    Thank you

    Subin.

    Hi Subin,

    Rules for currency default is not supported by iStore.  The currency must have a value when add to cart and place orders to iStore.  Therefore, no failing logic for OM defaulting rules apply.  Failed rules are order attributes that have no value.

    Using the Global location, you can allow users to select a currency.   The user would see price and generate the order in this currency.

    For more information on how iStore manages multi-currency price list-

    page 10-5 price lists multiple currencies

    IStore Oracle® implementation and Administration Guide version 12.1 Réf.-E13575-06

    Possible option is to set up a price list for the customer with EURO currency which qualifies only in iStore by adding the qualifier such as iStore section or Minisite ID.  It would then affect the entered orders sales and faulty logic for currency directly using the settings of existing price list.

    Kind regards

    Debbie

  • How to set the price of the subSku point using price lists? We need to customize anything?

    Hi all

    I add a configurableSku to the cart with the addition of 2 items subSku (i.e. targetModelProvider). However, the custom of the code to add the sub items I have overridden createConfigurableSubItems method and writes code. However we use price lists to obtain prices for each item sku. But there is no option by creating the prices of items configurableOption or subSku, it is simply throwing the PricingException: not configured for products and SKUs of price. Can you please let me know how to solve this problem? Any help is appreciated.

    The properties of price components that define what the price applies to the productId, skuId and parentSkuId.  In conjunction with the property price list, these are the only things that can be used to search for a price.  There is no property price for ID configuration option, so there is no way for the ACC to use the configuration option in his search.  You must perform a search by sku ID. the option

  • Conversions price list including the modifiers/qualifiers in R12

    For Conversions price list, we can use QP: list of importing bulk price. (R12)

    But for modifiers and qualifiers we can handle via PS: import bulk of price list? or any other approach, should be used?

    Please provide your inputs?

    Thanks in advance

    RAM P

    PS: Import list block prices only works for price lists - and only some types of price lists.  For the modifiers, the only thing I know to create programmatically is to use the public API QP_Modifiers_PUB. Process_Modifiers

  • Price lists - VAC

    Hi all

    I created lists of prices in production VAC. I am able to view practice it in JSP too. But the problem I used the switching of data source.

    Price lists I created within the ACC is not updated in another schema. Every time that the data source is enabled I can't get the price.

    What is the best option to create price lists so that the data can be available on the two diagrams at the same time.

    Please suggest me.

    Thank you
    Kushal.

    Why you production VAC? It is not supposed to be done in this way. I guess you would be having ATG content Admin environment already configured with data sources switching so you should be using BCC of creation/update price lists and deploy once did. Deployment of ATG itself will take care of both of the switching patterns data synchronization.

  • The secondary price list price list

    Hello

    I have the following query returns the order customer, transaction quantity, part number, number of sales, and RMA number we had.

    I'm also trying to get the sale price of the ordering customer.  I can return the price list that shows as a price to zero.  After investigation, I found that the price of the item is in the list of secondary prize for the price list that I managed to return.

    Please can someone explain how I can show all lists of secondary prize under a primary price list?

    SELECT oha.order_number

    ol.line_number

    msib.segment1

    sum (mtt.transaction_quantity) AS TXN_QTY

    mtt.transaction_date

    TT. DESCRIPTION

    oha.sold_to_org_id

    csua.location AS SHIP_TO

    hp.party_name AS CUSTOMER

    htl.name AS PRICE_LIST

    Of oe_order_headers_all Aho

    oe_order_lines_all ol

    mtl_material_transactions mtt

    mtl_transaction_types tt

    mtl_system_items_b msib

    hz_cust_site_uses_all ACUS

    ca hz_cust_accounts

    hz_parties hp

    qp. QP_LIST_HEADERS_TL htl

    WHERE 1 = 1

    AND htl.list_header_id = oha.price_list_id

    AND hp.party_id = ca.party_id

    AND ca.cust_account_id = oha.sold_to_org_id

    AND csua.site_use_id = oha.ship_to_org_id

    AND oha.header_id = ol.header_id

    AND ol.line_id = mtt.trx_source_line_id

    AND mtt.transaction_type_id = tt.transaction_type_id

    AND mtt.transaction_type_id IN (33,15)

    AND msib.inventory_item_id = mtt.inventory_item_id

    and msib.organization_id = mtt.organization_id

    and mtt.transaction_date > (sysdate - 36)

    and msib.organization_id = 26

    and msib.segment1 = 'C57M70N3GB. '

    Oha.order_number group

    ol.line_number

    msib.segment1

    mtt.transaction_date

    TT. DESCRIPTION

    oha.sold_to_org_id

    csua.location

    hp.party_name

    htl.name

    Any help would be great.

    Thank you

    Chris

    SELECT distinct htl1.name, htl2.name

    -QP_LIST_HEADERS_B hb

    He's QP_LIST_LINES

    QP_LIST_HEADERS_TL htl1

    QP_LIST_HEADERS_TL htl2

    QP_SECONDARY_PRICE_LISTS_V lv

    WHERE 1 = 1

    - AND HB. LIST_HEADER_ID = HE'S. LIST_HEADER_ID

    - and HB. LIST_HEADER_ID = HTL. LIST_HEADER_ID

    and HTL1. LIST_HEADER_ID = HE'S. LIST_HEADER_ID

    - and htl.name = "price list of NEFFUK.

    AND htl1.list_header_id = 6133

    AND lv.parent_price_list_id = htl1.list_header_id

    and htl2.list_header_id = lv.list_header_id

  • When I right click on the list box column Multi that I should get the custom options

    Hi all

    In my application, I want to display the custom user menu when it right-click on the Multi column list box. I want to know is - it possible to do like this. Please can someone help me on this?

    in abow picture I get "reset default value, cut, copy the data, past data" so I need to set other options.

    Kind regards

    Santhosh M

    Hi santosh,.

    This one is much better.

  • view the json data in the custom list field

    Hi, I did analysis json and I created the custom list field. Now, I want to display only the data analyzed in my custom list field. I'll post my analyzed data from json and here is the code for my custom list field
    data analyzed.
    I have THREE channels of json and I want to show content tittle and date in the list filed. I'll post the screenshot of my list.

    JSONArray jsnarry = new JSONArray(responce);
                System.out.println("\n--length----- "+jsnarry.length());
                //System.out.println("....................................................=");
                for (int i = 0; i < jsnarry.length(); i++){
    
                    JSONArray inerarray = jsnarry.getJSONArray(i);
                        //System.out.println("\n-inerarray-values----- "+inerarray.getString(i1));
                        String TITTLE = inerarray.getString(1);
                        String CONTENT = inerarray.getString(2);
                        String DATE = inerarray.getString(3);
                                                           System.out.println("TITTLE= "+TITTLE);
                        System.out.println("CONTENT= "+CONTENT);
                        System.out.println("DATE= "+DATE);
    
    }
    

    output

    [0.0] --length----- 2
    [0.0]
    [0.0] -innerarray-length----- 6
    
    [0.0] TITTLE= BJP State President Sanjay Tandon's visit to Amita Shukla's Home
    [0.0] CONTENT=  BJP President Chandigarh Sanjay Tandon at Amita Shukla's Home
    [0.0] DATE= 2013-01-04
    [0.0] ................................................
    [0.0] TITTLE= Sanjay Tandon at mahasamadhi of Satya Shri Sai baba.
    [0.0] CONTENT= BJP Chandigarh President, Sanjay Tandon mahasmadhi of Sri Satya Sai Baba.(Andhra Pradesh)
    [0.0] DATE= 2013-01-13
    

    and my custom list field

           super(NO_VERTICAL_SCROLL);
    
             String TITTLE="TITTLE";
             String CONTENT = "CONTENT";
             String DATE = "DATE";
    
             v.addElement(new ListRander(listThumb, TITTLE, CONTENT,DATE, navBar));
    
             myListView = new CustomListField(v){
    
                 protected boolean navigationClick(int status, int time) {
                     //Dialog.alert(" time in milisec :" + time);
                     return true;
                 }
             };
    

    CustomListField.java

    public class CustomListField extends ListField implements ListFieldCallback {
    
        private Vector _listData;
        private int _MAX_ROW_HEIGHT = 100;
    
        public CustomListField (Vector data) {
    
            _listData = data;
            setSize(_listData.size());
            setSearchable(true);
            setCallback(this);
            setRowHeight(_MAX_ROW_HEIGHT);
    
        }
    
        public int moveFocus (int amount, int status, int time) {
    
            this.invalidate(this.getSelectedIndex());
            return super.moveFocus(amount, status, time);
    
        }
    
        public void onFocus (int direction) {
    
            super.onFocus(direction);
    
        }
    
        protected void onUnFocus () {
    
            this.invalidate(this.getSelectedIndex());
    
        }
    
        public void refresh () {
    
            this.getManager().invalidate();
    
        }
    
        public void drawListRow (ListField listField, Graphics graphics, int index, int y, int w) {
    
            ListRander listRander = (ListRander)_listData.elementAt(index);
            graphics.setGlobalAlpha(255);
            graphics.setFont(Font.getDefault().getFontFamily().getFont(Font.PLAIN, 24));
            final int margin =5;
    
            final Bitmap thumb= listRander.getListThumb();
            final String listHeading = listRander.getListTitle();
            final String listDesc= listRander.getListDesc();
            final String listDesc2= listRander.getListDesc2();
            final Bitmap nevBar = listRander.getNavBar();
    
            //list border
            graphics.setColor(Color.BLACK);
            graphics.drawRect(0, y, w, _MAX_ROW_HEIGHT);
    
            graphics.drawBitmap(margin, y+margin+10, thumb.getWidth(), thumb.getHeight(), thumb, 0, 0);
    
            graphics.drawText(listHeading, 3*margin+thumb.getWidth(), y+margin);
            graphics.setColor(Color.BLACK);
    
            graphics.drawText(listDesc, 3*margin+thumb.getWidth(), y+ margin+30);
            graphics.drawText(listDesc2, 3*margin+thumb.getWidth(), y+ margin+60);
    
        }
    
        public Object get(ListField listField, int index) {
    
            String rowString = (String) _listData.elementAt(index);
            return rowString;
    
        }
    
        public int indexOfList (ListField listField, String prefix, int start) {
    
            for (Enumeration e = _listData.elements(); e.hasMoreElements(); ) {
    
                String rowString = (String) e.nextElement();
                if (rowString.startsWith(prefix)) {
    
                    return _listData.indexOf(rowString);
    
                }
    
            }
    
            return 0;
    
        }
    
        public int getPreferredWidth(ListField listField) {
    
            return 3 * listField.getRowHeight();
    
        }
    
    }
    

    Listrander.Java

    public class ListRander {}

    private bitmap listThumb = null;
    incognito bar Bitmap = null;
    private String listTitle = null;
    private String listDesc = null;
    private String listDesc2 = null;

    public ListRander (Bitmap listThumb, String listTitle, String listDesc, String listDesc2, Bitmap navBar) {}
    this.listDesc = listDesc;
    this.listDesc2 = listDesc2;
    this.listThumb = listThumb;
    this.listTitle = listTitle;
    this.navBar = bar navigation;
    }
    public getListThumb() {Bitmap image
    Return listThumb;
    }
    {} public void setListThumb (listThumb Bitmap)
    this.listThumb = listThumb;
    }
    public getNavBar() {Bitmap image
    return the navigation bar;
    }
    {} public void setNavBar (navigation bar of the Bitmap)
    this.navBar = bar navigation;
    }
    public String getListTitle() {}
    Return listTitle;
    }
    {} public void setListTitle (String listTitle)
    this.listTitle = listTitle;
    }
    public String getListDesc() {}
    Return listDesc;
    }
    {} public void setListDesc (String listDesc)
    this.listDesc = listDesc;
    }
    public String getListDesc2() {}
    Return listDesc2;
    }
    public void setListDesc2 (String listDesc2) {}
    this.listDesc2 = listDesc2;
    }
    }

    You seem to have two problems here and are confusing them.  You must break the problem into two parts

    (1) extract the data from the entry and create the objects you want to display

    2) display in a list, a set of objects.

    Let's get the sorted first premiera.

    I will suggest what to do here, but in practice, you might actually think about this yourself as part of the design phase of your application.  You should do this, not me, because then you will have all the information available.  At the present time, I have just what you said, which is not much.  So maybe what I'm telling you is not correct for your application.  Only you can decide that.  And be blunt here, you should have decided this before you start coding.  Do you want you could lead down the wrong path.  You must think of your application as a home - as the architect must design all the rooms, and how they will be built, before you start building the House.  You do not, then we are building the rooms on the fly.  Who knows if they will be fit at home?

    In this case, I think you need to create an object that represents each of the elements in the internal array of new data.  call this object

    NewsItem

    This object will have attributes, such as its title, content, date, the linked image and so on, each of whom have will get and set methods.  While you treat each inner element fetch you the associated entry and update the object.

    When you have finished the inner loop of processing, you now have a complete

    NewsItem

    Object, so you will add it to a collection, an array of NewsItem objects, call this _newsItems.  You will create it at the beginning - you know how many entries it takes because it is the number of entries in your outdoor table.

    So before you start to deal with JSON, create your table and the 'index' value of 0.

    Once you have created your Newsitem, add this in the table to the position 'index' and increment "index".

    And once you have analyzed all the JSON, you will have a complete picture.  This is part 1 finished!

    And note in your drawListRow, you are given a clue - that is the index in your tables in _newsItems.  So you can easily find which entry to view and display it correctly.  But it is part 2 and is a separate issue.

  • Could you give me a price list of the HP all in one printers we have to buy printer all-in-one?

    Could you give me a price list of the HP all in one printers we have to buy printer all-in-one?

    @ mehtaintertrade - site HP home and home office can help too. It can show you the price you can pay online and see the you the specifications of different printers and the features that are available so that you can compare them and get an idea of what all-in-one printer is right for you and will be able to better meet your needs. I put this link to open the Printers page where it shows a Photosmart and an Officejet all-in-one that are among the Favorites of customers. You can click on see details and which brings to the page for the printer and look at an overview, specifications and comments for the printer. This might be able to help make a decision that you are comfortable with. I hope this helps.

  • How long does it take for the custom field created in SFDC appears in the list of field mapping?

    How long does it take for the custom field created in SFDC appears in the list of field mapping? I hit the refresh field button, but it does not appear after 5 min. I just need to have patience?

    I had the same problem yesterday, I think it took about 10-15 minutes to appear.

  • Any request for a list of the custom components in system

    Hello

    Is there any question to find the list of the custom components in the system.

    Concerning

    Jagadish

    What is the purpose of a list of custom components?

  • Can I define an element of Promotion (BOGO) w/c is the formula in the price list?

    Hello!

    We anticipate using (BOGO) promotion in Advanced Pricing in our requirement business in sales. My question is can I define a free item in Promotion in which the unit price in the price list is using formula? Here is an example of our business requirements:

    Promo A - list Unit 30

    Free items (Get): Point A1, A2 of the element, element A3

    sold

    individual class

    Point A1 - 10 unit list 0

    The point A2 - unit list 20 0

    The point A3 - 30 10 unit list

    * Unit list must be calculated using the formula based on the table above.

    When we create a command line client for A Promo, the Advanced engine Pricing SHOULD calculate the price of every free item according to the formula defined for these elements of the price list (point A1 = 0, point A2 = 0, point A3 = 10).

    Is this possible? Are there other options available?

    The new price in modifier I think will just allow you to specify the new price to be used instead of the price from the price list. I read that I can not specify modifier form of Promotion, I understand it correctly? This should be the best place for calculate us the price of our requirement.

    Thank you.

    I checked this and read the user Oracle Advanced Pricing Guide. I can't use the formula if the type modifier is promotional voucher and line level. I create right now of the workaround is to create line Discount that uses a formula and within the formula, do the manipulation and then pass a new price for each item.

  • What is the API to generate the unit price based on price list (advanced price)?

    Hello!

    I'm looking for the api generate the price unit, based on the price list in advanced pricing. In addition, how will I know what are the manual available modifiers / header lines that can be applied to my order?

    Thank you.

    The api to use is QP_PREQ_PUB. PRICE_REQUEST.  You must complete all the variables table with the point attribute information and qualifier info to get a table at the back the modifiers that can be applied.  Check:

    HOW to use QP_PREQ_PUB. PRICE_REQUEST API at the price of an item (Doc ID 759804.1)

  • Advanced configuration of pricing price list displays the items of the other operation of the unit in the value of the product

    Hello!

    When I set up a new price list and entered in the value of the product (product - item number attribute) column, the LOV displays items in another business unit. What should I put to see items in my business unit?

    Thank you.

    Jon

    I think I found the solution. I have set the option of profile PS: point Validation to my business unit organization.

Maybe you are looking for

  • No access to bookmarks

    NONE of the statements in your files of information on access to the bookmarks will work for me... NONE of them and I've tried all. I want to go back to the previous version. How to do this. I appreciate your browser, but do not have the time to disa

  • When I download a file it is not in the box download whrn finished loading

    When I download a new file (e.g. a updating the file downloads (I see the bar and the remaining time, but when it finishes downloading the box is empty.)) Also, I do not see the previously downloaded files

  • Use of data from 2 GB/hour

    Holy crap, really? Why is it also a big eater of data? I had my mobile attached to use the rest of my data for the month, but not only he has done this, but now I have to pay 3 x excessive use of my data to Vodafone. A video call lasts about 5 hours

  • Is hard drive locked?

    Hello Well, yesterday, I had an accident (I was on Windows 10). Cannot restart because "impossible to mount the drive. I tried several tools but it did not help. So I agree with myself that I could reinstall Windows 8.1 again. But: (1) I don't see th

  • Change "until published switch" "lock when released" type of trigger...?

    I'm still pretty new for LV and I looked around trying to find a way to change my event trigger, but with no result... maybe the wisdom of the Board of Directors can give information me. I have attached a VI that gives the basic idea of what I am wor