Hello everyone,
How to read html file text box value from the suitelet and also use file module ?
Is it possible ?
Let me know anyone have try it before.
Reference Code which I have try.
var fileData = file.load({ id: 111 // html form content file id .});
var ReadHTMLData = fileData.getContents();
this code return the whole HTML page.