CSNinja
CSNinja

Reputation: 7

How can I make changes in an existing NetSuite form or how to write a new form using HTML, Bootstrap & JavaScript?

I am trying to create new form using HTML/ JavaScript in NetSuite.

I read some of the links (Creating Custom HTML Forms in NetSuite on Youtube) which depicted on how to do it, but when I tried on my personal account (administrator) it is not happening, I don't have that "Marketing Template" subtab in the Documents Section.

I have also read about the Suitlets, but everything is very confusing. These forms are supposed to pop up on NetSuite Window only.

Upvotes: 1

Views: 565

Answers (1)

erictgrubaugh
erictgrubaugh

Reputation: 8847

Suitelets are the correct approach to create a new custom page in the NetSuite UI.

You can pull in any custom HTML, CSS, and AMD-compatible JS library you wish. To help more than that, you'll need to ask more detailed questions.

Here's a video showing an example of creating a Suitelet, although it uses the SuiteScript UI APIs rather than custom HTML: https://youtu.be/Hk2lG-SfZ3k

Upvotes: 1

Related Questions