Kennt jemand oder hat eine JSDOC-Definition-Bibliothek, die ich für SS2.0 verwenden kann?Weiß jemand, wo man eine SS2.0 JSDOC-Definitionsbibliothek finden kann?
Die aktuelle habe ich für SS1.0 sieht aus wie die unten, und ich verwende es, um in meine IDE einstecken und Autovervollständigung bekommen.
/** * Loads an existing saved search. The saved search could have been created using the UI, or created using nlapiCreateSearch(type, filters, columns) in conjunction with nlobjSearch.saveSearch(title, scriptId).
*<br>API Governance: 5
* @param {String} recType [optional] - The record internal ID of the record type you are searching (for example, customer|lead|prospect|partner|vendor|contact). This parameter is case-insensitive.
* @param {String} searchId - The internal ID or script ID of the saved search. The script ID of the saved search is required, regardless of whether you specify the search type. If you do not specify the search type, you must set type to null and then set the script/search ID.
* @returns {nlobjSearch} nlobjSearch
* @since 2012.1 */
function nlapiLoadSearch(recType, searchId) { };
Nicht wirklich eine technische Frage, aber würde für jeden praktisch sein.
https://github.com/3EN-Cloud/autocomplete-netsuite ist nützlich, wenn Sie das Atom-Editor verwenden –