Can we do personalization at user level under iprocurement

Hi,
Using the personalization i have enabled the exchang rate and exchange date for Non-catalog request items in iProcurement since, we are facing exchang rate issue.
i have enabled the personalization at responsibility level so all users are viewing the personalize fields. Now i want to restrict the personalize fields at the user levle. Is there any way i can do the personalization at the user levles?
Note: we are using the 11.5.10.2 version.
Please let me know..
Regards,
Kevin.

Hi,
There's another way apart from personalizations.
Hi Suppose you have two fields say A and B and two users David and Henry.
You want David should see both the fields and Henry shoudn't...
Then in that case in the controller of the page in process request you cvan capture the Username from profile option
String user = (String)pageContext.getUserName();
if("David".equals(user))
field A .setRendered(true);
field B .setRendered(true);
else if("Henry".equals(user))
field A .setRendered(false);
field B .setRendered(false);
You can proceed this way....
Thanks,
Gaurav

Similar Messages

  • 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

  • Can we create wallet at User Level to implement TDE in Oracle 10g

    Hi
    I am going to use a Oracle 10g TDE security feature for data security.I have gone through with lots document.Everywhere there is mention to open or close a Wallet at system level.I mean ALTER SYSTEM..that means except DBA no one can see the encrypted column.
    But my requirement is bit different,I want to encrypt the column based on user.
    lets take example- Suppose we have one table TEST with C1,C2,C3,C4,C5,C6 column and there is U1,U2,U3 user.I want to encrypt C1 and C3 for U1 , C2 and C5 for U2 , C4 and C6 for U3 and U1,U2 and U3 can see only all columns except encrypted column.
    My question is Can we apply TDE at User level rather than system level.
    Any ideas or thought would be appreciable.
    Thanks in advance.
    ANwar

    The idea of TDE is to provide data protection on storage media, so when your backup tapes drop from the truck or the hard disk of a stolen laptop is sold online, encrypted data remains encrypted and can't be read by anyone.
    It seems to me as if you try to achieve access control by encryption, which you don't need: If users have sufficient privileges or the business need to see data, then they should be granted access and see the data de-crypted. Otherwise, access control mechanisms (roles, views, VPD, OLS) should kick in and hide the rows from them.
    So, for day-to-day business of your database, the wallet needs to be open, so that the database can de-crypt data for users who have been granted to see credit card numbers etc., but then limit access to credit card numbers they are not allowed to see with other measures. There is a little hands-on for TDE and VPD here:
    http://www.oracle.com/technology/obe/10gr2_db_vmware/security/tde/tde.htm
    Hope this helps,
    Peter

  • Remove Personalization at User Level - Saved Searches

    All,
    There is a problem in the Saved Searches. We are on 11.5.10. The page immeditely throws error when a custom view is created using "Save Search" button.
    It says,
    ## Detail 0 ##
    java.lang.NullPointerException
    at oracle.apps.fnd.framework.webui.OADataBoundValueCustomization.getValue (OADataBoundValueCustomization.java:191)
    I am not able to revert this view created through save search. I tried by setting the Disable Self-Service Personal to Yes at that user level where i created the view and bounced apache. But the error still exists.
    Is there any means like by "Functional Administrator" responsibility where these views can be removed?
    Thanks,
    Padmaja

    Pl see if a similar issue reported in MOS Doc 859190.1 (Personal Worklist Returns NullPointerException When 'Disable Self - Service Personal' Is Set To Yes) can help
    HTH
    Srini

  • Form Personalization at user level

    Hi,
    I'm new to form prsonnalization and dont have much knoweldge on this.
    Can any one help me in personalization of a form where a single field in a form needs be edited or changed by single user only and for the rest it should be in read only mode.
    And i got to do this without using "custom.pll"
    Thanks in advance.
    B/R,
    Venkat.

    You also try with following setting with same condition .
    Event : WHEN-VALIDATE-RECORD
    Object :  PO_LINES

  • 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

  • User level privileges to discoverer reports

    Hi All,
    I am facing a very strange problem.
    One of my users is running a discoverer report. He complains that he cannot see a particular row.
    When I open the report with the same responsibility but using my user name, I can see that row.
    Does it depend on the user name? Is it because, I am using the 'Owner Name' ?
    I know that we can set the privileges at responsibility level...but can we set them at user level?
    I will appreciate any idea/solutions on this.
    Thanks,
    Yogini

    Sounds like the view it's accessing at the database level has security built-in (as Rod alluded to).
    Is it a BIS view (ie: prefix is something like: xxFG_ (like ARFG_ or GLFG_))? If so, view security could well be the situation.
    Alternatively, the only way you could see 'more' info in the report if it wasn't a database level view thing, VPD, etc., would be that your Oracle Apps username in the EUL had more 'power' than his. Discoverer will connect an Apps user with their Oracle Apps name and / or responsibility AND always take the method that gives the connectee with the most 'power'. That's why I always recommend to only set privs, security, and report sharing with responsibilities and not Oracle Apps usernames.
    Russ

  • How to hide the columns at the end user level thru personalization

    Hi all
    how I can hide the columns that are displayed on the portal. Any personalize option for the end user? Any righ click or some thing?
    I am looking at hiding columns not while developing the iViews / Pages, But in the browsers as the end user.
    i can hide the columns what ever i want while creating the iViews for MDM data. but we cant provide the content administrator role to the end user for hiding the columns what ever they want. they want to hide the columns thru pesonalization option at the end user level.
    Can you please let me know whether we can able to hide the columns at the end user level thru personalization ?? is it posible with standard iViews??
    Regards
    Sunil

    Hi Sunil,
    I understood your requirement properly and seems valid and I tried this at my end but i didnt get the solution. Field list is not visible in Personalize option. I dont think it is possible with MDM standard iViews.
    I was thinking an alternative is if some how we manage to give the permissions to end user only on Result Set iView but if it would be possible it will not be a good design.
    Lets wait for some inputs from others.
    Regards,
    Jitesh Talreja

  • 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.

  • User level personalization not available

    Hi All,
    I went to one of our OA pages and clicked Personalize page. I m trying to personalize an item at user level. I see only Site, Function, Organization and Responsibility and can't see user level .
    Please let me know what needs to be done to enable the user level personalization for that page/item.

    User Personalization specifies whether the user can personalize a item. This property is relevant only in the case of user-defined views. Items that have the User Personalization property set to true only can be personalized by the user in the Create/Update Views page.
    Thanks
    --Anil                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • I can't login into my  macbook pro under my user , only as a guest.

    My MacBook pro is taking forever to load. I can't login using my user name, but only as guest. When I finally make it into Guest User, it takes forever to load anything and everything. I want to know if I can still retrieve my pictures. I tried going thru iPhoto under guest user and importing the pictures. However, a red exit sign appears on all the files under that username. Please help  ;(

    Hi rosaqt,
    I see that you are having some issues with your ability to log in to your user account on your computer. If this issue is related to passwords, you will want to see the information in the following article:
    OS X Mavericks: If you forget your login password
    http://support.apple.com/kb/PH14120
    However, if this issue is unrelated to your password for your user account, you may need to provide more information in order for me to properly assist you. In the mean time, you may wish to boot into Safe Mode to see if that affects your ability to log in to your user account:
    OS X: What is Safe Boot, Safe Mode? - Apple Support
    http://support.apple.com/en-us/HT201262
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • How can we enable the trace at schema / user level

    Hi ,
    I knew how to enable the trace at session level and system level.
    How can we enable trace at schema / user level.
    Thanks
    Naveen

    I still don't understand.
    As far as I know, 'trace' means 'to emit information about a subset of the steps being taken through code, generally to profile timing or identify code paths'.
    As far as I know, a user and a schema are passive. There is absolutely no code 'running' against a user or a schema. I have no idea what could be 'traced' for a user or schema that is not already available in the data dictionary.
    Further, a schema is nothing other than a named set of database objects. The name happens to be tied to a specific userid. So a schema could be considered a special kind of userid - although that is technically incorrect.
    A session, on the other hand, is active. There is code running, there is memory assigned. It happens to link to the connection established by a user, using a specific userid.
    I think you have told us you know how to turn on tracing for a session.
    Why can you not turn on the traciong for all the sessions for a userid?

  • R12 limit the user privilage under multi-org situation

    Hi
    In R12, users needn't change the repsonsibilty to achieve the same transaction for multi-org.i.e. u can do the ou1,ou2....under the same AP responsibility.
    while if i want to limit users privilage under this situation, user1 is just limited to the ou1, user2 is just limited to the ou2....how can i relaize it?
    Any help will be preciated.
    Regards,
    Chelsea

    you can achieve this easily...I would suggest go through Documentation atleast once. This Subject is very new.
    Here is one senario how can it acheive for AP Invoice Entry
    Responsibility: Payables
    Navigation: Invoices:Entry > Invoices
    On the Invoice Workbench, you can select an Operating Unit, or enter another field, such as PO or Supplier Site, from which the system will default an OU. Your list of available OUs is determined by your multi-org security profile defined in Oracle HR and associated to their responsibility through the MO Security Profile profile option.
    How it works....once the application automatically provides the operating unit of new (uncommitted) invoices during entry. The following are methods by which the operating unit is derived:
    1)Default Operating Unit from “MO: Default Operating Unit” Profile Option
    2)Default Operating Unit from Invoice Batch Header
    >>When entering invoice batches, users have the option of establishing a default operating unit for the invoices entered in the batch. This can be overridden at the invoice level as with any other value (Payment Method, for example) entered in the Invoice Batches window.
    3)Derive Operating Unit from Transaction Attributes
    >>>Oracle Payables will derive the operating unit of an invoice based on certain user entered attributes. If the user chooses a PO (via PO Default or QuickMatch features) or supplier site when the Operating Unit field is empty, the Operating Unit corresponding to the selected value will be populated onto the invoice.
    4) Set Operating Unit from Single Operating Unit Security Profile
    >>>>> That mean when a user’s security profile contains only one operating unit, it can be said that the user’s operating unit context has been “set” to this operating unit. This value is automatically defaulted to all new invoices and it cannot be overridden.
    Hope this make sense.
    same is true for other activity like payment , period close.Let me know , in case if you are not clear.
    thanks

  • Disable the Advanced tab at user level while scheduling concurrent requests

    How can I disable the Advanced option at user level while scheduling concurrent requests ?
    In the Schedule Form you have:
    Run the Job...
    - AS soon as Possible
    - Once
    - Periodically
    - On Specific Days
    - Advanced
    Thank you.
    Edited by: user635184 on Jan 27, 2012 1:49 AM

    Hi,
    The steps are the same except that you need to do the personalization at the responsibility level (ie Condition Tab> Context>Level should be set to 'Responsibility')
    You have to apply the personalization for all responsibilities(except Sys Admin) individually.
    See the following Metalink notes for information on Form Personalization:
    279034.1: Information About the Oracle Applications Form Personalization Feature in 11i
    744069.1: Sample Testcase For Using Form Personalization In Oracle Applications
    1266606.1: OM: Sample Codes For Form Personalization In Order Management
    Regards,
    Sujoy

  • Controlling Task expiry at User Level programatically

    Hi to all BPEL Guru's. Need some expert advice.
    I am using Oracle SOA Suite 10.1.3.4 on weblogic server 9.2
    The requirement given to me says that,
    - Number of approvers for a task may vary on case to case bases, and needs to be pushed in the workflow as a set of parameters.
    - Every user may have a different SLA to act on a given task.
    To satisfy the first requirement my first approach was to use Sequential Approver Participant Type and push a comma seperated approver list to the workflow. But the issue with this approach is, associating a different expiry date to every user would be a big deal. And even if I find a way to get the associated expiry date, I would not be able to set it on user level, as the 'By Expression' is supported only at Global Expiration and Escalation Policy level and not at the Participant type level. Does anything click in your mind as a workaround to this? Appreciate your help. One workaround I can think about is to get handle of 'OnUpdated' callback and change the Global Expiration and Escalation policy everyime the task is updated.
    The second approach was to have a defined set of 'Single Approver' participant types (i.e. Multiple Single Approvers)under 'Assignment and Routing Policy'. Here the dynamicity of number of approvers is lost. So I will have to design multiple workflows with a selected set of approvers. The workflow submitter can select the appropriate workflow and submit it. In this approach I can atleast associate an expiry date with a user in the incoming payload and assign to the single approver.
    Not sure how to get out of it.
    Any help is highly appreciated.
    Many Thanks,
    Vikas

    Check Note: 364503.1 - How to Set a System Profile Value Without Logging in to the Applications
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=364503.1

Maybe you are looking for

  • How do I get ios5 devices to sync their directly downloaded apps with iTunes ?

    I have an iMac /Lion, iPhone and iPad, previously on MobileMe and an iPod touch, never connected to mobile me. I have transferred MobileMe to iCloud. I have found that programs, downloaded directly to my iPad, will download to my iPhone(directly), bu

  • Year To Date(YTD)

    Hi, Can any one explain me how to caluculate YTD(column) in a report. I have fiscper and fiscyear as time char Thanks, Pooja

  • IAB Studio is a new J2EE based Rich Internet Application builder

    Here I would like to introduce a new J2EE based solution for the development of Rich Internet Allications. We are pleased to announce a new release of IAB Studio 3.1. This innovative development solution for Rich Internet Application Development is n

  • Selective Deletion of Recrods in PSA

    Hello All We are using BI-7.0 frontend. While loading data to a master data infoobject we are facing a abort due to incorrect time field. This records are actually unwanted and are results of a code written in enhancement,thus we we want to delete th

  • Zoom and pan map?

    Dear friends, Over the last few months I tested an endless series of jQuery-based scripts to find a way to do a seemingly easy task: allow readers to zoom and pan to a detailed map on an ebook created through iBooks Author. The result is that none of