I want to create a button in “enter quote” record and when i press the button it has to open a custom suitlet page.
I want to create a custom button in “enter quote” record and when I press that button it has to open a custom suitlet page. As I am very new to NetSuite please do help me with your valuable solutions . Thanks in advance!
You can create a workflow that shows a button on your record and on click of that button you can call a client script that may redirect you to your suitelet page. You may want to check N/redirect module or to be exact you can use a function redirect.toSuitelet(options)