Unable to Personalize at SITE level.

I was customization "Customer" pages in R12.
Code is ready, problem is that, When i goto personalize page, I can't personalize at SITE level, i'm getting only for ORGANIZATION level.
Screenshot LINK ->
http://i.imgur.com/7lPt9yM.png
NOTE
Same  issue exists for any Controller for this page.
Even for "pageLayout" i.e Root controller  , SITE level is disabled.
So i need to do any setup?
How can i apply personalization at SITE Level???

HI.
I am trying to Personalize Create Customer Page.
Page : /oracle/apps/ar/cusstd/createcus/webui/ArCreCusPG
Region : addressRN.AddressLocationSite.addressCreateUpdateStack
ScreenShot.
http://i.imgur.com/Iu1Ub2D.png

Similar Messages

  • URGENT:Copying Personalizations from Site Level to Responsibility Level

    Hi All,
    We have created quite a many Personalizations at the Site level for our Instance. Now we release that if we have them created at the responsibility level we would have more flexibility.
    Can any of you let me know in case , there is any way to move the personalizations created at the site level to Responsibility level?
    Thanks,
    Priya

    Hi Mani / Anil,
    Thanks for your responses.
    I copied the site level personalization Tags from the site level xml document and put it in the Responsibility level document and removed those personalizations from site level as well and it is workign fine.
    Just I have one more question to this. Going forward how do I create the items ( Create Personalized Items) at the Responsibility level.
    B'coz when I create a Stack Layout Item , I can only create it at site level. But if I want this to be available only to some Resposinbilities and not to all then how do I do it?
    Thanks,
    Priya

  • Converting user level personalizations to site level personalizations

    Hi All,
    My Requirement is as follows:
    In one search page i have created one view to save my search by providing view name.
    Now if i login from different user i am not able to see that view name in the drop down which i have created from different login.
    i intend to see that view for all users even if create from single login.
    i know that save search is user level personalization, but i want to get the same at site level.
    but while creating there is option like site level or responsibility level.
    Any help would be greatly appreciated.
    Thanks in Advance.
    Regards,
    Naren.

    Hi Reetesh,
    find the below steps.
    let me know if you need any clarity.
    Create, Duplicate, Update or Delete an "admin-seeded user-level" personalization :-
    ==================================================
    Select the Personalize pen icon to launch a focused version of the Page Hierarchy Personalization page for a selected boxed region.
    Use the Hierarchy Page HGrid to identify the query region for which you wish to create an "admin-seeded user-level" personalization. (You can create seeded user-level personalizations only for a table or a HGrid in a query region.)
    Select the Seeded User Views icon to launch the Personalize Views page where you can create, update, duplicate or delete "Admin-seeded user level" personalizations.
    When you create, duplicate or update a seeded view, you navigate to the respective Create/Duplicate/Update Views page. Select Apply to save your changes when you are done.
    Regards,
    Naren.

  • Personalization at site level

    i am not able to personalize the standard oracle view of Customers (AR_ARXCUDCI_STD_VIEW) at site level.The fields are coming as Read only for me.Please help.

    Hi Pradeep,
    Use pageContext.functionSecurity (I'm not sure about exact syntax) to get the function name when u visit the page.
    From the above value you can solve your issue
    Thanks,
    Kumar

  • Unable to delete same site-level content type - The content type is part of an application feature.

    I have a content type called "XYZ" at a subsite level that I'm trying to delete. I have disassociated all lists (there is only 1 list using content types, which is using a different parent level one now) from this content type but I'm still getting
    this error:
    The content type "XYZ" is part of an application feature.

    Hi,
    Please try to change "IsFromFeature" flag in content database for the particular content type from "1" to "0".
    More information is here:
    http://pranavnk.blogspot.com/2013/10/deleting-orphaned-content-type.html
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Personalization - Site level, and not able to see it a resp level

    I have added 2 new fields i.e. Field A and Field B to an Oracle seeded page at Site Level using Personalization. Based on the type of responsibility, I want to render one field at a time. I wanted to do this using responsibility level personalizations. However, I do not see these 2 fields when I try to personalize at responsibility level. What could be the issue?
    EBS version 12.1.2
    Thanks.

    Hi ,
    Fields will be created at site level through personalization ,it will appear for all the responsibility ,once u will go to a page using a particular responsibility ,again you personalize the field and can set the rendered property false for all level except that particular responsibility .
    Thnax
    Pratap

  • 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                                                                                                                                                                                                                                                                       

  • Unable to Create Customer Profile at Site Level

    Hello All,
    I am working on R12 Customer Conversions.
    As part of this, i am trying to load the customer profile amounts at levels. 1. Account Level 2. Site Level
    At Account Level, When ever i create a new account defaultly a new record is creating in hz_customer_profiles for the account_id. And i am passing 'cust_account_profile_id' to the hz_customer_profile_v2pub.create_cust_profile_amt. And able to do create customer profile amounts successfully.
    But
    At the Site level, when ever i create a new site, its NOT creating a record in HZ_CUSTOMER_PROFILES. If it creates i can have this 'CUST_ACCOUNT_PROFILE_ID' and pass it to the API
    but its not doing so.
    Could you please tell is there any setup for Creating HZ_CUSTOMER_PROFILES while creating SITE Use.
    Please help me in this.
    Thank you,
    Aush

    Hi Aush,
    There is not specific setup for the same. You might not using the APIs correctly. Did you use hz_cust_account_site_v2pub.create_cust_acct_site API to create site? Once you create the site, you need to defined the site use using api, hz_cust_account_site_v2pub.create_cust_site_use. This Site use api will insert the record into HZ_CUSTOMER_PROFILES for the site record.
    Once you create the site use, then you can define the profile amount using hz_customer_profile_v2pub.create_cust_profile_am API. Hope this is helps you.
    - Kiran

  • Unable to configure site mailbox at the sub site level and new site collections created

    hi all,
    i am trying to get the site mailbox up in my  SP 2013 env's sub sites and site collections.
    i am able to get the site mailbox created on root site collection level ONLY.
    but i am getting the error  code 8 when i try to add the site mail box at the sub site level and the newly created site collections on the same web appln.
    error code 8:
    An error occurred during the OAuth handshake between SharePoint and Exchange. This is typically caused by server to server configuration issues, such as a realm value mismatch on either side, certificate issues for Exchange or SharePoint, etc. Review certificates
    and attempt to establish or reestablish trust.
    so is it possible to create site mailbox at the sub site level [ team site] ?
    and  what are the  steps i needed to perform on exchange server level.

    hi all,
    i am trying to get the site mailbox up in my  SP 2013 env's sub sites and site collections.
    i am able to get the site mailbox created on root site collection level ONLY.
    but i am getting the error  code 8 when i try to add the site mail box at the sub site level and the newly created site collections on the same web appln.
    error code 8:
    An error occurred during the OAuth handshake between SharePoint and Exchange. This is typically caused by server to server configuration issues, such as a realm value mismatch on either side, certificate issues for Exchange or SharePoint, etc. Review certificates
    and attempt to establish or reestablish trust.
    so is it possible to create site mailbox at the sub site level [ team site] ?
    and  what are the  steps i needed to perform on exchange server level.

  • Item created at site level can not be seen in other responsibilities

    Hi,
    I've made changes to one of the iProcurement pages.
    I added an item (type : Tip) at the site level . The context is as follows:
    scope : page
    site : include
    organization : A
    responsibility : B
    The Tip item's rendering properties are as follows:
    Site : True
    Organization : Inherit
    Responsibility : Inherit
    Now, I go to another responsibility C and when I looked for this item, it can't be seen.. The item could not even be searched in the personalizations page.
    The context for this as follows:
    scope : page
    site : include
    organization : D
    responsibility : C
    I just want to know that when an item created at site level should be seen by all the responsibilities right?
    why is that it is not getting displayed here?
    Thanks in advance

    Hi Ram,
    I could clearly see that the item got created at site level.
    The function in the context window is left blank.
    site: include
    organization : A
    responsibility : B
    I could see the item in the B responsibility.
    But when I go to some other responsibility ( with a different organization), I could not see the item.
    This page I'm talking about is NonCatalogShoppingPG (iProcurement).

  • Personalization at Responsibility Level

    Hi ,
    I am trying to personalize the display of "Worklist Notification" in Home page based on the responsibility of the user logged in . I have choosen the reqd. responsibility in the responsibility context chooser and did personalize the "Stack Layout: Notifications Worklist Function" at responsibility level. Everytime I login the context of the responsibility changes and my personalization does not work . If I manually go and change the responsibility context to the responsibility I want I am able to see the "Worklist Notification" list .
    I would like to know if there is way I could make sure that the responsibility context does not change everytime a user logs in . Any replies will be greatly appreciated .
    Thanks,
    Chandu

    Hi,
    Sorry my mistake, if your responsibility is not the context it cannot pick up the XX_WORKLIST Permission from your Menu. You must use Functional Administrator Grants instead,
    Try this:
    delete your XX_WORKLIST function from the menu and from the system
    1) Functional Administrator > Permissions
    Create new permission:
    XX_WORKLIST
    2) Functional Administrator > Permission Sets
    Create new permission set:
    XX_WORKLIST_PS
    - add the XX_WORKLIST permission
    3) Functional Administrator > Create Grant
    Name: XX_WORKLIST_GRANT
    Grantee Type: Group of Users
    Grantee: 'Your Responsibility' (e.g. System Administrator - FND_RESP|SYSADMIN|SYSTEM_ADMINISTRATOR|STANDARD)
    Operating Unit: leave blank
    Responsibility: leave blank
    NEXT
    Permission Set: XX_WORKLIST_PS
    SAVE
    - you will have now granted the XX_WORKLIST permission to any user with 'System Administrator'
    4) Functional Administrator > Core Services > Caching Framework > Global Configuration > Clear Cache
    Clear the Cache
    Personalise your worklist (e.g. Row Layout: Home Content Row) at Site level with SPEL:
    ${oa.FunctionSecurity.XX_WORKLIST}
    I have tested this in my 11.5.10 environment and it worked. All users with 'System Administrator' see the worklist, all others do not.
    Regards,
    Mike

  • How can we do personalization at User Level

    Hi ,
    I have extended a controller .
    and I have to replace the seeded controller to extended controller using personalization at User Level.
    Can any one suggest how can we do personalization at user level.
    Regards,
    Krishna.

    Hi,
    If you have extended controller then why don't you use profile option for restricting at user level.
    In controller use as following :
    processRequest(...)
    super.processRequest(...);
    String userProfile = pageContect.getProfile("Profile option name");
    if(null!= userProfile && !"".equalsIgnoreCase(userProfile.trim()) && "userRestriction".equals(userProfile.trim()))
    //do your changes
    follow same in processFormRequest as well.
    Once it is done...replace you controller at site level. It will only work for the users for whom the profile option is set.
    Regards,
    Mukesh Uchaniya

  • Customizing CO class on site level is not taking effect

    Hello,
    I extended a CO class and changed the region "Controller Class" on Site level from "Inherit" to my newly created class
    But the personalization is not taking effect when i run the page; any idea why?
    thanks

    Ash,
    begin
    jdr_utils.listcustomizations('your page path like /oracle/apps/pon/award/completion/webui/ponCompleteAward2PG');
    end;
    will give the personalization availble for your page, then get the details using,
    begin
    jdr_utils.printDocument('output of the above query');
    end;
    Make sure the above script is giving your controller in place and see what level your contoller is attached.
    Thanks.
    With Regards,
    Kali.
    OSSi.

  • When trying to create a site, I am unable to save the site.

    Dreamweaver tells me "WARNING: the Spry assets folder is not inside the site. Please select a valid folder in the local site root." Help! I am unable to create any site.

    Also, when will the next version of GoLive (the real pro version, not the watered down entry level version Adobe now offers) be ready? It is was so vastly superior to DW.
    In case you've been living on a distant planet, GoLive is no more.  Adobe discontinued it in April, 2008.  The code it generated was horrible and didn't meet W3C modern web standards.
    They tell you to locate your site before you create it.
    The first step in creating a site is to DEFINE a local site folder in DW.  Without this critical first step, DW cannot manage your pages, links, CSS files, and other assets for you.
    Go to Site > Manage Sites > NEW and tell DW where on your hard drive you want to keep your local site folder.
    See "Creating your first web site in DW CS5":
    http://www.adobe.com/devnet/dreamweaver/articles/first_website_pt1.html
    Good luck,
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Gray out site-level profile options

    Hi All,
    Kindly let me know if there is any sql statement for graying out site-level profile otion for all the profile optinos.
    So that the dev user can only modify the profile options at user or resp level but not at the site level.
    Kindly help me out with some sql query which can gray out the site - level field at profile options.
    Thanks is advance.

    Hi,
    But they can simply login to Application Developer responsibility (assign it to themselves if they do not have it as they have access to System Administrator) and revert all the changes :)
    If each use has his/her own username, you should be able to know who is the one who updated the profile option value.
    As mentioned in my first reply, update the site updatable columns in the table, this should stop the users from updating those profile options (try this on a test/dev instance and take a backup of the table first -- please do not apply the same on your production instance).
    One other possible workaround/solution would be using forms personalization to hide the system profile option values at the site level but again if some one has the apps password and System Administrator responsibility he should be able to disable the code.
    Thanks,
    Hussein

Maybe you are looking for

  • EEWB WHEN RECREATING GETTING AN ERROR

    I created a Project and extended a Field in OPPORTUNITY which also relevant for BW. Then I deleted that as I need to change the description. When deleted I could be able to delete successfully. When I am recreating the proect I am getting the error '

  • Refresh materialized view

    Hi, Version: Oracle 10g I am not having any knowledge on Materialized views (now started reading about M Views). One of my friend has asked this question. If we need to refresh the materialzied view on adhoc basis is there any API avialable. Eg Mater

  • Sending of GR & GI slips through external mail

    Hi All, Kindly suggest me, to achieve following client requirement. The requirement is to send the GR and GI slips through external mail to "Goods Recipient" for MIGO transaction. Many thanks, Venkat

  • How to remove all personal information for your blackberry?

    I am currently an Altel subscriber, whom is being switched to AT&T.  I would like to sell or donate my current blackberry 9630 as it is in new condition.  How do I ensure all my data has been removed and it is safe to do so?  I checked online and it

  • Missing image capture

    my image capture application is missing. i've used it before. maybe i accidentally deleted it off my mac, but i don't remember doing anything like that. anyway, is there anything i can do to get it back on my mac?