The user - fields of resources search page

Hello world.

I want to add the resource to the advanced user search page.
When I Anvanced-> Configuration-> Configuration-> configure the search user, I can't see selection of the resource to add the search parameter.

How can I add a search of resource setting?

Thank you.
Kind regards.

I don't think that attribute resource is available with the schema user vo. If the attribute does not exist in the schema you can make customization available.,.

In this case you required for updating schema for this field.

customizaion detail check below link * (25.6 adding or removing columns in the Console Tables) *.
http://docs.Oracle.com/CD/E17904_01/doc.1111/e14309/uicust.htm

I think it will be a tedious job for you

-nayan

Tags: Fusion Middleware

Similar Questions

  • the form of course update the user field value

    Can experts tell me if we can retrieve the data from the form of courses and update the user field. If so, please could you tell me how to do and a simple example will be useful.

    Thank you very much

    Write an adapter to transfer and pass the value of the form attribute of the user

    How to create a transfer adapter: -.

    Name of the adapter:-adapter task of transfer process
    Adapter type:-treat stains
    Description:-adapter task of transfer process
    Variable:-determination of entry (of Type String) during execution
    Task of the adapter:-logical task... Adapter--> Variable defined return value--> entry
    Save... Build... Compile...
    For example, you have created your adapter generic transfer...

    Suppose that your Mobile is stored in the field of process form Mobile...

    In the process definition, create a task... Set the task to transfer adapter process...

    entry--> process Date--> Mobile
    Return value of--> user definition adapter--> Mobile...

    It is a very convenient way of transmission data Mobile Process to user profile without writing any custom code

    Mark if you find it useful, useful...

  • Actions: difference between read only vs entry by the user fields?

    Hello

    I did two forms of simple test. We're working and the other does not work and I think it's because of the State of a numeric field (read-only, user-enetred)? Here are my two test files (they are very simple): http://dropcanvas.com/ix8zj , I made them with LCD ES2. I searched and tried every combination and change I could think. The thing I'm trying to accomplish is to allow a button when a value in a text field is reached.

    Thank you much for your time and any help you can offer.

    Chris

    Header 1 Header 2
    works_screenshot.pngdoes_not_work_screenshot.png

    Hi Chris,

    The problem with the code that generates the action builder, is that it is based on the output of the GrantTotal field event.  It works but you must select all the checkboxes for value of 400, and you have to tab if the GrandTotal then the event field exit if it is triggered.

    Try to remove the event generator of the action GrantTotal.exit and change your calculate event to something like;

    var total = parseInt (CheckBox1.rawValue) + parseInt (CheckBox2.rawValue) + parseInt (CheckBox3.rawValue) + parseInt (CheckBox4.rawValue);

    If (total = 400)

    {

    Button1.access = "open";

    }

    this.rawValue = total;

    Concerning

    Bruce

  • Add the text by the user field

    I am struggling to find the js code for a form required to add the text field by the user when necessary. in fact I have a form that has a text field name, the address, phone etc, and sometimes there is more than one person so, I need java script to add text more filled in by the user.

    Here is the link of the same shape it please help me I am new to coding js and not a lot of knowledge in this area.

    Dropbox - Master_Listing_Agreement_070316.pdf

    Thank you

    Jenny

    You write the code, using the method documented in the JavaScript API like addField. If you have any trouble finding or understanding of this document, please let us know if we help you learn how to write your code. Please do not expect to do for you, job in us asking you to write the code for you.

  • Expand the text field to allow multiple pages

    Hi all

    WARNING: Not a programmer JAVA/type. I usually Google things to death and try to learn from there. Create a form and have followed some other suggestions, but I'm in a dead end to the expansion of a field (text field) to allow users to enter information, and to print the full entry once submitted.

    I changed the form must be sent using the e-mail button to choose the recipients and as doc pdf. I want to keep it this way. I created the form and do not use a template. I just signed up and looking for the button attach doc, created in Livecycle Designer ES in the hope that someone could take a look. Could not find the button attach. If anyone can provide their e-mail address to take a look, it would be great.

    Niall, I've been reading your posts and actually I tried copy and paste in one of your fields (re: subform as a debit, etc.) but so far no luck.

    I selected all the usual variables for the subform/text box:

    Allow multiple lines, allows breaks, will develop to adapt (height).

    Please indicate if someone is available to take a look and I'll send it to you. Thanks in advance for any recommendations/availability.

    Hi Jeff,

    Users return data can still submit a PDF from a dynamic XML form. It is always a PDF, it's just that description indicates that the form will enable dynamic behavior.

    There are other issues to consider. Knowledge that users interact with the form - Acrobat or Reader? Then you'll be reader allowing the form before deploy you? Finally, if you allow the shape, you use Acrobat or LC Reader Extensions ES2 to enforce the rights of the reader?

    Here is a table summarizing the options:

    There is a post here:

    http://www.assuredynamics.com/index.php/2010/11/using-LiveCycle-Forms-in-Acrobat-and-Reade r.

    So in summary:

    • The dynamic XML form is always a PDF file and can be opened in Acrobat or Adobe Reader.
    • The features of this user with reader can use will depend on what software they use and how the shape was active reader.
    • Refer to the question of whether the user needs to save the form and format in which you want to the form returned to (PDF or XML format).

    Hope that helps,

    Niall

    Ensure the dynamics

  • Drop-down lists of the fill of the text fields on a different page from the drop-down list.

    Hi all

    I have a form with multiple pages. The first page contains a number of drop-down lists. These lists, drop-down list when the option is chosen, must complete a field text on another page. I can get the drop down menu to populate the text field when it is on the same page, but as soon as I move the text field to another page, the script does not work. Can anyone offer a solution? I used javascript on the changes to the scripts.

    Every time reference you the other object... so I guess in the code located on the DDlist.

    Paul

  • Link to the user to set default Home Page

    I have a question. Is there a way to set the default homepage of the user in the portal through a link on a portal page? The reason is that I'm working on a construction site where users will want to go to specific pages by default but we don't want to teach people about the features of the portal. In our case, were eager to ensure that users do not need to go anywhere, but to what is displayed on the pages to do any task, they will have to do. Any suggestions?

    David,

    a similar question has already been answered in this forum, that is to say: How to configure the user profile home page using the portal API?

    The idea is to create a code that calls the procedure .set_value_as_varchar2_by_id of wwpre_api_value, because the default home page (whether for a user or group) is managed as a preference.
    If the code is built as a procedure, then you can just add a link that calls the procedure (custom article or another method). It will be more convenient for the user to implement an Ajax call to avoid a re-display full page.
    In this case, you must add a small piece of code in Javascript, in a model for example.

    Patrick.

  • APEX4: How to create a report whose data are based on the date of entry of the user fields

    With the help of 4 Apex I create a report that allows the user to enter two dates and displays a report between the date range.

    How can I do this?

    Thank you.

    Go to Actions > filter in your IR and ther, you can create several conditions to filter your report.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    http://www.Amazon.de/Oracle-Apex-XE-Praxis/DP/3826655494
    -------------------------------------------------------------------

  • Preserve the header and footer in the text field flowing through a page

    Hello

    I am creating a form, where the main text field Pounces on the next page (that I go to do). I created two master pages, the first page and the page of continuation. I want the field of main text to expand on the continuation page, while preserving the footer of the main page and the header/footer of the continuation pages. On the continuation page, I have a field name at the top of the page, I want to whether the value of the same text box of the home page, how to achieve this.

    The layout must remain what it 'looks like' on both master pages, I want to just be written in the main area on the first page to continue in the main area of the second page of the text. I want the second page to reproduce as many times as necessary to adapt the text.

    Help! PLEASE, I BEG YOU!

    I have attached my work so far, please do not hesitate to pick up ragged and make it work!

    Gareth

    For 1 issue, you can simply set the binding of this field worldwide and all fields will have the same value. Click on the object and in the object palette, there is a tab link. In the set default binding change None to Global.

    For the 2nd problem, you have a Pg1 field called numberOfPages. This field is used in conjunction with another domain on the master Page2. He shodul not be located on this page. I removed it, then I was able to resize the titleForm subform to fit the space.

    Paul

  • Don't forget the last entries in form af:query after navigating to the search page

    12.1.3 JDev

    Let's say I have a BTF with search page jsff with an af:query and result table. The user can navigate on this page after executing the search and do something else in the application. What I want to achieve is if the user navigates to this search page, that the previous entries of the form af:query will be pre-filled.

    Does make sense?

    corresponding AF liaison component: Query has an InitialQueryOverriden property defaults to false.

    You must set to true.

    More details here:

    http://www.jobinesh.com/2009/11/displaying-pre-executed-query-result-in.html

  • Where is the user interface to rearrange the search engines in Fx34?

    I found the new page in the Options dialog box, but this does not seem to allow the reorganization. In addition, what happens if I want (or need) to see more than just the icons to tell apart search engines?

    Sorry, the possibility for the user to rearrange their search engines installed seems to have disappeared. There is no UI as before, and I have not found any prefs hidden to the re - order.

    I it is just returned to the previous schema for the search bar, like this:

    Open Subject: config (typed in the address bar)
    Do a right click and toggle this false preference

    browser.search.showOneOffButtons

    Then restart Firefox.

  • Why display user field differently between win 7 and xp spectators of the event.

    I have a XP log where the user field - when open in the viewer XP - shows the number of domain and payroll of someone accessing my machine on the network.

    Looks like this: DOMAIN\1234567

    I took a copy of system and security records, but when I open them on my windows 7 home machine the user field shows a long string of numbers and dashes.

    Recently discovered this person has been stalking me and was hoping to use this journal as evidence for any help to understand this would be much appreciated.

    See you soon.

    Hello

     

    Windows 7 and Windows XP are two different operating systems.

    Since you are on a domain, you can contact the it Department.

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    http://social.technet.Microsoft.com/forums/en-us/w7itproui/threads

  • Remove the user but not to revoke resources

    Hello

    I use oim 11g and have the following problem:
    When a user of the IOM is deleted, its resources are not deleted on the target systems.
    How can I fix?

    TKS

    Hi raraujo,

    usually the button remove a user removes the user and automatically revokes the resources associated with it.
    However, in a particular case (check MOS ID 1273720.1) when this IOM key just turns off the user and its resources pending for a period until finally delete the user and its resources.
    You have the game of 'Period of delay user remove' system property to a value non-zero? Maybe it's the reason for not having the deleted user and resources revoked.

    I hope this helps.

    See you soon,.

  • Question on the Search Page

    Hi all

    I created a page of research based on a VO. Is there anyway that I can handle the "Go" button of this search page seeded so that I can include custom logic in the processFormRequest?

    Basically, I wanted to create a table layout more in this search page with the values of the different VO and run that VO based on a value in the above search page.

    Thanks in advance.

    Concerning
    Kumar

    Hello

    Instead of

    If (PageContext.GetParameter ("QueryBeanName")! = null)

    use

    If (PageContext.GetParameter (QueryBeanName)! = null)

    Do not use double quotes as QueryBeanName is already a string variable

    Thank you
    Gerard

  • Process the password recover all on one page (using AJAX)?

    Hi people,

    I created a page with the login form in a secure area, and I also load the application form to recover password on/_System/SystemPages/PasswordRetrieveRequest page using AJAX.

    The request to recover password is displayed when a user presses the lost password link. It all works very well.

    What I would do , is also display the results of the form submission request to recover password on the same page. I understand that the endpoint is LostPasswordProcess.aspx but I'm not sure how exactly to go about it.

    I saw this post on Stackoverflow, but I am having trouble using the suggestion of Robert K Bell in my situation.

    Anyone know if what I am wanting to do is possible and they can give me a little push in the right direction?

    Thank you

    Luke

    OK Luke. Well you don't do not query ajax form.

    You have a page with module_Data reading of a where via a url parameter clause and the blur of the email field request you ajax page in JSON format from the e-mail as a parameter and you will get the CRM client object or not returned.

Maybe you are looking for