This topic contains 2 replies, has 0 voices, and was last updated by khultquist 7 years, 1 month ago.

  • Author
    Posts
  • #23194

    khultquist

    There's an Opportunity Status that displays in bold text inline with the Opportunity Name. Is there a way to hide this? See image for detail, in this example the status is "CLOSED – WON"
    This is a cached copy. Click here to see the original post.

  • #23195

    pcutler

    No supported way. But you can create an inline HTML field with a default value as follows:

    Code:
    <style>div.uir-record-status { visibility:hidden; } </style>
    Make sure to go back into the field definition and uncheck the formula checkbox. NetSuite will detect the braces and misidentify the value as a SQL formula when you click save the first time or after any edits to the value.

  • #23196

    khultquist

    Thanks that worked! I did have to place it on the Main tab to have it work, the Custom tab did not.

You must be logged in to reply to this topic.