Rgearding disability of tabs on a lead page

Hello everybody,
Is there any possibility to disable the tab buttons on a lead page. For example on the lead page there are 3-5 tabs which displays like " Convert",Reject"...etc
Please do the needful, its very urgent.

Hi Subbu,
these are settings in the Role Management settings
Admin - User Management and Access Controls - Role Management - edit a particular role in step - 5: Privileges
uncheck the below privileges:
• 'Archive Leads'
• 'Convert Leads'
• 'Qualify Leads'
• 'Reject Leads'
save your changes, you may have to log out and back in for these to take effect.
Thanks,
Royston

Similar Messages

  • Disabling Security Tab  in OIM SelfService page

    Hi All,
    How we can disable Security tab(OIM Self Service page-->Profile-->Security) in OIM Self Service Page.
    please give any idea.

    Try modifying the Self.jspx in this folder:
    C:\Oracle\Middleware\Oracle_IAM\server\apps\oim.ear\iam-consoles-faces.war\pages
    Regards,
    Sunny

  • Forms personalisation - Vendor Form - How to Disable a Tab Page

    Hi,
    I am not a Forms 6i/9i programmer, although I have an appreciation of the concepts and can look at forms in Form builder. I have been looking at forms personalisation and have used it to execute plsql via the built in 'execute a procedure'. I can also see how to disable blocks, or items, but I haven;t managed to disable a form tab page i.e. On the vendor form there are tabs for GENERAL, CLASSIFICATION etc.
    I have tried using the object type Tab Page, but the poplist doesn;t list any tab pages. Also if you choose Canvas, the list of Canvases appears but generates errors when you try and use the form (complaining of tab page ids).
    I understand that to disable a tab page programatically, you would use SET_TAB_PAGE_PROPERTY i.e. in a forms trigger or in CUSTOM.pll
    I would have thought Forms personalisation could do this.
    Any ideas would be appreciated
    mark
    I under

    What you can do is hiding the tabs (see pic below) and force the active tab programmaticily
    Hope this helps
    Message Edité par TiTou le 09-20-2006 10:35 AM
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"
    Attachments:
    Clipboard01.png ‏151 KB

  • How disable a tab page

    Hi to all,
    In a Form I have a Tab canvas with 4 Pages.
    When I run the form, I need that only the first Tab is enabled.
    I have tried, placing in the Form WHEN-NEW-FORM-INSTANCE trigger the code:
    Set_View_Property('MY_TABPAGE2', ENABLED, PROPERTY_FALSE) ;
    But when I run the form the page 2 is still enabled.
    Please how can obtain the desidered result ?
    Thank You and Best Regards
    Gaetano

    excuse me i copied your statement
    right is:
    SET_TAB_PAGE_PROPERTY
    ex:
    SET_TAB_PAGE_PROPERTY('CANVAS77.P_FORNITORI', visible, property_false);Scusa di nuovo
    Regards

  • When I right click on a link "Open link in new tab" since a few days, it "jumps over" the tab to the right and opens in the tab next to that. How can I change this back to opening in the tab next to the page from which I opened as it used to be?

    When I right click on a link "Open link in new tab" since a few days, it "jumps over" the tab to the right and opens in the tab next to that. How can I change this back to opening in the tab next to the page from which I opened as it used to be?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • I can not click certain tabs on my Etsy page & they will not open using Firefox, but I am able to open these tabs on Etsy when using Internet Explorer

    When I am signed onto Etsy, there are certain tabs on the top of the page that I can not click open when using firefox, but when I use Internet Explorer, I am able to click open these tabs. The following tabs on my etsy page will not open: Your Shop, Your Account, Help, & Sign Out
    Other tabs on the same page will let me click them open, such as:
    Buy, Sell, Community, Blog, Mobile, when using Firefox & Internet Explorer

    Both the Yahoo! Toolbar extension and the Babylon extension have been reported to cause an issue like that. Disable or uninstall those add-ons.
    * https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Tab control with 2 pages

    I want to create a Tab control with 2 pages, in each page there are 2 buttons - "OK" and "Cancel".
    If on Page1, "OK" is clicked, Page2 will be disable and greyed, until "Cancel" is clicked. And vice-versa for Page2 buttons.
    How to do this?
    Thanks in advance...
    Solved!
    Go to Solution.

    Hi Splee,
    Please view the attached vi, I believe it's doing what you've asked. You can invoke properties using property node in order to change the value of variables.
    Hi Simply_me check your Vi will it really works. To make this VI in working condition you have to do some more coding in your code.
    Check your page selection technique.
    Hi Splee,
    First you have to find out on which Tab Page user clicking the buttons, the all operations you have to do on other page.
    Once your page is disable you can't access the controls of that page. As Geeta says make a code using event structure with Tab Control property and invoke nodes. 
    You have to do some coding to achieve your requirements.
    Thanks and Regards
    Himanshu Goyal
    Thanks and Regards
    Himanshu Goyal | LabVIEW Engineer- Power System Automation
    Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
    It Only gets BETTER!!!

  • UI Problem: Tab render Issues on page navigation

    Hi All,
    I am with a ADF application using jDev11g where i have some JSF pages and have navigations between those pages.
    In the first page i have two tabs.
    In the second tab of that page I have put the ViewObject (ViewObject is based not base on Query, ie. not on any Entity Object) attributes as input text fields.
    After that i have a Search page next where i search on some conditions and from the result table I select a specific row and catch its column values. Using the row record I populate the viewObject of that first page while clicking on a button on the second page (this button calls a AppModuleImpl class method to populate the ViewObject).
    Till this it works fine. But there are some UI related issues associated with it.
    Query--1:
    Approach 1: As i have dropped a View Object as inputText and it is not populated on on the first go it will have label field but the value field will not be rendered at all. But this doesnot meet the UI requirement. I need to have a value field (white box with no data). How to resolve this? Are there any property for that to render.
    Please suggest.
    Work Around: For this problem i applied a work around by dropping some extra input texts beside the VO attributes (as text field without label) in my 2nd tab of first JSF page. And while navigating to second page i made these extra i/p fields as hidden (through Disabled/Rendered property) in the backing bean.
    Then i populate the ViewObject from second page and returned to the first page(default goes to first tab) and opened the 2nd tab i found all the extra nput text fields visible which i had disabled. Can you tell why it's happening?
    Please suggest for these 2 approaches.
    Query--2:
    Is there any way that when i navigate back to the first page by default the second tab will open instead of the first?
    Please suggest.
    Thanks in advance.

    Hi,
    Query--1:
    Approach 1: As i have dropped a View Object as inputText and it is not populated on on the first go it will have label field but the value field will not be rendered at all. But this does not meet the UI requirement. I need to have a value field (white box with no data). How to resolve this? Are there any property for that to render.
    Please suggest.
    an input field need an object to write to to display the input area (otherwise its read-only). So you can create your input form pointing to a managed bean initially any then, when users enter and submit data, save it manually in ADF and after this hide the bean bound fields and show the ADF fields. Or - before getting onto the page - you create a new row if the current collection is empty.
    Short answer: there is no declarative way to do this
    Is there any way that when i navigate back to the first page by default the second tab will open instead of the first?
    Please suggest.
    The ShowDetailItem component that is used to render tabs has a Diclosed property that you can point to a managed bean method. When you navigate back, you have the managed bean returning false for all but the second tab.
    Frank

  • Can I open a tab with a different page (of my choice) than my homepage?

    I dont think its possible but maybe someone can tell me Im wrong.  I wanted to open a tab with a different page than I open a new Safari window.  I would think this would be easy to do and I could just type in the URL I want, but Safari doesnt give me that option. If I go to Preferences/General to the open tab option , I only can do homepage/same page/book marks/ empty page/top sites.  I wish Safari had the option for me to type in the URL I want - just like I can with a homepage.
    So maybe someone wants to have the AppleStartPage as their homepage but wants their Gmail as their tab opening page.  Or GoogleNews as the homepage and USAToday as the tab page....or iGoogle as the homepage and Apple Store as the tab page...Well you get the picture.
    It seems like it would be such a simple t hing for Apple to do - a lot easier than creating Top Sites - but I dont see that option.  I hope Apple will change that in a Safari Update.  Why not give users more flexibility and choice in how they want to configure their computer experience?
    If Im wrong, pls tell me how to set the tab for the URL that I want.

    Try disabling Resume:  How To Disable Lion's 'Resume' Feature - MacRumors.com
    Then set your home page.

  • Disable New Tab Window Feature

    I do not like nor want to use the New-Tab Window feature.
    How can I *permanently* disable this feature?
    A 'config' page change maybe?

    Firefox 13+ versions have an about:newtab page that shows the thumbnails of recent visited websites.
    see:
    *https://support.mozilla.org/kb/new-tab-page-show-hide-and-customize-top-sites

  • How to disable App tabs (pined tabs) from being started automatically?

    how to disable App tabs (pined tabs) from being started automatically?
    because the option [Don't load tabs until selected] dose not work with it, and it keeps starting every time when I restart Firefox.
    Please help me!

    Don't bother, I reached to the solution by my self, you can do it as following:
    Type "about:config" [ without quotation marks! ] in the Location Bar (address bar) and press Enter to display the list of preferences, as shown in the picture '''#1''' in Firefox 17 on Windows 7.
    If you see a page with the warning message as shown in picture '''#2''', This might void your warranty!, click the button labeled "I'll be careful, I promise!", to continue (in fact, there is no warranty whatsoever, it's more a joke to ensure that users are aware of what they are about to do). uncheck the check-box there to avoid the warning in the future.
    Now at the search bar in the picture '''#3''' type: ''tab'' and look for the
    '''preference name:'''
    browser.sessionstore.restore_pinned_tabs_on_demand
    or you can '''copy''' it directly to the search bar,
    '''Next,''' follow the instruction in picture '''#3''' .
    Just in case if the pictures didn't appear, do ''these steps'':
    '''First:''' Right click at the preference name that we searched for.
    '''Next,''' click Toggle to change the value from false to true.
    '''Or,''' double click on it and it will change.
    '''Finally,''' restart Firefox and you will notice that they don't load automatically until you click on it.
    That's it, Good luck to all. ''';-)'''
    '''Note''': The bolded font preferences list is the user modified, and the un-bolded is the default setting.
    '''Warning''': Modifying preferences can, in rare circumstances, break Firefox, Thunderbird or the Mozilla Suite, or can cause strange behavior. Only do so if you know what you are doing or are following trustworthy advice.
    Additional INFO:
    about:config is a feature of Mozilla applications which lists application settings (known as preferences) that are read from the profile files prefs.js and user.js, and from application defaults. Many of these preferences are not present in the Options or Preferences dialog. Using about:config is one of several methods of modifying preferences and adding other "hidden" ones.

  • Is there a way to open new tabs in the home page or some other link?

    When I open a new tab using the "+" symbol I get a blank page. I would like new tabs to open in my home page, or, if possible, a different page, like my favorite web browser, which is what I usually want when I open a new tab.
    Can this be done? I can't find the right preference for it, assuming that's the right place for such an option.

    Nothing beats about:blank in my opinion for clarity and for tab history.
    Here is an extension that does what you asked for, it is VERY large for what you get out it (which to me, what I would get out of it is confusion).
    '''NewTabURL''' :: Add-ons for Firefox (49.2 KB)
    :Select default URL when new tabs are opened: "Blank page", "Home page", ""Current page" or a user defined URL.
    :https://addons.mozilla.org/en-US/firefox/addon/newtaburl/

  • How to open "All Tabs" from previously shown pages history?

    Hi,
    How to open "All Tabs" from previously shown pages history. I am not asking about "Reopen from last session". I am asking about how to open all tabs from previous webpage links from a past date from history, currently its allowing me to select each page link manually by clicking it.
    Thank you!

    Select the first item you wish to open, scroll down to the last, Shift-click that one & all those between should be selected too. Double-click on them & they should all start to open... or you can copy & then drag/paste into a new or existing bookmarks folder.

  • I used to open many tabs in the same page and i move from one to other by mouse but since3 two days the tabs open in the same page normaly but i can't move from one to other when i clik with mouse on any tab it don't open/ do u have any solve for this?

    i used to open many tabs in the same page and i move from one to other by mouse but since3 two days the tabs open in the same page normaly but i can't move from one to other when i clik with mouse on any tab it don't open/ do u have any solve for this

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • I can not open new tabe in the same page

    i can not open new tabe im the same page
    when i click on new tabe , it donsnt open at all

    Uninstall the Ask toolbar and it should work again. There is a compatibility issue with the Ask toolbar and Firefox that prevents new tabs from being opened.
    There are a couple of places to check for the Ask toolbar:
    * Check the Windows Control panel for the Ask Toolbar - http://about.ask.com/apn/toolbar/docs/default/faq/en/ff/index.html#na4
    * Also check your list of extensions, you may be able to uninstall it from there - https://support.mozilla.com/kb/Uninstalling+add-ons

Maybe you are looking for

  • Report to check the WBS "system status"

    Hello friends, Would anyone know for a standard report where I can check for the WBS "system status"? i.e.: I want to know everything I have in AVAC status Thanks and Regards Alex

  • How to measure memory consumption during unit tests?

    Hello, I'm looking for simple tools to automate measurement of overall memory consumption during some memory-sensitive unit tests. I would like to apply this when running a batch of some test suite targetting tests that exercise memory-sensitive oper

  • How to delete the files from server through OAF page

    Hi All, I have a requirement in which i am creating files on server through my CO code. Now once the page is rendered, i want to delete the files from the server. Just wondering how can we achieve this. Kindly advice! Thanks, Sachin

  • Only black and white

    I have plugged in my Apple TV using a yellow video cable into a non-HD tv. It only comes out as black and white. However for about 10 secs, before we tried to replug in the HDMI lead, it turned into colour. So it does work. Does anyone have any ideas

  • Excel 2010 bug -- cannot place controls on chart properly after changing paper size

    I have encountered unexpected behavior in Excel 2010 when placing controls on a chart that is a separate sheet. The issue is that the controls (e.g. spinner, scroll bar, etc.) cannot be placed or moved to the right side or the bottom. Steps to reprod