Add new item content to productCatalog

Dear,

I created the new descriptor of the item in the catalogue of products called promotionalContent as to SIR.

I want to add a new content item in the ACC, but I don't see productCatalog repository under the section 'content '.

Also, can I add a new piece of content of bcc?

Thanks in advance...

I found it under catalog--> items in catalog management

Tags: Oracle Applications

Similar Questions

  • Add new items to toolbar in 2015 FM

    Hi all, would you please let me know how I can add new items in toolbar of direction as (N-to-Persian or Farsi-to-N) and etc within the 2015 FM.

    You can find the toolbars in $fmhome\fminit\WorkSpaces\

    You can find the direction toolbar for example unstructured FrameMaker in the WYSIWYG here view:

    $fmhome\fminit\WorkSpaces\UnStructured\WYSIWYGView\toolbars\direction.xml
    

    However, this file may be replaced by a specific user:

    C:\Users\\AppData\Roaming\Adobe\FrameMaker\13\WorkSpaces\Structured\WYSIWYGView\toolbars\direction.xml
    

    It is best to change the user one.

    Looks like this:

                                                                                                                                                                
    

    You can customize this toolbar (by editing the direction.xml file and other files direction.xml for the other display modes). However, as far as I can see there are a NumberUtilityITN/NTI, but not NumberUtilityFTN/NTF. In other words, while there is a function to convert N to the Slovak numbers and back, are there no such a function for N Farsi and back (yet).

  • cannot find Visatask in 'Add new item in VS2008' using studio measure 8.6

    I installed VS2008, VISA and Measurement Studio 8.6 (with visa.net library). When I run a new application in vs2008, I can't chose to don't ask world but the only visa application.

    I can't find job Visa when I go to add a new item in vs2008.

    Please help I really need this job.

    Thank you

    I did the job! I uninstalled all software OR, then reinstalled with Feb.09 and it device drivers CD market. I thought that I should post the solution... This might help others.

  • How can I add new menu item in the context Menu of Flash CS6? (Not ActionScript)

    Hi all!

    I want to add my custom here menu item. I did the script jsfl that calculate eveyrting I need. I want to add the custom for her menu item. How can I do this?

    I see you there 'Generate Sprite Sheet' - I could do the same thing?

    question.png

    Hello

    The only places where you can add separate menu options lies in the command menu or add new extensions that appear in the windows-> menu other panels. There is no other way in which the menus can be added without being replaced by the Flash Code.

    For more information about adding separate entry into the menu commands or the Windows menu.

    (Menu) - add the jsfl script to C:\Users\\AppData\Local\Adobe\Flash CS6\en_US\Configuration\Commands

    and that automatically will be appear on the Menu commands on Flash raises.

    (2) add a (panel) for the C:\Users\ Flash SWF\AppData\Local\Adobe\Flash CS6\en_US\Configuration\WindowSWF folder.

    Thank you and best regards,

    Roger Simon

    Adobe Flash Professional Team.

  • NewElementInHierarchy() - adding new items, gradually takes more time when adding several brothers and sisters

    With my script ESTK, users select the model numbers in the list and then the script inserts an element with a model number is entered in an attribute, an element for each selected model.

    When you add a large number of elements, each element of extra brother takes a little more then the previous item adds. Adding 250 items may take longer than 3-1/2 minutes or more. During the addition of 20, 50 or 75 items happens quickly, without any noticeable length. It is somewhere in the top 110, this is where that starts to get noticed.

    I even used $.hiresTimer and writes the value to the console for each time a model has been added. Because the timer is reset to zero (0) whenever it is called, it was easier to notice than the amount that it incremented from one element to the other got progressively bigger.

    Any ideas as to why it takes so long or reflections on what I could do to speed it up?

    The structure looks like this:

    < PartModels >
    Text < NoteText > < / NoteText >
    < model ModelNumber = "ABC01" / >
    < model ModelNumber = "ABC02" / >
    < model ModelNumber = "DEF03" / >
    < model ModelNumber = "DEF04" / >


    < model ModelNumber = 'XYZ01-A' / >
    < model ModelNumber = "XYZ * B" / >
    < model ModelNumber = "XYZ500" / >
    < / PartModels >

    The script is quite simple: scroll a selected model numbers table, add a new item for each model number and value of the attribute, the value of the model number. It's the short version:

    Function InsertModelElements (modelsToIns, insElemLoc, GVdoc) {}

    var newEleId;

    var newElemLoc = insElemLoc;

    var elemDef is GVdoc.GetNamedElementDef ("Model");.

    for (var i = 0; i < modelsToIns.length; i ++) { / / modelsToIns is the selected model range }

    newEleId = elemDef.NewElementInHierarchy (newElemLoc); //ElementLoc based on NoteText first, last, or absent

    SetAttribute (newEleId, "ModelNumber", null, modelsToIns [i]); //More feature robust to set the attribute

    / * Which also works for the layout attribute * /.

    var vattributes = newEleId.GetAttributes ();

    vattributes values [0] [0] = modelsToIns [i];

    newEleId.Attributes = vattributes;


    / * At one point, I tried to use a new location of the item to the last inserted element, no change * /.

    var newElemRange = setElementSelection (GV_doc, EleId); function that returns the range

    newElemLoc = newNewElemRange.end;

    }

    }

    Any help is appreciated.

    Sincerely,

    Trent

    Thanks Russ,

    I seriously considered trying to copy/paste and started to change the code to do it. But I could not let pass, the answer should be right there in front of me, it's all too long that I worked with this stuff, I am not able to see. Then it dawned on me what's happening.

    In a previous test, I put a timer on each action that is closed. For example, I start with a container element that has 200 children of elements, each with a specific/unique model number attribute. All the 200 existing items are deleted and then replaced with 250 new items with a different value for the attribute of model number. The timer was placed after the Element.Delete () and ElementDef.NewElementInHierarchy () methods. What I've noticed with the timer, it's that each deleted item has been removed as fast as the previous item (so it took progressively less and less time to remove an item). And of course the opposite was noted for insert items, each inserted item has taken longer than the previous inserted item.

    These elements can be inserted in two areas of the structure, one of the neighborhoods within format rules that affect the formatting and is actually a bit faster. This led me to the cause being ESD format rules. The area that takes more time has quite a few rules of extensible format that apply. Whenever an element is inserted or deleted, FrameMaker through these rules for formatting the content of elements. Given that the rules apply to the parent, first, last, next, previous, etc., FrameMaker must apply the rules of the format to all elements of the structure that the rules (which are extremely complex due to various elements, attribute values, and combinations that can be inserted).

    Removal or thinning of the FormatRules in ESD, she becomes faster. But each of the FormatRules are needed. So using app. ApplyFormatRules = false; just before that the elements are deleted and inserted works very well. But the key is to implement ApplyFormatRules return to true before remove the last element should be removed and before inserting the last element to be inserted, so it allows to scroll all the rules of format of ESD for all elements in the hierarchy of these format rules apply to. ApplyFormatRules true and assign the ElementDef until the last item works also [EleId.ElementDef = GV_doc. GetNamedElementDef (insElemType);], but only before all the other functions are performed or different items are added.

    doc. Reformat() will not reformat the content correctly after the fact, because the element has been created without the format rules, so it reformats all the contents of the elements without the format rules.

    The FDK version which was created 10 years ago had the same problem of slow operation when a large number of items have been inserted, but was still an improvement over having manually insert each item, and then type the value of the attribute, if she had lived with.

    He now works surprisingly fast. I hope that my explanation of what I think is happening, including the cause/solution, is understandable.

    Sincerely,

    Trent Schwartz

  • I have an ipod touch 128 GB... but I'm almost to reach its maximum.  I want to do is buy a new ipod touch 128 GB and add new music without synchronizing the entire library to it... I have 2 ipods in conjunction with other copies

    I have an ipod touch 128 GB... but I'm almost to reach its maximum.

    I want to do is buy a new ipod touch 128 GB and add new music without synchronizing the entire library to it... I have 2 ipods in conjunction with the other copies of the other.

    is this possible?

    What should I do?

    Matt

    When you get the new iPod, you can use iTunes on your computer to select and synchronize the music you want on it, in the same way that you synchronize your current iPod - your iTunes will recognize them as different devices and will remember your choice of synchronization for each, it will not (unless, for example, you restore the backup of your current on her iPod) put the same content on both.

    (I asked for your post be moved to the iPod Touch forum, where you have posted is the iPad forum use.)

  • Right-click to add new folder on the desktop, is there

    I want to add new folders on the desktop
    (I use to be able to right-click and new folder was an option to add to the desktop)

    Hello sammyg11, you post to a support forum for the mozilla firefox browser. the question you asked is not really related to firefox but is a question about windows: in this case, please refer to the resources of foreign aid: www.sevenforums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html

  • How to refresh the Listview after adding a new item

    Hello

    I have the following list:

     ListView {
                                        id: channelsList
    
                                        dataModel: categoryModel
    
                                        listItemComponents: [
                                            ListItemComponent {
                                                type: "item"
                                                StandardListItem {
                                                    title: ListItemData.name // Channel name
                                                    imageSource: ListItemData.imageFile
                                                    status: ListItemData.id
    
                                                    id: channelItemId
    
                                                    contextActions: [
                                                        ActionSet {
                                                            //title: contentView.title
                                                            ActionItem {
                                                                title: "Add to Favorites"
    
                                                                onTriggered: {
                                                                    console.log(ListItemData.id + " will be added to the Favorites");
                                                                    //categoryModel.addFavorite(ListItemData.name, ListItemData.imageFile, ListItemData.id);
                                                                    channelItemId.ListItem.view.viewTriggered(ListItemData.name, ListItemData.imageFile, ListItemData.id);
                                                                }
    
                                                            }
    
                                                        }
                                                    ]
                                                }
                                            }
                                        ]
    
                                        onTriggered: {
                                                var chosenChannel = dataModel.data(indexPath);
                                                console.log("indexPath: " + indexPath);
    
                                                var playingPage = playpagedef.createObject();
    
                                                playingPage.chname = chosenChannel.name;
                                                playingPage.cid = chosenChannel.id;
                                                playingPage.init();
    
                                                Qt.nav.push(playingPage);
    
                                        }
    
                                        attachedObjects: [
                                            // The bucket categoryModel is a non visible object so it is set up as an attached object.
                                            // The categoryModel itself is a QListDataModel defined in categorymodel.h and registered
                                            // as a type in the creation of the application.
                                            CategoryModel {
                                                id: categoryModel
                                                // The path to the JSON file with initial data, this file will be moved to
                                                // the data folder on the first launch of the application (in order to
                                                // be able to get write access).
                                                jsonAssetPath: "models/channels.json"
    
                                                // The filtering is initially set to "Category 1" to show category channels
                                                filter: label.text
                                            },
    
                                            ComponentDefinition {
                                                id: playpagedef
                                                source: "PlayingPage.qml"
                                            }
                                        ]
    
                                        function viewTriggered(name, imageFile, id)
                                        {
                                            categoryModel.addFavorite(name, imageFile, id);
                                            categoryModel.clear();
                                        }
    
                                    }
    

    and the categoeymodel.h is as follows:

    #ifndef _CATEGORYMODEL_H
    #define _CATEGORYMODEL_H
    
    #include 
    #include 
    #include 
    #include 
    
    using namespace bb::data;
    
    // The category categoryModel is based on the QListDataModel template, which in turn
    // implements the abstract DataModel class.
    typedef bb::cascades::QListDataModel CategoryListModel;
    
    /* CategoryModel Description:
     *
     * CategoryModel class for the Category List application, the data categoryModel
     * reads and write from a JSON file that keeps all item data
     * for the list.
     */
    class CategoryModel: public CategoryListModel
    {
    Q_OBJECT
    
    Q_PROPERTY(QString filter READ filter WRITE setFilter NOTIFY filterChanged)
    
    Q_PROPERTY(QString jsonAssetPath READ jsonAssetPath WRITE setJsonAssetPath NOTIFY jsonAssetPathChanged)
    
    public:
        /**
         * Constructor that sets up the recipe
         * @param parent The parent Container, if not specified, 0 is used
         */
        CategoryModel(QObject *parent = 0);
        ~CategoryModel();
    
        QString filter();
    
        void setFilter(const QString filter);
    
        QString jsonAssetPath();
    
        void setJsonAssetPath(const QString jsonAssetPath);
    
    signals:
    
        void filterChanged(QString filter);
    
        void jsonAssetPathChanged(QString jsonAssetPath);
    
    public slots:
        void addFavorite(QString channelName, QString channelImageFile, int channelId);
    
    private:
        bool jsonToDataFolder();
    
        // Property variables
        QString mFilter;
        QString mJsonAssetsPath;
        QString mJsonDataPath;
    
        // A list containing all data read from the JSON file
        QVariantList mData;
    
        //Invocation variables
        bb::cascades::Invocation* mInvocation;
    };
    
    #endif // ifndef _CATEGORYMODEL_H
    

    My problem is that the listview is not get automatically updated when a new item is added to the datamodel (a favorite channel is added). I have to exit the application and restart to see the updated list.

    categoryModel.addFavorite(name, imageFile, id);
    categoryModel.clear();
    

    categoryModel.clear ();

    does not work. I get:

    Asset: / / / hand. QML:180: TypeError: result of expression 'categoryModel.clear' [undefined] is not a function.

    I would like to know how to achieve using approach "more correct".

    QListDataModel does not expose its internal storage directly. It is possible to reconstruct the map by performing an iteration in a loop (with the help of data() and size() methods), the dataModel entries:

    http://developer.BlackBerry.com/Cascades/reference/bb__cascades__qlistdatamodel.html

    but I don't see how this could help. If the filtered data is changed, it must be merged with the original sort data.

    Why the original approach has not worked?

    I could not understand from the description appearance of the interface user, please post a screenshot if possible.

  • How can I add an item in accordion Dreamweaver cc?

    I inserted a Bootstrap accordion element in my web page, but I want more than three points in the group. How can I add multiple items more?

    In code view, you can copy the code and paste it below the last item.


     

       

         


           
    Collapsible Group 1

         


       

       

         
    Lorem ipsum dolor sit amet, 195kgs adipisicing elit,
    SED eiusmod tempor storage developed and pain ut magna aliqua. Ut enim ad
    minim veniam, quis nostrud ullamco laboris nisi ut aliquip ex ea practice
    handlebar computer.

       

     

     

       

         


           
    Foldable Group 2

         


       

       

         
    Lorem ipsum dolor sit amet, 195kgs adipisicing elit,
    SED eiusmod tempor storage developed and pain ut magna aliqua. Ut enim ad
    minim veniam, quis nostrud ullamco laboris nisi ut aliquip ex ea practice
    handlebar computer.

       

     

     

       

         


           
    Collapsible Group 3

         


       

       

         
    Lorem ipsum dolor sit amet, 195kgs adipisicing elit,
    SED eiusmod tempor storage developed and pain ut magna aliqua. Ut enim ad
    minim veniam, quis nostrud ullamco laboris nisi ut aliquip ex ea practice
    handlebar computer.

       

     

    <--ADD new="" panel="" here--="">

       

         

           

    Collapsible Group 4

         

       

       

         

    Lorem ipsum dolor sit amet, 195kgs adipisicing elit,

    SED eiusmod tempor storage developed and pain ut magna aliqua. Ut enim ad

    minim veniam, quis nostrud ullamco laboris nisi ut aliquip ex ea practice

    handlebar computer.

       

     

  • InDesign - how to re-enable the button "create a new item of the Index.

    When I was creating topics for my index finger, I saved the document after doing a subject - (because I had created topics yesterday and is not saved and lost all of my work) - when I tried to create a new item of the Index, the button wasn't dark - not active, so I was not able to add more topics to my Index. I rebooted my MacBook Pro (Mac OS X Version 10.6.8) and reopened my InDesign (Version 3.0.1) document and the palette Index box still lacks a button "Create a new item of the Index" assets to allow the action. I do not know how to do this - does anyone have any suggestions?

    I worked on the range of the Index of reference - adding items to the Index with a subject that I had already entered and when I went back to fashion topic, I noticed that the 'Create a new item of the Index' button is enabled - so I think everything is good now. Thanks for the forum.

  • How to add new physical columns in the physical layer

    Hi gurus,

    We had a size and a few new columns are added in these Dimensions, how to define these columns, these columns are available in the database how to add these columns in the tables.

    Thanks in advance

    Vincent

    Make a right-click on the Dimension table-> new item-> physical column-> give the name that you have in DB and data type-> save the RPD and check the number of updated rows.

    It will work.

    Thank you

    prassu

  • How to add an item to an existing project in the timeline?

    How can I add a new item in the middle of my timeline of an existing project? It should be easy, but I can't figure it out... but I'm a newbee stupid

    Hold down the CTRL

    or

    or

    https://helpx.Adobe.com/Premiere-Pro.html

  • I would like to create an interactive pdf in Indesign - two guest on 1 page in Indesign that when exporting to adobe reader in pdf format, I can simply add new names that populate both copies and then be printable. Any help out there is how to make an ext

    Two invites on 1 page in Indesign that when exporting to adobe reader in pdf format, I can simply add new names that populate both copies and then be printable. Any help out there is how to make an invitation in Indesign, but now how to make 2 copies on a single page that someone else ie the customer can add their own names. So each field name must complete on both guest. Sounds simple, but is not really there to help. I think he called an interactive pdf. Thanks in advance.

    AutoFill is the easiest part, he lies. If both fields have the same name, they will have the same content: type in one and it appears in the other.

  • ADF MOBILE: how to add an item in the list without refresh the entire list

    Hello

    I am using this method to add an item to a list (I've already added the item to the data model):


    providerChangeSupport.fireProviderCreate (String providerKey, int newRowKey, object newValue);


    I don't want refresh the entire list, rather, I want to just add a new item to the list, that's why I want to use this method.


    I want to know, what value should I use for the second argument? i.e. 'int newRowKey '.


    Thank you


    Hello

    the event of change of provider in your case seems to actually create a new line. So the int is the rowKey (index PK or line) of the new line. There is no other choice to simply add an element to a list (ADF Mobile provides no component handles)

    See: Embedded Java/ADF for beginners: ADF Mobile: refresh your valuable data

    Frank

  • How can I add new pages in the (fluid) reagent layout with Dreamweaver CC?

    I seem to be screwing up the CSS when I add new pages. I have to do it wrong. Help! @

    Build your prototype of FGLayout page so that it works well in all screen sizes (first mobile, then compressed, finally Office).    To create your home page, index.html SaveAs.   Then SaveAs page2.html, replace content.  Repeat for other pages of the site.

    Nancy O.

Maybe you are looking for

  • music will not remove the iPhone 4

    When I sync my phone to iTunes to change music there are almost 500 songs that are grayed out and cannot be deleted or played.  I would like to get rid of them, so I have more ability.  I use an iphone 4 OS 7.1.2

  • Portege Z830-10F - Wi - Fi adapter is very low

    Hello I have Toshiba NB305 Netbook and Pavilion dv6 too and inside wireless adapter works fine Intel. But in the Portege Z830-10F adapter WiFi Atheros AR9002WB-1NG sees only two of the ten wi - fi networks... and often disconnects. Can you recommend

  • How to transfer/file sharing of a box to another

    I have 2 boxes RN102 and I am looking to transfer to box 1 folder 1 to zone 2. I want to make it work with using my laptop as the man in the Middle for data and I am new to all this. I have set up the FTP and installed MonstaFTP thinking that he woul

  • BlackBerry Smartphones Blackberry Desktop 6.0.0.43 not recognize my 8530

    I installed 6.0.0.43 (clean install of Windows XP SP3, no previous Blackberry drivers or software of office installed at all) and Blackberyy Device Manager appears in the taskbar, but when I plug my 8530, I always get 'USB device not recognized '. Th

  • Natural Ergonomic Desktop 7000 bluetooth receiver

    My 2.4 Ghz receiver fell down. I have snooped autour that it cannot be purchased separately. In this case - it would be possible to buy a less expensive mouse wireless and used MS bluetooth dongle attached to replace the natural ergonomic desktop 700