RE: How can we add a banner in NetSuite
How can we add a banner in NetSuite?
require(["N/ui/message"], function(message_1){
var messagePrompt = message_1.create({
title: "Foo",
message: "BAR",
duration: 5000,
type: message_1.Type.ERROR });
messagePrompt.show(); });
Available types:
Type { CONFIRMATION, // A green background with a checkmark icon. INFORMATION, // A blue background with an Information icon. WARNING, // A yellow background with a Warning icon. ERROR, // A red background with an X icon. }
KevinJ Of Kansas
Need more details.
samallasravan564
Hi,
In all Oracle products, we can add custom Banner item on the home page, like Dev, Stage or Prod, etc.. if new person login into instance they can easily identify the instance name by seeing the banner.
below is the example of Oracle Bi home page…
How can we add this in Netsuite? please help.
Thanks