This topic contains 4 replies, has 0 voices, and was last updated by pcutler 8 years, 3 months ago.

  • Author
    Posts
  • #6278

    bdougherty

    I’m trying to figure out a way to present a message to a user if they perform an XEDIT action on a specific field. Basically, if the user changes a custom field that is already set (not blank) I want to inform them that it is not allowed and they should refresh their dashboard search to get most current data. I have the field checking working as expected, but not sure how to get an ‘alert’ to the user.

    Any ideas?

    Thanks,

    Brian
    This is a cached copy. Click here to see the original post.

  • #6279

    khultquist

    By ‘alert’ do you mean through the user interface? An email alert would be pretty simple.

  • #6280

    bdougherty

    Sorry, I should have been more specific. Yes, I would like to provide a visual UI Alert. Not an email. The goal is to immediately let them know they need to take a different action.

  • #6281

    david.smith

    Unfortunately you cannot script the UI on these list pages. You can get the data in a user event script but I don’t think any errors thrown would be seen by the user in the UI.

  • #6282

    pcutler

    If you throw an unhandled exception in the before submit script, NetSuite will display it.

You must be logged in to reply to this topic.