Remove the link 'delete' on the content information

Someone knows who understand that I have to look to disable the link 'Delete' on the content information page. I want to delete this link for admins.

What are your reasons to do as customization (of the web GUI) rather than Setup accordingly security model? You could just remove the permission to remove your non-admin roles: http://docs.oracle.com/cd/E23943_01/doc.1111/e10792/c05_security.htm#BGBFABHE

The advantage of this approach is that it will work even not only Web GUI (but also of SAY, WebDAV, RIDC, WS, but also WebCenter workflows).

Tags: Fusion Middleware

Similar Questions

  • I want to delete all personal information on my ipad new pro to return it, but I don't want to remove the same information on my other ipad or PDR since they are synchronized in the cloud

    I want to delete all my personal information about me that I have pad pro to return to the store, but I don't want to remove the same information on my other I have pad and phone are all synchronized in the cloud.

    Welcome to the Apple community.

    Settings > iCloud > sign out

    then

    Settings > General > reset > erase content and settings.

  • The values of metadata to the content information hiding

    I want some information content values is not to be shown and has been able to do it by substituting the DOC_INFO. But I fight to override the < $include doc_rev_table$ > I wanted to the column "Date of expiry" don't not show all values. And where is doc_rev_table details are?

    Hello

    Please follow the details below.

    (1) launch Configuration Manager

    2) click on the rules tab

    3) click on the Add button and enter a name for the rule

    (4) check the "rule of the world with the priority is" check rule firing AND use boxes

    (5) click the button change

    (6) click on the Add button (must be in the conditions tab)

    (7) provides a name and click ok

    8) click on the check box use Action

    9) click on the content information checkbox and click the ok button

    10) click on the 'fields' tab

    11) click on the Add button

    (12) select a field that you want to hide the name of the field drop-down

    13) click Ok

    (14) select hidden drop-down list field type

    15) click Ok

    (16) repeat steps 11 through 15 for each field that you want hidden to the content information Page

    (17) when all fields are provided out to where you're looking for the applet dialog list.

    (18) choose Options-> publish the schema

    (19) close the browser, and then restart the browser and connection

    (20) check the hidden fields on the page content information.

    Ref: How to hide the content information Page metadata fields? (Doc ID 1612141.1)

    Thank you
    Amey

  • How can I delete an email from apple mail after removing the content (by virus scan software?)

    Recently, I received an avalanche of emails with malicious attachments.  I have not opened any of the accessories, and my antivirus software has picked up malicious content and removed from the email.  Thus, I find myself with an email on my system, no content.  Unfortunately, the system does not allow me to then remove the (s) e-mail that is left.  How can I remove these 'empty' emails in my Inbox mailbox?

    ... my antivirus software has picked up malicious content and removed from the email.

    Allowing something to edit the database of e-mail will result by it becomes corrupted.

    If you use Time Machine, restore the email by "entering Time Machine" of in Mail and choose a time to restore. Then, just delete suspicious e-mails in the usual way. Exit full screen before entering Time Machine.

    You may not use software "anti-virus" not Apple on a Mac, for this reason and many others. Identify the product you use to get the uninstall instructions.

  • Safely delete the contents of the ProgramFiles/Windows/Temp dir? __And I can remove the content of Documents and Settings/User1/Local settings/Temp dir? __Thanks for any advice! __

    Can I safely remove or delete the contents of a 'Temp' directory in Windows?

    -Documents and Settings / User1 / Local settings / Temp

    -Program Files / Windows / Temp

    Yes, you can delete the contents of any temporary directory. You can use disk cleanup or CCleaner . If you use CCleaner, use only the cleaning tools. Let tools registry and other options alone . MS - MVP - Elephant Boy computers - don't panic!

  • Remove the extraneous information in the bookmarks sidebar

    Is attached a screenshot of Mozilla Firefox 42 on my Windows 7 PC. I like having the bookmarks bar, but want to remove the foreign text following at the top of the sidebar:

    1. the word "Bookmarks" immediately under the top left of the sidebar bookmarks bar
    2. the word "Seek" and next to it search engine
    3. the words "Personal bar" in the search window. (Even if I hold the toolbar of bookmarks with links to those sites that I visit often to be visible. I just useless the 'personal bar' on the box.)

    Please look at the picture before you answer. This will make clear what I'm trying to delete.

    Any tips? Thanks for your help.

    You can hide the line with the tag of Favorites and the close icon and the search by the userChrome.css code bar, but you can't hide the bookmarks toolbar because this entire content consists of a single treechildren element.

    Add code to the file userChrome.css below default @namespace.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    #sidebar-header, #search-box { display:none!important; }
    

    The file userChrome.css (UI) customization and userContent.css (Web sites) are located in the folder of chrome in the Firefox profile folder.

    You can use this button to go to the current Firefox profile folder:

    • Create the folder chrome (lowercase) in the .default < xxxxxxxx > profile folder if the folder does not exist
    • Use a text editor like Notepad to create a userChrome.css (new) file in the folder chrome (file name is case sensitive)
    • Paste the code in the userChrome.css file in the Editor window
    • Make sure that the userChrome.css file starts with the default @namespace line
    • Make sure that you select "All files" and not "text files" when you save the file via "save file as" in the text editor as userChrome.css.
      Otherwise, Windows can add a hidden .txt file extension and you end up with one does not not userChrome.css.txt file
  • JavaScript to remove the contents of the fields based on the checkbox disabled

    I'm writing a java script to delete the contents of the fields when a checkbox's checked to disabled.  I have a java script to fill in the field when the checkbox is enabled (which works perfectly).  But in the case where the user accidentally checks the field and wants to uncheck the box I would like the content of field that were initially filled from the first java script to be removed/disabled.

    Here is my code:

    Mouse Up Script for the checkbox (function() {}

    Do something if this check box is not selected.
    if(Event.Target.Value==="on") return;

    Copy the values from text previously filled in those other fields.

    getField("AP_Unit").value = Null;
    getField("AP_StreetAddress").value = Null;
    getField("AP_City").value = Null;
    getField("AP_Province").value = Null;
    getField("AP_ZIP").value = Null;
    getField("AP_Country").value = Null;

    })();

    Sorry it works... that make three equal signs "=" means?

    Here is my code

    If {(event.target.value==="Off)"}
    getField("AP_Unit").value =("");
    getField("AP_StreetAddress").value =("");
    getField("AP_City").value =("");
    getField("AP_Province").value =("");
    getField("AP_ZIP").value =("");
    getField("AP_Country").value =("");

    } else {}

    getField("AP_Unit").value = getField("HO_Unit").valueAsString;
    getField("AP_StreetAddress").value = getField("HO_StreetAddress").valueAsString;
    getField("AP_City").value = getField("HO_City").valueAsString;
    getField("AP_Province").value = getField("HO_Province").valueAsString;
    getField("AP_ZIP").value = getField("HO_ZIP").valueAsString;
    getField("AP_Country").value = getField("HO_Country").valueAsString;
    }

  • How to remove the content from the Service Manager

    Hi all

    We have a requirement where we need a list of materials retrieved using query in a custom with button page delete, when you click on the button Delete, to delete all the contents of the Complutense University of MADRID, we to do use Service managers. Please let me know what services must be used for the removal of the content of the Complutense University of MADRID. Thank you

    Thanks and greetings

    Veillon

    Use DELETE_DOC: http://docs.oracle.com/cd/E23943_01/doc.1111/e11011/c04_core.htm#BABGFDBA

    Jonathan

    http://jonathanhult.com

  • Deselect the option after that move will remove the content!

    Hello!

    I have a huge problem with the Selection tool and I need to know how to solve this problem, because it totally destroyed my workflow. (Photoshop CS6)

    If I move the contents of a selection and deselect an item, it removes the part that I've deselected. How can I disable the which?

    I want photoshop just to deselect my selection without deleting anything, so I can continue to go the rest of my selected contend.

    Greetings Legolars


    Edit:

    How to reproduce the error:

    1. Select a part of your image

    2. use the tool move and move the selected content

    3. switch back to the selection tool and now start deselect items in the selection

    3.1. This will remove her are deselected, which I don't want to happen!

    Well, that makes sense, and I can see how that would be frustrating.

    As is the way recommended for the tool to operate, I can only offer you with a bit of a hack:

    If you temporarily add to your selection, and then remove your new selection, as well as the rest of the selection, it won't clip pixels wide.

    PS: this GIF is animated.

  • Add or remove the content dynamically list

    Hi, is anyway to add or remove the display content dynamically.

    I want to add content running.

    I just thread http://supportforums.blackberry.com/t5/Java-Development/adding-and-removing-listField-items-dynamica...

    But I don't have that clear.

    Could someone help me to do this?

    Thanks in advance.

    I feel list.invalidate must come after the list. SetSize & reminder.

    Then, you add just one element in the list or the list itself - was the list added to tab2Manager before calling this method? If so, you must not remember add (list). It can als be the problem.

    I would also give some SOP & try... catch inside the race to debug and to know exactly what is causing the problem and where.

  • remove a subfolder without removing the content

    I have an sd card with about 611 songs on it that are in separate folders, how to remove subfolders of put any music in one folder for purposes of shuffle

    We sat, 21 oct 2012 23:14:09 + 0000, jacevedoyt wrote:

    I have an sd card with about 611 songs on it that are in separate folders, how to remove subfolders of put any music in one folder for purposes of shuffle

    You can't do it directly. To accomplish what you want, move it
    contents of each subfolder in the folder main (you can do this with
    cut and paste or drag and drop). Subfolders will be empty and
    You can delete them.
    Ken Blake, Microsoft MVP

  • How to remove the contents of your iCloud account?

    I would like to delete the 'contacts' on my iCloud account because whenever I sync a device to the iCloud he pulls the old obsolete coordinates of the iCloud and puts it on my camera!  I would like to start over.

    See what - iCloud: remove a contact

  • L405 satellite how to remove the IE information bar

    Anyone know how to get rid of the information bar of the irritating new at the bottom of the page.
    [Secure content IE only appears]

    Hello

    In Internet Explorer go to view (top)
    Here you must choose "Toolbar" and uncheck the "Status bar"

    Welcome them

  • Last updated by CC removed the content of my. DocumentRevisions folder. HOW CAN I FIX THIS ADOBE? Can you stop using paid users as beta-testers?

    This thread has been going around warning people, but what are the next steps to address this issue?

    The update in question has been removed from the distribution. There is a new update which solves the problem. When you are prompted for the update, you should install it as usual members of creative cloud. If you have problems with the update, please contact customer support.

    Alternatively, you can refer to this blog for more details:

    http://blogs.Adobe.com/adobecare/2016/02/12/creative-cloud-desktop-on-Mac-update-issue/

  • form using the trial version and it continues to repeat the information to a page (either first or last page) to all pages and deleted the contents entered in

    form using the trial version and he continues to repeat the information of a page (either first or last page) to all pages and remove the content that has been entered into.

    The fields with the same name will be the same content. You must change the names of the fields.

Maybe you are looking for

  • HTML links, how do we?

    I have seen and received, html links to Apple support articles here in answers. How is that done? Can someone post a link html with instructions on how it's done? I hope it's clear.

  • Lost aero on windows vista ultimate / I now the victory of base

    I lost Aero under vista ultimate, now he went to basic windows how to it back, it is said a recent pilot program is causing a problem, I recently tried to install edge mirror set, then happened, help please.

  • Show to move the address book of XP to Vista

    I have an address book that I used for several years.  It is on a XP computer.  I'm trying to move the address information to a vista computer.  I copied the file .dat to addresses from the XP computer on Vista computer, but the data was not updated.

  • Ability to upgrade to purchased within the app?

    When I worked on products for Xbox, games have the mechanism to make a demo which could be converted into full version without downloading a different version. Anything like that planned for the Playbook applications? Or should I just do a demo and a

  • Removal of downloads from my blackberry blackBerry Smartphones

    A few days ago, I canceled my Yahoo IM account.  I read the instructions on my Blackberry 8110 Pearl how to uninstall 3rd party downloads.  Unfortunately, I do not see Yahoo Messenger under the list of Applications.  Yahoo Messenger is under my profi