Disable customization of form '+' symbol

Hi gurus,

I have a lower requirement for the customization of the form

I want to restrict access to the new form of rental. We have a custom form that retrieves details of an employee as a first name, last name, SSN, base type of person etc..

The requirement is now that you have to disable the '+' form (green symbol in the upper corner of the left side Fred Glory) for this particular custom form.

Can someone tell me how to do this?

Kind regards
S

You can use the form of personalization for this and it is wonderfully simple. However, if you use a custom form, the developer will have to be coded in the custom event calls - which I suppose is unlikely.

Here's an example of how you can use the customization of forms to disable the 'New' button for the form of assignment/person combined (this disables the button again for new people, no new assignments):

1 open the combined transfer per person
2. go in help > Diagnostics > custom Code > customize
3. enter a new line:
(a) the value of the sequence * 10 * (or a value not already used)
(b) call turn off new people by the new deactivation button
(c) to set the level of form (you can also use function)
(d) make sure active is checked
4 set the Condition:
(a) set the A WHEN-NEW-FORM - instance trigger event
(b) leave the rest as not reimbursed
5. set the Actions by clicking the Actions tab:
(a) the value of the Seq * 1 *.
(b) define the property Type
(c) in the Description enter disable the button again
(d) more on the right set the Type of object on block
(e) set the target object person
(f) set the name of the property INSERT_ALLOWED
(g) set to false
6. save, press to validate and apply now.
7 close the form and reopen - bingo-test.

In your form to measure follow you a similar approach but you replace 5th with the name of the block in the custom form. New - which is based on the custom event is not triggered in the form.

Tags: Oracle Applications

Similar Questions

  • Can I customize the forms based on the responsibility on the same operating unit?

    Hello!

    I would like to ask if I can customize forms that are based on the responsibility on the same operating unit? Here's the scenario: order entry form, the descriptive flexfield is disabled on a responsibility more but must be activated for a particular responsibility. In addition, on most of the responsibilities, booking, picking up until shipping are manually, while on a special responsibility, I need to automate these steps.

    Thanks in advance.

    Jon

    Hi Jon,

    Yes. Forms can be customized at the level of the Site, the user, the responsibility.

    For more information, please visit:

    Form customizations in Oracle E-Business Suite (release 12) (Doc ID 395117.1)

    How to make forms of customization (Doc ID 468657.1)

    Information about the ability to customize the form of Oracle Applications 11i (Doc ID 279034.1)

    Limits to customize forms (Doc ID 420518.1)

    Thank you &

    Best regards

    Asif

  • Customization of form for submitted user content {tag_edit}

    Hello

    I have a Webapp with a few custom fields that can be filled by the visitors online. These customers have all of their evidence to a certain Web page with two links: Edit and delete. The tags {tag_delete} and {tag_edit} are connected to the links. The delete tag removes just the element, but the edit tag leads to another page, where the customer can change the Web application by modifying the form fields.
    Problem: in this page, the form shows just the name of the item and the item description, but no other field to change. How can I customize this form to display all fields, so that the client can change them?
    Dennis

    OMG, just found the right to 'change the model' button next to 'list model' and the 'retail model' which allows me to change exactly what I was looking for. Sorry for wasting time...

  • How can I customize the form confirmation page?

    I would like to remove the default form confirmation page and replace it with a custom "thank you Joining page" but don't know which module to use or choose to insert. And I can't seem to find what model control the "confirmation page thank you.

    Where can I find this module?

    Hi DSLAgency,

    You can also add the following to the form action to redirect to a custom confirmation page if you do not want to tinker with the default confirmation page. In this way, you can customize each form page continue the conversion program.

    & PageID = / pagename.html

    More info here.

    http://KB.worldsecuresystems.com/478/bc_478.html#main_Redirecting_the_Web_Form_confirmatio n_page

    I hope this helps.

    See you soon.

  • Disable the entire form

    Hello

    I have a requirement to disable an entire form and is what it read-only based on the value of the item, is there a way to do it?

    Thank you

    Hello

    Try to use js for the setting readonly on the fields of form under certain conditions, below

    include jquery plugin of readonly in zero page, you can download it from: http://plugins.jquery.com/files/jquery.readonly-0.7.0.zip

    Demo: http://apex.oracle.com/pls/apex/f?p=25471:2

    Function and the global variables declaration

    function readOnlyItem() {
        if ($v('P100_ITEM') == 1) {
            $(':input').each(function () {
                $(this).readonly(true);
            });
        }
        // change selector to your choice of item or selection attribute
        return false;
    }
    

    Run when the Page loads

    readOnlyItem();
    

    Or

    the dynamic action to disable fields under certain conditions,

    (1) create a standard dynamic action
    (2) the item value is equal to 1
    (3) action set disable fields
    (4) select the list of items must be disabled

    Kind regards
    -Spengler

  • Disable customizations

    Hi all

    How to disable customizations of the OFA

    --
    Kumar

    Here is the list of import option profile OFA

    http://oracleanil.blogspot.com/2009/04/itemrn.html

    Thank you
    -Anil
    http://oracleanil.blogspot.com

  • How to get rid of the toolbar of firefox which has: disable, Cookies, CSS, forms, Images, etc.?

    I installed, but don't know how to uninstall it. It is said: Disable Cookies, CSS, forms, Images, information, miscellaneous, contour, resize, tools, view Source, and then there is a green check mark, a red X and another red x (it's under the toolbar of the sites that I use all the time. I'm really embarrassed that I can't understand it. I was quite the genius, but then 6 years ago I had a stroke. Now, I write with my hand left (the right side does not work) and I'm in a wheelchair. Thanx.

    You can attach a screenshot to show this toolbar?

    • Use a type of compressed as PNG or JPG image to save the screenshot
    • That do not exceed the maximum size of 1 MB

    Do you see an extension that could add this toolbar in the Extensions of the subject tab: page addons?

  • Customization of form requirement

    Hi all

    I have a requirement where we need to throw error (or disable the delete option) message if a user tries to delete a particular item (ready), who was treated once in regular payroll fast or performance pay. (in the form of the item entries: window assignment-> entries)

    This may be possible thanks to the hook of the user, but for the moment, we are seeking to achieve through customization. Any help in this regard will be highly appreciated.


    Thank you
    Avinash

    Hello Avinash,

    In stocks, it should be DELETE_ALLOWED and not UPDATE_ALLOWED property.

    Type: property
    Object type: block
    Target the object: ENTRY
    Property name: DELETE_ALLOWED
    Value: FALSE

    And also once it worked, you need create a sequence more to restore DELETE_ALLOWED property to TRUE, as once disabled, it will remain like that.

    Actions
    Type: property
    Object type: block
    Target the object: ENTRY
    Property name: DELETE_ALLOWED
    Value: TRUE

    PS: Also close the item registration form and re open before the trial of the issue.

    Kind regards
    Saurabh

  • Disable a submit form button in Adobe Acrobat DC?

    Hello-

    I'm trying to create a form of fill-able in Abobe Acrobat DC that a javascript that will save, flatten all the fields and the submit form button and then send the form as an attachment in an email. However, I get the button submit to disable. Y at - it a code that can help? I also need to know where to put in my line up for the button action.

    Thank you.

    Should have checked the code... It must be, of course:

    for (var i = 0 ; i < this.numFields ; i++) {
        var f = this.getField(this.getNthFieldName(i)) ;
        f.readonly = true;
    }
    
  • Outer contour disabled on my form. How to activate?

    I would like to place an outside line with this form, but the outer contour option is disabled. How can I get the outside line to be activated? Thank you.

    Capture45.PNG

    Please check if it is just a path. And if it is closed. Use the layers panel and Panel document information (check 'Objects' in the menu)

  • Disabling new direct form proportional scaling of widget

    The new widget scaling proportional live form that appears on the left and right axis are really annoying (especially when there is a keyboard shortcut to do just a function), is it possible to disable this feature just? I'm a fan of the rest of the features form directly.

    Thank you

    Chris

    N ° you have to expand the shape to change its behavior as usual now.

  • How to make this customization of form for the purchase of the oracle

    Hi all

    Uses oracle E - Buz - R12.1.3.

    I tried to make a small format customization

    RESP-> purchase-> applications-> requisitions.

    Today I am sick query for a number of REQ 1130011 for example. Next evil enter a new line at the level of the line.

    Requirement:

    Once level data entry line, user will try to save the line.

    So, right now. I need to send a message.

    When the Destination Type is "Fresh" and the user does not enter into the details of the project in the Distribution tab. Then I need to launch a pop-up message.



    So I tried like this

    Created a new FORM customization

    Triggering event: WHEN-VALIDATE-RECORD

    Trigger the subject: LINES

    Condition:

    : SYSTEM. RECORD_STATUS ("INSERT", "CHANGED") AND: LINES. DESTINATION_TYPE_DISP = 'Fees' AND: DISTRIBUTIONS. REQ_LINE_QUANTITY IS NOT NULL AND: DISTRIBUTIONS. PROJECT A NULL VALUE


    And in Action, I've created a message type and mentioned to show.

    So now the problem is when the user click save button without going into the details of the project the message is put to fire and I have three or four times click on ok and the recording is getting saved.

    So my requirement comes when pop messages when I click ok I need to go back on the block of project.

    Can someone help in the obligation to be resolved.


    Thanks and greetings
    Srikkanth.M

    Fact

  • Disabling an element form changes the CRC

    Then, I got a requirement of tabular form which was to disable some fields if the line is an existing line, but to allow these same areas if the line have been added recently. Here's what I did:

    1 text field and two selection lists, I updated the class disabledControl. I did this by going in the column attributes section and setting the attributes of the element field on: class = "disabledControl".

    On the click on the add a line button, I created a dynamic Action that removes this parameter of the class of the new line:
    addRow();
    
    $('input[name="f02"]:last').removeClass('disabledControl');
    $('input[name="f02"]:last').addClass('enabledControl');
    
    $('select[name="f03"]:last').removeClass('disabledControl');
    $('select[name="f03"]:last').addClass('enabledControl');
    
    $('select[name="f04"]:last').removeClass('disabledControl');
    $('select[name="f04"]:last').addClass('enabledControl');
    Finally, on the updating of the region in table form, I put the disabled attribute for all controls with the disabledControl class.
    $('.disabledControl').attr('disabled', 'disabled');
    It worked as desired/expected. Very little code and things are disabled and enabled just as we had hoped.

    However...

    It seems that setting the disabled attribute is changing the MD5 hash and the origin of this error:
    1 error has occurred
    Current version of data in database has changed since user initiated update process. current row version identifier = "B7FCD0EB9E93CD341A7F6C599359C79B" application row version identifier = "F21E739A84B9E6E01086081FFB62A67E" (Row 1)
    I find a named element hidden fcs_0001 (fcs_row #) (name = "fcs") that contains the equivalent to the above value 'value'.

    No idea how I can configure this attribute without having the side effect of changing the hash? (or otherwise another way to meet the requirement)

    Thank you

    -Joe

    You can use the disabled attribute, but you must make sure that the attribute is removed when you submit the form.

    I do this via javascript:

    
    
  • Customize the form to call anothet custom form

    Hello

    In the form (APXINWKB) of the Bill, when I select the corresponding method in the order form and click on the game, it opens the corresponding (APXPMTCH) form and enter the purchase order number and click search, it should open the custom form. I have adapted the form APXPMTCH. Can I call the custom using customization form. Can someone give me the steps to do this.

    Thank you
    HC

    You can personalization by the user to call another form. However, this approach is to use the Tools menu.

    It seems that you want to change the form that opens when you try to match.

    In this case, try the following.

    Go to the screen to FORM in the responsibility of the application developer and create a new record for the new shape that you have developed.
    And then go to the screen and FUNCTION to change the form that is attached to the function 'AP_APXPMTCH '.

    In this way, when the workbench to invoice calls order form corresponding to the form, it should open your custom form.

    It might be useful as you watch the Oracle applications developer's guide. http://download.Oracle.com/docs/CD/A91568_01/Acrobat/115devg.PDF

    Hope this helps,
    Sandeep Gandhi

  • How would customize web form results page?

    I'm trying to customize the layout of the fields on the page web forms results and don't see no easy way to do it. Can anyone help to other solutions?

    You can customize the page that displays the confirmation data by going to "System of Pages" in the v3 of the BC dashboard in the 'Site Manager'. Once on the system pages, scroll to the web forms box and choose the "confirmation of web forms page.  You can update this page as you wish and use a Site wide model for this.  Once you have this page links to a Site wide template, just make changes in your CSS file to target the web form results and style he did however you see.

    For example, all results are wrapped in a div with a class of 'webform-results '.  So if you want the results to the size of the text a bit more your CSS would be:

    . WebForm-results td {make-size: 18px ;}}

    You can customize almost everything on BC with a bit of CSS or Javascript.

Maybe you are looking for

  • Analyze the VISA reference name

    I have a multi channel test setup that uses a serial port for each channel. So, I named the VISA aliases for channels 1 - DUT DUT-8. I have a coaxial switch that routes a signal from the current to a freq counter INSTRUMENT so that I can measure the

  • Stand-alone application with LabView 7.0 get error cannot find DAQmx clear task.vi

    I tried to create a stand alone vi with the Build Application or shared Library (dll) in LabVeiw 7.0 When I put it on another PC to test it I get the error "cannot find DAQmx clear task.vi. the other PC also has 7.0 and 8.1 DAQmx Labview. I think my

  • Convert llb VI LabVIEW 5 for use in LabVIEW 8.6

    Hello world! First of all, I would like to say how much I enjoyed working for OR and especially to support the community online in my free time. I have to say that this is a good place for NOR users in long term, the new users and any other LabVIEW -

  • How can I remove a list entry in the Panel when the software has been removed from the computer

    I have an entry in Add or remove programs in Control Panel. but I don't have the software on the computer.  I have microsoft works 9 installed, but in the Panel, it shows the entries for the two works 9 and works 8 and it is the entrance to work 8 to

  • P2PP BurnBoot check failed

    This is the report of my computer is a Compaq Presario CQ-57 it any way you can help, I changed the date 2012 in the Bios and it is what is to come of the suggestions would be greatly appreciated. Thank you. 2:19 PM 4/17/2012-------------------------