How to call to a javascript file that in bundle in Netsuite?

23 views Asked by At

I have a client script with deployment on customer, this client script need to call to a javascript file that in a bundle but I don't why it doesn't get it, the path is correct:

define(['N/record','/SuiteBundles/Bundle 510222/Customize UI/customize_ui.js'],

Any idea how to import it?

0

There are 0 answers