fkrauthan
10/22/2018, 9:05 PM/**
* Instantiate a form object (specifying the title, and whether to hide the menu)
* @restriction Server SuiteScript only
* @param {Object} config
* @param {string} config.title form title
* @param {boolean} config.hideNavBar (optional)
* @return {Form}
* @since 2015.2
*/
serverWidget.prototype.createForm = function(options) {};
Plus no descriptions