This topic contains 1 reply, has 0 voices, and was last updated by michoel 8 years ago.

  • Author
    Posts
  • #1544

    ssilveri77

    This Note describes how to add a button in view mode Answer Id: 35096. I need to block a field in view mode. Block s field in view mode you say? Yes. On a drop ship sales order in view mode the createpo field displays a link to create a po. I need to disable it.
    This is a cached copy. Click here to see the original post.

  • #1545

    michoel

    You should be able to hide the field using just a User Event script. See this thread for a code sample:

    https://usergroup.netsuite.com/users…t-field-column

    It is also possible to run a client script in View mode. The way to do it is to have a User Event script set the client script using context.form.clientScriptFileId or context.form.Form.clientScriptModulePath.

You must be logged in to reply to this topic.