CRM On Demand - Administration (MOSC)

MOSC Banner

Hide the NEW button on Opportunity - Sub Opportunities Related Info tab

edited Aug 12, 2015 10:46AM in CRM On Demand - Administration (MOSC) 1 commentAnswered ✓

First, I don't know java script but have read through some of the documentation.  We do have logic in place through a Global Web Applet to hide two other buttons.  While I've read it can be done other ways since R24, this works so I simply wanted to add the logic to this web applet.  I need to hide the NEW button on the Sub Opportunities related info tab.  Here is my code but it isn't working.  I am guessing I need the id (AXHA-xxxx) for the button.

HTML Head Additions:

<script>

function hideDivsFour(titleBarId, bodyId)

{

  var hiddenDiv = document.getElementById(titleBarId);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center