Create Item disable at PageLayout level

Hi,
I am trying to add an image item under pageLayout (/oracle/apps/ap/oie/entry/summary/webui/ConfirmationPG). However, the "Create Item" icon is disabled. I tried to change "Admin Personalization" at all the level, but still its disabled.
I had a similar issue while adding an image item to another page, and was able to resolve it by changing Admin Personalization to true at Responsibility level. But its not working in this case.
Am i missing something?
Ashish

Is the create item link disabled only against the pagelayout region or against all the regions?
--Shiv                                                                                                                                                                                                                   

Similar Messages

  • Newly created item through personalization not visible

    Hi All,
    I have added on new item , in a page,
    Howerver when I clicked apply on that item , once I define the required properties of the item.
    I am getting this error
    "Attachment item "%ITEM" has been created successfully, however, it does not have an Entity Map associated with it. To avoid a runtime error, please either create an Entity Map for this attachment item, or delete attachment item "%ITEM"."
    I am not able to locate that item , anywhere * either in personalzied page nor in application page

    I have gone to personalize page -> selected LOVRN -> create item ->
    level - Site
    Item Type - MessageLOVInput
    Prompt - some custom prompt
    Id - some custom id
    External LOV- given exisitng seeded path for LOV with region name in the last
    apply .
    Then the error appeared as
    Attachment item "%ITEM" has been created successfully, however, it does not have an Entity Map associated with it. To avoid a runtime error, please either create an Entity Map for this attachment item, or delete attachment item "%ITEM". appeared
    After the above steps complete. I have again gone to personalization ->complete view . But I am not able to locate the item created in above mentioned steps.
    One thing to note, I have tried creating new item , however everytime I am getting the above error after clicking on apply. In one occasion I have given incomplete path in the external LOV field mentioned above.(i.e. I forgot to mention the region Name )
    Please help....

  • Updation of higher level item text to lower level item text

    Hi All,
    while creating sales order VA01   i need to pass the value of higher level item text to lower level item text
    for that i read the text of the higher level item text using the fm read_text
    and pass the text to the lower level items using save_text and commit_text
    this coding works only when the lower order item  text is empty
    my queries are
    1. if the lower level item having some text that text will be replaced by the higher level item text, that is happening but showing error that I/O error , how to solve this
    2. while gone to VA02 and add one more item then also same error is happening how to solve this please help me.
    regards
    krishna

    got the solution

  • Create items using func mod crm_order_maintain

    Hi,
    I am trying to create items within a service order with higher level item. Items are create but higher level item field is blank.
    insert fieldnames
      ls_fldnames-fieldname = 'MODE'.
      insert ls_fldnames into table lt_fldnames.
      ls_fldnames-fieldname = 'ORDERED_PROD'.
      insert ls_fldnames into table lt_fldnames.
    ls_fldnames-fieldname = 'NUMBER_PARENT'.
      ls_fldnames-fieldname = 'PARENT_HANDLE'.
      insert ls_fldnames into table lt_fldnames.
      ls_fldnames-fieldname = 'ITM_PROC_IDENT'.
      insert ls_fldnames into table lt_fldnames.
        ls_ordm_i-header = gv_hdrguid.
        ls_ordm_i-itm_proc_ident = 'SRVC'.
        if gs_hier-parent is not initial.
          ls_ordm_i-ordered_prod = ls_outtab-sor.
        else.
          ls_ordm_i-ordered_prod = ls_outtab-svc_act.
        endif.
        lv_prodid = ls_ordm_i-ordered_prod.
        if lv_prodid co '0123456789 '.
          unpack lv_prodid to lv_prodid.
        endif.
        add 1 to lv_handle.
        ls_ordm_i-mode = 'A'.        "create
        ls_ordm_i-handle = lv_handle.
        if gs_hier-parent is not initial.
          ls_ordm_i-parent_handle = ls_parent-handle.
        endif.
        insert ls_ordm_i into table lt_ordm_i.
        ls_parent-posnr = gv_posnr.
        ls_parent-handle = lv_handle.
        append ls_parent to lt_parent.
        ls_product-ref_handle = lv_handle.
        insert ls_product into table lt_product.
    insert input fields
        ls_inputflds-field_names[] = lt_fldnames[].
        ls_inputflds-ref_handle = lv_Handle.
        ls_inputflds-objectname = 'ORDERADM_I'.
        insert ls_inputflds into table lt_inputflds.
      endloop.
    return selected products back to service order's items
      CALL FUNCTION 'CRM_ORDER_MAINTAIN'
        EXPORTING
          it_product_i      = lt_product
        CHANGING
          CT_ORDERADM_I     = lt_ordm_i
          ct_input_fields   = lt_inputflds
        EXCEPTIONS
          ERROR_OCCURRED    = 1
          DOCUMENT_LOCKED   = 2
          NO_CHANGE_ALLOWED = 3
          NO_AUTHORITY      = 4
          OTHERS            = 5.
      IF SY-SUBRC <> 0.
        MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
                WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.

    Amit,
    I am calling a action from a service order which will popup a window containing product tree. User will select the products. If a higher level product is select, child product will also be created as items with higher level item.
    As I said the items are showing in the service order, but child item's higher level item is blank.
    Cheers.

  • Create Item button on personalization page.

    Hi,
    I have Personailze Self Service Defn profile option enabled at site level. (User also set to YES).
    However I don't see create item button on many pages personalization screen, (like HomePage, or some other page).
    And on functional administrator responsibility's any page (like profile page in core, create Item is there).
    Its been checked on other instances that the create item button appears there for the same pages in problem.
    What can be the reason?
    Abdul Wahid

    Hi,
    Talked to Anil enabled "FND: Personalization Seeding Mode / FND_PERSONALIZATION_SEEDING_MODE" personalization link. It worked (even though the documentation says that its only for oracle's internal usage).
    Also related diagnostic story got via other cooleague with deeper cause of the problem and solution.
    Need to set system profiles to change old personalizations - expected?
    Abdul Wahid

  • Not able to fine Create Item column in the Page personalization

    Dear All,
    I am not able to find the "Create Item" column in OA page personalization. Do we need to set any profile options for this?
    Regards,
    Joshna.

    Hope you have set these profile option.
    Personalize Self-Service Defn should also to Yes
    Disable Self-service Personal to No
    FND%Diagon% to yes
    Once you are going for personlization, you would be getting personlize Page link.
    Click personlize page link
    Select Scope
    select complete Radio Button
    select Create Item Icon for a region(table)
    Thanks

  • Personalization disabled at site level.

    Hi Gurus,
    I am trying to personalize the following page in iSupplier Portal.
    Personalization Context:
    Scope Page: Create Advance Shipment Notice
    Document Name /oracle/apps/pos/asn/webui/PosAsnCreatePG
    Site Include
    I want to apply a custom controller to page layout region at site level, but personalization is disabled at site level for this page. I am able to personalize at responsibility and Organization level.
    Is there any way to apply my changes at site level?
    How can we disable/enable site level personalization for a page?? any help in this will be appreciated.
    Please reply the thread or drop a mail at [email protected] if you need any more details.
    Thanks and regards,
    Ram

    Hi Ram,
    Check the value of the profile option "Disable Self-service Personal". If it is "Yes" then make it No.
    Thanks,
    --Anil                                                                                                                                                                                                                                                                       

  • Creating a Count at Header level..

    Hi Experts,
    What do you mean by creating a "count" at Header Level & Item Level?I have a Key Figure called PO Count(which counts the total number of Purchase orders),but my client says that this KF just counts the PO's at Item level and that they need a count at Header level.
    Any help on this would be appreciated.
    Thanks
    Aravind Pattabiraman

    Hi,
    if ur still not able to do that
    goto EEWB
    Enter the Project Name
    Right click on the Enhancement---->Select back to previous version.
    <b>Please Reward Points & Mark Helpful Answers</b>
    To mark Helpful Answers ;click radio Button next to the post.
    RadioButtons
    <b>o</b> Helpful Answer
    <b>o</b> Very helpful Answer
    <b>o</b> Problem Solved.
    Click any of the above button next to the post; as per the anwers
    <b>To close the thread; Click Probelm solved Radio Button next to the post , which u feel is best possible answers</b>

  • Can't create item extending controller

    Hi everybody, I need your help.
    I need to put a checkbox validation in OIE Details Page > Expense Details. I tried to do it using Personalization, but Create Item icon is disabled. So I'm trying to do it extending the controller but I'm stuck in this point.
    I'm woriking on R11i. I think I have to extend "DetailDataInputCO". I used this code but the item doesn't appear.
    public class xxDetailDataInputCO extends DetailDataInputCO
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OAMessageCheckBoxBean ccidbean = (OAMessageCheckBoxBean)pageContext.getWebBeanFactory().createWebBean(pageContext, OAWebBeanConstants.MESSAGE_CHECKBOX_BEAN, null, "xxValidation");
    ccidbean.setID("xxValidation");
    ccidbean.setUINodeName("xxValidation");
    ccidbean.setText("I confirm that all aspects of my time entries are accurate.");
    ccidbean.setPrompt("Test");
    Please, tell me what I'm doing wrong.
    Thanks in advance.

    Hi,
    I checked the Region, even I didnt see the "Create Item" image (not only enabled, the image itself not there).
    So you want to add a checkbox under "Flow Layout: Expense Details".(flowLayout id="DetailFields" )
    <your code start>
    OAHeaderBean hb = (OAHeaderBean)webBean.findChildRecursive("XXXID");
    //Second Create a bean to that
    //add Index to the Header Region
    hb.addIndexedChild(ccidbean);
    <your code ends>
    Instead of add the item to yoru custom Header Bean,
    Can you get the handle of the flowlayout with the id "DetailFields" and then add to that (There is a way to add it in a particular position also).
    import oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean;
    OAFlowLayoutBean detailsFlowLayout = (OAFlowLayoutBean) webBean.findChildRecursive("DetailFields");
    if(detailsFlowLayout !=null)
    detailsFlowLayout.addIndexedChild(ccidbean);
    // You can use addIndexedChild(int childIndex, UINode child) to add it in a particular index.
    Thanks,
    With regards,
    Kali.
    OSSI.

  • Redirect to Pages library after creating item in pages library folder!

    Hi All,
    I'm facing one problem while creating item in publishing pages library.
    Whenever I create an item inside the folder, after creation of item SharePoint redirect me to root level of the library. Its happening in pages library only.
    Does any one face this issue or it's a know SharePoint issue or is there any workaround?
    Thanks
    Shubham

    Hi Shubham,
    I did a test, however I could not reproduce your issue.
    In my testing, I created a folder in the Pages library, then created a page in the folder. After creation, it went to the folder level, not the top level of the library.
    Please check whether you installed some updates for your SharePoint 2010.
    For narrowing down the scope of this issue, please verify the followings:
    Please create a new site at the same site collection, then test again, compare the result.
    Please create a new site collection, test again, compare the result.
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Unable to get the composite instance for the invocation. This could be because instance has not yet been created or because the audit level for the SOA infra has been set to Off

    I am on Oracle 11.1.1.7 BPM suite on W8 64 bit. I can't launch the flow trace and get the error "Unable to get the composite instance for the invocation. This could be because instance has not yet been created or because the audit level for the SOA infra has been set to Off".  I have set the audit level to development at the soa-infra>SOA Administration> Common Properties > Audit level set to development and Capture Composite Instance State is Checked.
    Can somebody advice.
    Thanks

    Can you please confirm me the following steps...
    Log in to the EM console, Expand soa-infra (soa_server1) , go to the partition where your composite is been deployed, Click on your composite, On the right, click on the dropdown Settings and choose Composite Audit Level. you can choose to set the Audit Level for this composite. If you choose Inherit, it will take the settings to what the server is being set to. Otherwise, we can override it by choosing Off, Production, or Development.
    Make sure your setting for that composite is not Off, keep inherit or production or development.
    Thanks,
    N

  • How to Inactive Item Status at Org Level

    How to Inactive Item Status at Org Level and what are the implications of doing so.
    What are the prerequisits before inactivating an item status.
    The Procedure I am following is
    Changing the Item Attribute control to Org Level for Item Status
    Log on to Organization Items and Selecting the Item Status as Inactive.
    Can any one please let me know what are the pre requisits before Inactivating an Items and The procedure I am following is correct.
    Thanks
    Srinivasa Garikipati

    Hi;
    Please check serial attribute and org attribute problems with item master and see its helpful
    Also you can check:
    http://oz1-n.blogspot.com/2009/06/interview-questions-for-oracle-11i-apps.html part
    1. Once an item is assigned to an organization, is it possible to remove this association at a later time?
    2. How do I inactivate an item?
    Regard
    Helios

  • ORA-20100: AppDomain could not be created for the specified security level

    We recently updated our development environment to Visual Studio 2010. We have previously deployed (with success) .Net stored procedures from Visual Studio 2005 to our Oracle 10gR2 database. I am currently trying to configure a local instance (called local) of Oracle 10gR2 database to test deployment of .Net stored procedures to Oracle 10gR2 via Visual studio 2010 and ODT version 11.2.0.1.2. I have built the demo from the ode developer guide and gotten as far as deploying it but executing the stored procedures from VS 2010 or SQL*Plus produces the following error...
    ORA-20100: AppDomain could not be created for the specified security level
    ORA-06512: at "SYS.DBMS_CLR", line 152
    ORA-06512: at "SCOTT.GETDEPTNO", line 7
    Here is what I have done.
    (Server)
    1. Installed oracle 10gR2 with ODE.Net
    2. Installed Oracle 10gR2 patch set 22
    3. Installed ODE upgrade from Oracle Developer Tools for Visual Studio .NET with Oracle 10g Release 2 ODAC 10.2.0.2.21
    (Client)
    4. Installed Oracle Developer Tools for Visual Studio .NET with Oracle 10g Release 2 ODAC 10.2.0.2.21 (In new client home).
    5. Installed patch set 22 on 10g client home.
    6. Installed Oracle 11g Release 2 ODAC 11.2.0.1.2 with Oracle Developer Tools for Visual Studio(in new 11g client home, only for VS 2010)
    I have made some minor changes (GAC) etc. per the following threads...
    ODE.NET 11.1.0.7.20 on 10g Database?!
    Re: Error: System.TypeInitializationException
    The database appears to be fully functional via TOAD - SQL plus etc. I can't find much on this error but it appears Oracle needs some permissions to launch an ASP.Net application that it does not have. Any help would be GREATLY appreciated, don't hesitate to ask for additional details.

    The KB article is almost what we have apart from theitalic underlined
    part
    Consider the following scenario:
    You use a domain administrator account to log on to a computer that is running Windows 7 or Windows Server 2008 R2.
    You use the Active Directory Users and Computers Microsoft Management Console (MMC) snap-in to connect to a domain controller.
    You open the Properties dialog box of a user account.
    The user account has sole access to a shared folder path that cannot be accessed by the administrator account.
    You set the Remote Desktop Services Home Folderattribute to the shared folder path.
    NoteThis attribute is located on the
    Remote Desktop Services Profiletab.
    You click Apply or OK.
    In this scenario, you receive the following error message:
    The home folder could not be created because: The network name cannot be found.
    Note If you click Apply or OK again, no error message is returned. However, the setting is not saved.
    I think the important bit is
    The user account has sole access to a shared folder path that cannot be accessed by the administrator account.
    We manually create the shares on our NAS and then just want to enter the path in the profile tab, I suppose the question is how to we stop it trying to create the shares ?

  • Workflow does not start automatically on create item (yet another time)

    The topic has been discussed broadly throughout different forums, but I didn't find the solution to my issue yet and hope you can help me out with ideas to sidestep the difficulties created by Microsoft.
    I have one list 1 in Site Collection A, and one list 2 in Site Collection B (PWA site collection). I need to copy an item from list 1 to list 2 with some values. I use a "Call http web service" action to accomplish
    that as I need to copy informatin cross site collections.
    The "Call webservice" is in an App Step, because the user creating an item in list 1 does not have permissions on list 2. Thus, my item is created "by workflow" (not "by System Account") in list 2. Now I need a second
    workflow to start on list 2 which will create a project in Project Server.
    As I am working across 2 site collections, I can not use a SharePoint 2010 workflow with impersonation step for list 1 as the "Call a webservice" action is not available for SP2010 workflows and "Copy item" only works in the same site.
    In Nintex I can impersonate the web service call - is this also somehow possible for SPD2013 workflows? Or is there any other possibility to get over this silly restriction of workflows not starting automatically on System account created items? Someway
    perhaps to tweak the App Step in impersonating with another user account?
    Any help appreciated!
    I really can't understand, that this common requirement is still not solved by Microsoft :-(  I found more threads on the topic than I can count, so this seems to happen quite often... at least they should finally offer a proper way of doing some kind
    of impersonation with the calls so we have a chance to change the creating user account.

    Hi,
    As I understand, you would like to use workflow to copy list items cross site collection.
    So far it is not supported with OOB workflow option, here is an codeplex workaround:
    https://spdactivities.codeplex.com/wikipage?title=Copy%20List%20Item%20Extended%20Activity
    Please check if it can be help.
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Best practice to create multi tier (atleast 3 level) table

    What is the best practice to create multi tier (minimum 3 levels) of table?. Could any one provide a sample structure?.
    Thanks.

    Can u b more specific as to what you are trying to do. What u mean by 3 level table?

Maybe you are looking for

  • Elements 10 Organizer does not work anymore

    I received the message "Elements Organizer has stopped working" , after I opened for pictures created a new "Tag". Then PSE 10 plunged. This is done regularly now, when I start the Organizer of PSE 10. The editor works fine. My catalog contains aroun

  • Forms server 6i as a portlet provider, can we ?

    Can we register the appliation generated from a Forms Server 6i, as External provider and put the url that we put in the Browser - to run the first form- and put as the login url in the Login server 'Add an External Application' Dialog,and put the us

  • WRT54GS Wired/Wireless Crash: Unintentional Hard Reset

    Okay here's my issue: I have four computers  that connect via wireless through this device.  Including my xbox360 I have another computer that connects  through the wired connection. Everything works fine when security is down. Not liking weps and ho

  • J2se 1.5 download

    i need j2se1.5 software.but browsing thru sun's list of downloads i found tht the jdk5.0 is not available for download.only the updates are available.however i need the 5.0 version immediately.let me know from where i can download the software. i nee

  • Emails that go out without the attachment

    i consistently have one client that never receives attachments and/or photos in emails that i send from my iphone. not sure why this happens, and don't want to screw up my settings by messing around.