content stringlengths 253 286k | index int64 4 1.23k | secrets stringlengths 64 1.84k | has_secrets bool 1
class | number_secrets int64 1 20 | new_content stringlengths 239 286k | modified bool 1
class | references stringlengths 254 286k |
|---|---|---|---|---|---|---|---|
/**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @NAmdConfig ./custom_modules_config.json
*
* Module Description
*
* @Author: ankith.ravindran
* @Date: 2018-09-19 13:20:56
* @Last Modified by: Anesu Chakaingesu
* @Last Modified time: 2020-04-30 14:56:03
*/
define(['N/ui/serverWidget', 'N/email... | 638 | [{"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 26518, "end": 26550}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @NAmdConfig ./custom_modules_config.json
*
* Module Description
*
* @Author: ankith.ravindran
* @Date: 2018-09-19 13:20:56
* @Last Modified by: Anesu Chakaingesu
* @Last Modified time: 2020-04-30 14:56:03
*/
define(['N/ui/serverWidget', 'N/email... | true | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @NAmdConfig ./custom_modules_config.json
*
* Module Description
*
* @Author: ankith.ravindran
* @Date: 2018-09-19 13:20:56
* @Last Modified by: Anesu Chakaingesu
* @Last Modified time: 2020-04-30 14:56:03
*/
define(['N/ui/serverWidget', 'N/email... |
/**
* @NApiVersion 2.0
* @NScriptType Suitelet
* Author: Ankith Ravindran
* Created on: Wed Apr 19 2023
* Modified on: Wed Apr 19 2023 09:02:52
* SuiteScript Version: 2.0
* Description: Customer cancellation page.
*
* Copyright (c) 2023 MailPlus Pty. Ltd.
*/
defi... | 1,115 | [{"tag": "EMAIL", "value": "fiona.harrison@mailplus.com.au", "start": 17658, "end": 17688}, {"tag": "EMAIL", "value": "turkan.koc@mailplus.com.au", "start": 17720, "end": 17746}, {"tag": "EMAIL", "value": "popie.popie@mailplus.com.au", "start": 17778, "end": 17805}, {"tag": "EMAIL", "value": "fiona.harrison@mailplus.co... | true | 6 | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
* Author: Ankith Ravindran
* Created on: Wed Apr 19 2023
* Modified on: Wed Apr 19 2023 09:02:52
* SuiteScript Version: 2.0
* Description: Customer cancellation page.
*
* Copyright (c) 2023 MailPlus Pty. Ltd.
*/
defi... | true | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
* Author: Ankith Ravindran
* Created on: Wed Apr 19 2023
* Modified on: Wed Apr 19 2023 09:02:52
* SuiteScript Version: 2.0
* Description: Customer cancellation page.
*
* Copyright (c) 2023 MailPlus Pty. Ltd.
*/
defi... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/https', 'N/ui/serverWidget', 'N/record', '../api/suitebox'],
/**
* @param {https} https
* @param {serverWidget} serverWidget
*/
function(https, serverWidget, record, suitebox) {
/**
* Definition of the Suitelet ... | 712 | [{"tag": "EMAIL", "value": "patrick.alcomendas@servicerocket.com", "start": 2216, "end": 2252}, {"tag": "EMAIL", "value": "janice.cheang@servicerocket.com", "start": 2343, "end": 2374}] | true | 2 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/https', 'N/ui/serverWidget', 'N/record', '../api/suitebox'],
/**
* @param {https} https
* @param {serverWidget} serverWidget
*/
function(https, serverWidget, record, suitebox) {
/**
* Definition of the Suitelet ... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/https', 'N/ui/serverWidget', 'N/record', '../api/suitebox'],
/**
* @param {https} https
* @param {serverWidget} serverWidget
*/
function(https, serverWidget, record, suitebox) {
/**
* Definition of the Suitelet ... |
/**
* @NApiVersion 2.1
* @NScriptType Portlet
* @NModuleScope SameAccount
*/
/*
Modified version of SQL Portlet by
β’ Tim Dietrich
β’ timdietrich@me.com
*/
// The default portlet title.
const default_title = 'Saved SQLSearch';
// The default SQL query.
const default_sql = `
SELECT
'<a ... | 78 | [{"tag": "EMAIL", "value": "timdietrich@me.com", "start": 146, "end": 164}] | true | 1 | /**
* @NApiVersion 2.1
* @NScriptType Portlet
* @NModuleScope SameAccount
*/
/*
Modified version of SQL Portlet by
β’ Tim Dietrich
β’ ychag@example.com
*/
// The default portlet title.
const default_title = 'Saved SQLSearch';
// The default SQL query.
const default_sql = `
SELECT
'<a h... | true | /**
* @NApiVersion 2.1
* @NScriptType Portlet
* @NModuleScope SameAccount
*/
/*
Modified version of SQL Portlet by
β’ Tim Dietrich
β’ PI:EMAIL:ychag@example.comEND_PI
*/
// The default portlet title.
const default_title = 'Saved SQLSearch';
// The default SQL query.
const default_sql = `
... |
define(['N/search'], function(search) {
/**
* Add Google Map for Address form
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <trung@lexor.com>
*/
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Sublist Changed
* @param {*} context
*/
function sublistChanged(context) {
... | 418 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 153, "end": 168}] | true | 1 | define(['N/search'], function(search) {
/**
* Add Google Map for Address form
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <lyhxr@example.com>
*/
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Sublist Changed
* @param {*} context
*/
function sublistChanged(context) {... | true | define(['N/search'], function(search) {
/**
* Add Google Map for Address form
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <PI:EMAIL:lyhxr@example.comEND_PI>
*/
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Sublist Changed
* @param {*} context
*/
function sublistCha... |
/**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
... | 818 | [{"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 2110, "end": 2181}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 11707, "end": 11778}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOK... | true | 6 | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
... | true | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
... |
/**
* @NApiVersion 2.1
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
* @NAmdConfig /SuiteScripts/CSV Import/csv_import_configuration.json
*
* @author Selcuk Dogru
* _nse_mr_csv_import
*
* @description Based on the script parameters, processes the CSV file and notifies user about the outcome.
*/
d... | 785 | [{"tag": "KEY", "value": "236e41105efcb76877ea5366a475158f573b7575a14e06283729a26ed3e8c5d5", "start": 780, "end": 844}, {"tag": "KEY", "value": "b4558708e6706d063135062653bf63ce128a8a3ac6daa3cc3ae714966097bfa8", "start": 871, "end": 935}, {"tag": "KEY", "value": "c45686a8e67d6d074135c63653cf60cb128a6a3ac6dab3cb3ae71426... | true | 3 | /**
* @NApiVersion 2.1
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
* @NAmdConfig /SuiteScripts/CSV Import/csv_import_configuration.json
*
* @author Selcuk Dogru
* _nse_mr_csv_import
*
* @description Based on the script parameters, processes the CSV file and notifies user about the outcome.
*/
d... | true | /**
* @NApiVersion 2.1
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
* @NAmdConfig /SuiteScripts/CSV Import/csv_import_configuration.json
*
* @author Selcuk Dogru
* _nse_mr_csv_import
*
* @description Based on the script parameters, processes the CSV file and notifies user about the outcome.
*/
d... |
/**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2020-10-22 09:33:08 Anesu
*
* Description: Automation of Debt Collection Process
*
* @Last Modified by: Anesu
* @Last Modified time: 2... | 688 | [{"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 3579, "end": 3650}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 3351, "end": 3422}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRa... | true | 3 | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2020-10-22 09:33:08 Anesu
*
* Description: Automation of Debt Collection Process
*
* @Last Modified by: Anesu
* @Last Modified time: 2... | true | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2020-10-22 09:33:08 Anesu
*
* Description: Automation of Debt Collection Process
*
* @Last Modified by: Anesu
* @Last Modified time: 2... |
/**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/record', 'N/search', 'N/email', 'N/runtime'],
/**
* @param{record} record
* @param{search} search
*/
function(record, search, email, runtime){
/**
* Defines the function that is executed at the beginning of th... | 496 | [{"tag": "EMAIL", "value": "rubykumari413@gmail.com", "start": 2993, "end": 3016}] | true | 1 | /**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/record', 'N/search', 'N/email', 'N/runtime'],
/**
* @param{record} record
* @param{search} search
*/
function(record, search, email, runtime){
/**
* Defines the function that is executed at the beginning of th... | true | /**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/record', 'N/search', 'N/email', 'N/runtime'],
/**
* @param{record} record
* @param{search} search
*/
function(record, search, email, runtime){
/**
* Defines the function that is executed at the beginning of th... |
/**
* @NScriptName Geocoding Script
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(["require", "exports", "N/search", "N/ui/serverWidget"], function (require, exports, search, ui) {
Object.defineProperty(exports, "__esModule", { value: true });
function onRequest(context) ... | 781 | [{"tag": "KEY", "value": "AIzaSyD-9tSrke72PouQMnMX-a7eZSW0jkFMBWY", "start": 2080, "end": 2119}] | true | 1 | /**
* @NScriptName Geocoding Script
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(["require", "exports", "N/search", "N/ui/serverWidget"], function (require, exports, search, ui) {
Object.defineProperty(exports, "__esModule", { value: true });
function onRequest(context) ... | true | /**
* @NScriptName Geocoding Script
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(["require", "exports", "N/search", "N/ui/serverWidget"], function (require, exports, search, ui) {
Object.defineProperty(exports, "__esModule", { value: true });
function onRequest(context) ... |
/**
* REST API for R+L CARRIERS
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <trung@lexor.com>
*/
define(["N/https", "N/search", "N/xml", "/SuiteScripts/Module/Utils"], function(
https,
search,
xml,
_U
) {
/** VARS **/
const ADDITIONAL_FEES = 10; // 10%
const API_KEY = "xxx";
/**... | 593 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 100, "end": 115}] | true | 1 | /**
* REST API for R+L CARRIERS
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <efpyi@example.com>
*/
define(["N/https", "N/search", "N/xml", "/SuiteScripts/Module/Utils"], function(
https,
search,
xml,
_U
) {
/** VARS **/
const ADDITIONAL_FEES = 10; // 10%
const API_KEY = "xxx";
/... | true | /**
* REST API for R+L CARRIERS
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <PI:EMAIL:efpyi@example.comEND_PI>
*/
define(["N/https", "N/search", "N/xml", "/SuiteScripts/Module/Utils"], function(
https,
search,
xml,
_U
) {
/** VARS **/
const ADDITIONAL_FEES = 10; // 10%
const API_KE... |
/**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(['N/ui/s... | 903 | [{"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 2952, "end": 3023}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 2354, "end": 2425}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2... | true | 3 | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(['N/ui/s... | true | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(['N/ui/s... |
/**
* @NScriptName Geocoding Script
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(["require", "exports", "N/search", "N/ui/serverWidget", "N/log"], function (require, exports, search, ui, log) {
Object.defineProperty(exports, "__esModule", { value: true });
function onReq... | 343 | [{"tag": "KEY", "value": "AIzaSyD-9tSrke72PouQMnMX-a7eZSW0jkFMBWY", "start": 1367, "end": 1406}] | true | 1 | /**
* @NScriptName Geocoding Script
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(["require", "exports", "N/search", "N/ui/serverWidget", "N/log"], function (require, exports, search, ui, log) {
Object.defineProperty(exports, "__esModule", { value: true });
function onReq... | true | /**
* @NScriptName Geocoding Script
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(["require", "exports", "N/search", "N/ui/serverWidget", "N/log"], function (require, exports, search, ui, log) {
Object.defineProperty(exports, "__esModule", { value: true });
function onReq... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/file', 'N/record', 'N/render', 'N/ui/serverWidget', 'SuiteScripts/CustomScripts/SuitePDF/api/estimate', 'SuiteScripts/CustomScripts/SuiteBox/api/suitebox', '../../Library/handlebars', '../../Library/handlebars/handlebarshelper... | 809 | [{"tag": "EMAIL", "value": "patrick.alcomendas@servicerocket.com", "start": 4419, "end": 4455}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/file', 'N/record', 'N/render', 'N/ui/serverWidget', 'SuiteScripts/CustomScripts/SuitePDF/api/estimate', 'SuiteScripts/CustomScripts/SuiteBox/api/suitebox', '../../Library/handlebars', '../../Library/handlebars/handlebarshelper... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/file', 'N/record', 'N/render', 'N/ui/serverWidget', 'SuiteScripts/CustomScripts/SuitePDF/api/estimate', 'SuiteScripts/CustomScripts/SuiteBox/api/suitebox', '../../Library/handlebars', '../../Library/handlebars/handlebarshelper... |
/**
* Sales Reps Restlet API
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <trung@lexor.com>
*/
define(['N/search', 'N/record'], function(search, record) {
function _get(context) {
try {
var roleList = { internalid: 1036 };
var salesReps = search.create({
type: search.Type.EMPLOYEE,
... | 232 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 97, "end": 112}] | true | 1 | /**
* Sales Reps Restlet API
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <hzdkv@example.com>
*/
define(['N/search', 'N/record'], function(search, record) {
function _get(context) {
try {
var roleList = { internalid: 1036 };
var salesReps = search.create({
type: search.Type.EMPLOYEE,... | true | /**
* Sales Reps Restlet API
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <PI:EMAIL:hzdkv@example.comEND_PI>
*/
define(['N/search', 'N/record'], function(search, record) {
function _get(context) {
try {
var roleList = { internalid: 1036 };
var salesReps = search.create({
type: search... |
ο»Ώ/// <reference path="../lib/N/scriptcontext.js" />
/// <reference path="../lib/N/modules/search.js" />
/// <reference path="../lib/N/modules/runtime.js" />
/// <reference path="../lib/N/modules/record.js" />
/// <reference path="../lib/N/modules/log.js" />
/// <reference path="../lib/N/modules/email.js" />
/// <refere... | 485 | [{"tag": "EMAIL", "value": "notify@company.com", "start": 940, "end": 958}] | true | 1 | ο»Ώ/// <reference path="../lib/N/scriptcontext.js" />
/// <reference path="../lib/N/modules/search.js" />
/// <reference path="../lib/N/modules/runtime.js" />
/// <reference path="../lib/N/modules/record.js" />
/// <reference path="../lib/N/modules/log.js" />
/// <reference path="../lib/N/modules/email.js" />
/// <refere... | true | ο»Ώ/// <reference path="../lib/N/scriptcontext.js" />
/// <reference path="../lib/N/modules/search.js" />
/// <reference path="../lib/N/modules/runtime.js" />
/// <reference path="../lib/N/modules/record.js" />
/// <reference path="../lib/N/modules/log.js" />
/// <reference path="../lib/N/modules/email.js" />
/// <refere... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
* @NAmdConfig ./custom_modules_config.json
* Description: Calendar view page of the run
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'm... | 1,104 | [{"tag": "KEY", "value": "sha384-THVO/sM0mFD9h7dfSndI6TS0PgAGavwKvB5hAxRRvc0o9cPLohB0wb/PTA7LdUHs", "start": 3036, "end": 3107}] | true | 1 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
* @NAmdConfig ./custom_modules_config.json
* Description: Calendar view page of the run
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'm... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
* @NAmdConfig ./custom_modules_config.json
* Description: Calendar view page of the run
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'm... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
//importacion de modulos personalizados
require.config({
paths: {
'custom': '/SuiteScripts/Suitescript 2.0 Tutotial/LibScript'
}
});
define(['N/https' , 'N/search', 'custom'],
function(https, search, customLib) {
... | 176 | [{"tag": "EMAIL", "value": "nlauth_email=luis.diaz@payulatam.com", "start": 899, "end": 935}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
//importacion de modulos personalizados
require.config({
paths: {
'custom': '/SuiteScripts/Suitescript 2.0 Tutotial/LibScript'
}
});
define(['N/https' , 'N/search', 'custom'],
function(https, search, customLib) {
... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
//importacion de modulos personalizados
require.config({
paths: {
'custom': '/SuiteScripts/Suitescript 2.0 Tutotial/LibScript'
}
});
define(['N/https' , 'N/search', 'custom'],
function(https, search, customLib) {
... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... | 960 | [{"tag": "EMAIL", "value": "timdietrich@me.com", "start": 639, "end": 657}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... |
/**
* Customer Deposit Form Client Script
* custform_248_4283482_820
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <trung@lexor.com>
*/
define(['N/runtime'], function(runtime) {
/* === VARS === */
const LIST_PAYMENT_CARDS = ['6', '3', '4', '5'];
/* === EVENTS FUNCTIONS === */
/**
* Page ... | 412 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 140, "end": 155}] | true | 1 | /**
* Customer Deposit Form Client Script
* custform_248_4283482_820
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <dycjh@example.com>
*/
define(['N/runtime'], function(runtime) {
/* === VARS === */
const LIST_PAYMENT_CARDS = ['6', '3', '4', '5'];
/* === EVENTS FUNCTIONS === */
/**
* Pag... | true | /**
* Customer Deposit Form Client Script
* custform_248_4283482_820
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <PI:EMAIL:dycjh@example.comEND_PI>
*/
define(['N/runtime'], function(runtime) {
/* === VARS === */
const LIST_PAYMENT_CARDS = ['6', '3', '4', '5'];
/* === EVENTS FUNCTIONS === ... |
/**
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-09-15T17:03:03+10:00
* @Filename: mp_sl_product_ordering.js
* @Last modified by: ankithravindran
* @Last modified time: 2022-01-18T13:25:42+11:00
*/
/**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', ... | 837 | [{"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 969, "end": 1040}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 11028, "end": 11099}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH... | true | 6 | /**
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-09-15T17:03:03+10:00
* @Filename: mp_sl_product_ordering.js
* @Last modified by: ankithravindran
* @Last modified time: 2022-01-18T13:25:42+11:00
*/
/**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', ... | true | /**
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-09-15T17:03:03+10:00
* @Filename: mp_sl_product_ordering.js
* @Last modified by: ankithravindran
* @Last modified time: 2022-01-18T13:25:42+11:00
*/
/**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', ... |
/**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-11-05T10:16:06+11:00
* @Last modified by: ankithravindran
* @Last modified time: 2021-11-11T08:52:21+11:00
*/
define(['N/email', 'N/runtime', 'N/search', 'N/record'],
function(email, runtime,... | 942 | [{"tag": "EMAIL", "value": "belinda.urbani@mailplus.com.au", "start": 1587, "end": 1617}, {"tag": "EMAIL", "value": "luke.forbes@mailplus.com.au", "start": 1692, "end": 1719}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 1723, "end": 1755}] | true | 3 | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-11-05T10:16:06+11:00
* @Last modified by: ankithravindran
* @Last modified time: 2021-11-11T08:52:21+11:00
*/
define(['N/email', 'N/runtime', 'N/search', 'N/record'],
function(email, runtime,... | true | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-11-05T10:16:06+11:00
* @Last modified by: ankithravindran
* @Last modified time: 2021-11-11T08:52:21+11:00
*/
define(['N/email', 'N/runtime', 'N/search', 'N/record'],
function(email, runtime,... |
/**
* @NApiVersion 2.1
*/
// This script sends an email with an attachment.
require(['N/email', 'N/record', 'N/file'], (email, record, file) => {
const senderId = -515;
const recipientEmail = 'notify@myCompany.com';
let timeStamp = new Date().getUTCMilliseconds();
let recipient = record.create({
... | 239 | [{"tag": "EMAIL", "value": "notify@myCompany.com", "start": 205, "end": 225}] | true | 1 | /**
* @NApiVersion 2.1
*/
// This script sends an email with an attachment.
require(['N/email', 'N/record', 'N/file'], (email, record, file) => {
const senderId = -515;
const recipientEmail = 'kenaa@example.com';
let timeStamp = new Date().getUTCMilliseconds();
let recipient = record.create({
... | true | /**
* @NApiVersion 2.1
*/
// This script sends an email with an attachment.
require(['N/email', 'N/record', 'N/file'], (email, record, file) => {
const senderId = -515;
const recipientEmail = 'PI:EMAIL:kenaa@example.comEND_PI';
let timeStamp = new Date().getUTCMilliseconds();
let recipient = record... |
/**
* @NApiVersion 2.0
* @NScriptType Suitelet
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-11-15T07:25:50+11:00
* @Last modified by: ankithravindran
* @Last modified time: 2022-02-24T15:27:26+11:00
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record',
'N/http', 'N... | 510 | [{"tag": "EMAIL", "value": "michael.mcdaid@mailplus.com.au", "start": 31973, "end": 32003}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 32124, "end": 32156}, {"tag": "EMAIL", "value": "mailplussupport@protechly.com", "start": 41031, "end": 41060}, {"tag": "EMAIL", "value": "raine.giderson@mai... | true | 12 | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-11-15T07:25:50+11:00
* @Last modified by: ankithravindran
* @Last modified time: 2022-02-24T15:27:26+11:00
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record',
'N/http', 'N... | true | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
* @Author: Ankith Ravindran <ankithravindran>
* @Date: 2021-11-15T07:25:50+11:00
* @Last modified by: ankithravindran
* @Last modified time: 2022-02-24T15:27:26+11:00
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record',
'N/http', 'N... |
/**
*@NApiVersion 2.1
*@NScriptType Restlet
*@author Shaun York <s@sry.dev>
*/
define(['N/log', 'N/search', 'N/record'], function (Log, Srh, Rec) {
// TODO: Set this array via script parameter
const NONE_BACKFLUSH_WORKCENTERS = ['16469', '16489']
const CREATE_WORKORDER_COMPLETION = 'mk'
const DELETE... | 1,036 | [{"tag": "EMAIL", "value": "s@sry.dev", "start": 68, "end": 77}] | true | 1 | /**
*@NApiVersion 2.1
*@NScriptType Restlet
*@author Shaun York <envkt@example.com>
*/
define(['N/log', 'N/search', 'N/record'], function (Log, Srh, Rec) {
// TODO: Set this array via script parameter
const NONE_BACKFLUSH_WORKCENTERS = ['16469', '16489']
const CREATE_WORKORDER_COMPLETION = 'mk'
cons... | true | /**
*@NApiVersion 2.1
*@NScriptType Restlet
*@author Shaun York <PI:EMAIL:envkt@example.comEND_PI>
*/
define(['N/log', 'N/search', 'N/record'], function (Log, Srh, Rec) {
// TODO: Set this array via script parameter
const NONE_BACKFLUSH_WORKCENTERS = ['16469', '16489']
const CREATE_WORKORDER_COMPLETION ... |
/**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect'],
function (ui, email, runtime, search, record, http, log, redirect) {
function onRequest(context) {
var baseURL = 'https://1048144.app.netsuite.com... | 140 | [{"tag": "KEY", "value": "sha384-CchuzHs077vGtfhGYl9Qtc7Vx64rXBXdIAZIPbItbNyWIRTdG0oYAqki3Ry13Yzu", "start": 5610, "end": 5681}] | true | 1 | /**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect'],
function (ui, email, runtime, search, record, http, log, redirect) {
function onRequest(context) {
var baseURL = 'https://1048144.app.netsuite.com... | true | /**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect'],
function (ui, email, runtime, search, record, http, log, redirect) {
function onRequest(context) {
var baseURL = 'https://1048144.app.netsuite.com... |
/**
*@NApiVersion 2.0
*@NScriptType Suitelet
*
* Module Description -
*
* NSVersion Date Author
* 2.00 2020-12-19 13:12:36 Ravija Maheshwari
*
* @Last Modified by: Ravija
* @Last Modified time: 2020-12-20 11:55
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime'... | 563 | [{"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 1739, "end": 1810}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 1517, "end": 1588}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRa... | true | 3 | /**
*@NApiVersion 2.0
*@NScriptType Suitelet
*
* Module Description -
*
* NSVersion Date Author
* 2.00 2020-12-19 13:12:36 Ravija Maheshwari
*
* @Last Modified by: Ravija
* @Last Modified time: 2020-12-20 11:55
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime'... | true | /**
*@NApiVersion 2.0
*@NScriptType Suitelet
*
* Module Description -
*
* NSVersion Date Author
* 2.00 2020-12-19 13:12:36 Ravija Maheshwari
*
* @Last Modified by: Ravija
* @Last Modified time: 2020-12-20 11:55
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime'... |
define([], function() {
/**
* Custom Assembly Unbuild Form
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <trung@lexor.com>
*/
/* === VARS === */
const MODULE_NAME = 'CUSTOM_ASSEMBLY_UNBUILD';
/* === EVENTS FUNCTIONS === */
/**
* Line Init
* @... | 779 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 165, "end": 180}] | true | 1 | define([], function() {
/**
* Custom Assembly Unbuild Form
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <hzdkv@example.com>
*/
/* === VARS === */
const MODULE_NAME = 'CUSTOM_ASSEMBLY_UNBUILD';
/* === EVENTS FUNCTIONS === */
/**
* Line Init
*... | true | define([], function() {
/**
* Custom Assembly Unbuild Form
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <PI:EMAIL:hzdkv@example.comEND_PI>
*/
/* === VARS === */
const MODULE_NAME = 'CUSTOM_ASSEMBLY_UNBUILD';
/* === EVENTS FUNCTIONS === */
/**
*... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Separate page for escalating ticket
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, search, reco... | 885 | [{"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 22082, "end": 22153}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 21676, "end": 21747}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeR... | true | 3 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Separate page for escalating ticket
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, search, reco... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Separate page for escalating ticket
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, search, reco... |
/**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description: Mass Invoice Email
*
* @Last Modified by: Anesu Chakaingesu
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/task', 'N/format', 'N/currentRecord', 'N/render'],... | 982 | [{"tag": "EMAIL", "value": "anesu.chakaingesu@mailplus.com.au", "start": 14010, "end": 14043}, {"tag": "EMAIL", "value": "popie.popie@mailplus.com.au", "start": 14053, "end": 14080}, {"tag": "EMAIL", "value": "anesu.chakaingesu@mailplus.com.au", "start": 15172, "end": 15205}, {"tag": "EMAIL", "value": "anesu.chakainges... | true | 5 | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description: Mass Invoice Email
*
* @Last Modified by: Anesu Chakaingesu
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/task', 'N/format', 'N/currentRecord', 'N/render'],... | true | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description: Mass Invoice Email
*
* @Last Modified by: Anesu Chakaingesu
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/task', 'N/format', 'N/currentRecord', 'N/render'],... |
/**
*@NApiVersion 2.x
*@NScriptType UserEventScript
*/
define(["N/search", "N/record", "N/email", "N/runtime", "N/https", "N/format"],
function(search, record, email, runtime, https, format) {
function credit_limit_request(context) {
try {
//Get Field Values
... | 1,188 | [{"tag": "KEY", "value": "bGJlcWlyaUB0ZWxxdWVzdGludGwuY29tOi5XIXE/UD9rZ1EnLmpbNio0WHo+VFF1blVYNVxSeA==", "start": 1426, "end": 1502}, {"tag": "KEY", "value": "bGJlcWlyaUB0ZWxxdWVzdGludGwuY29tOjFfSDctPjB1Um5pQlZZRSc1NTVqZSZyZVxwb350Zw==", "start": 1297, "end": 1373}] | true | 2 | /**
*@NApiVersion 2.x
*@NScriptType UserEventScript
*/
define(["N/search", "N/record", "N/email", "N/runtime", "N/https", "N/format"],
function(search, record, email, runtime, https, format) {
function credit_limit_request(context) {
try {
//Get Field Values
... | true | /**
*@NApiVersion 2.x
*@NScriptType UserEventScript
*/
define(["N/search", "N/record", "N/email", "N/runtime", "N/https", "N/format"],
function(search, record, email, runtime, https, format) {
function credit_limit_request(context) {
try {
//Get Field Values
... |
/**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description: Schedule Script to Set the Date Invoiced Finalised Field
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/runtime', 'N/search', 'N/record', 'N/log', 'N/task', 'N/currentRecord', 'N/format'],
function(runtime, search, rec... | 727 | [{"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 7450, "end": 7482}, {"tag": "EMAIL", "value": "Willian.Suryadharma@mailplus.com.au", "start": 7486, "end": 7521}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 13580, "end": 13612}, {"tag": "EMAIL", "value": "willian.suryad... | true | 4 | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description: Schedule Script to Set the Date Invoiced Finalised Field
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/runtime', 'N/search', 'N/record', 'N/log', 'N/task', 'N/currentRecord', 'N/format'],
function(runtime, search, rec... | true | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description: Schedule Script to Set the Date Invoiced Finalised Field
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/runtime', 'N/search', 'N/record', 'N/log', 'N/task', 'N/currentRecord', 'N/format'],
function(runtime, search, rec... |
define(["N/search", "/SuiteScripts/lib/autocomplete"], function(
search,
autocomplete
) {
/**
* Lexor Case Form
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <trung@lexor.com>
*/
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Page Init
* @param {*} context... | 531 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 196, "end": 211}] | true | 1 | define(["N/search", "/SuiteScripts/lib/autocomplete"], function(
search,
autocomplete
) {
/**
* Lexor Case Form
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <hzdkv@example.com>
*/
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Page Init
* @param {*} conte... | true | define(["N/search", "/SuiteScripts/lib/autocomplete"], function(
search,
autocomplete
) {
/**
* Lexor Case Form
* @NApiVersion 2.x
* @NScriptType ClientScript
* @author trungpv <PI:EMAIL:hzdkv@example.comEND_PI>
*/
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Page Init
* @... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file'],
function(ui, email, ru... | 332 | [{"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 22948, "end": 23019}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 23577, "end": 23648}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThec... | true | 3 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file'],
function(ui, email, ru... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file'],
function(ui, email, ru... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Import an excel file of connote numbers to add into processed orders
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/log', 'N/redirect', 'N/format', 'N/task', 'N/file', 'N... | 860 | [{"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 1577, "end": 1648}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 8957, "end": 9028}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH... | true | 6 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Import an excel file of connote numbers to add into processed orders
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/log', 'N/redirect', 'N/format', 'N/task', 'N/file', 'N... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Import an excel file of connote numbers to add into processed orders
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/log', 'N/redirect', 'N/format', 'N/task', 'N/file', 'N... |
/**
*@NApiVersion 2.0
*@NScriptType Suitelet
*
* Module Description -
*
* NSVersion Date Author
* 2.00 2020-11-26 13:12:36 Ravija Maheshwari
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/c... | 1,116 | [{"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 2110, "end": 2181}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 1886, "end": 1957}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRa... | true | 3 | /**
*@NApiVersion 2.0
*@NScriptType Suitelet
*
* Module Description -
*
* NSVersion Date Author
* 2.00 2020-11-26 13:12:36 Ravija Maheshwari
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/c... | true | /**
*@NApiVersion 2.0
*@NScriptType Suitelet
*
* Module Description -
*
* NSVersion Date Author
* 2.00 2020-11-26 13:12:36 Ravija Maheshwari
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/c... |
/**
* sh_sdf_cl_example.js
*
* Example file to be imported into the SDF Project for Lesson 4 of the SuiteHub SDF Course
*
* @module sh_sdf_cl_example
*
* @copyright 2023 Salto
* @author Eric T Grubaugh <eric@stoic.software>
*
* @NApiVersion 2.1
* @NModuleScope Public
* @NScriptType ClientScript
*/
define([... | 752 | [{"tag": "EMAIL", "value": "eric@stoic.software", "start": 211, "end": 230}] | true | 1 | /**
* sh_sdf_cl_example.js
*
* Example file to be imported into the SDF Project for Lesson 4 of the SuiteHub SDF Course
*
* @module sh_sdf_cl_example
*
* @copyright 2023 Salto
* @author Eric T Grubaugh <nnheo@example.com>
*
* @NApiVersion 2.1
* @NModuleScope Public
* @NScriptType ClientScript
*/
define([],... | true | /**
* sh_sdf_cl_example.js
*
* Example file to be imported into the SDF Project for Lesson 4 of the SuiteHub SDF Course
*
* @module sh_sdf_cl_example
*
* @copyright 2023 Salto
* @author Eric T Grubaugh <PI:EMAIL:nnheo@example.comEND_PI>
*
* @NApiVersion 2.1
* @NModuleScope Public
* @NScriptType ClientScript... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/file', 'N/record', 'N/render', 'N/ui/serverWidget', 'SuiteScripts/CustomScripts/SuitePDF/api/estimate', 'SuiteScripts/CustomScripts/SuiteBox/api/suitebox', '../../Library/handlebars', '../../Library/handlebars/handlebarshelper... | 820 | [{"tag": "EMAIL", "value": "patrick.alcomendas@servicerocket.com", "start": 4419, "end": 4455}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/file', 'N/record', 'N/render', 'N/ui/serverWidget', 'SuiteScripts/CustomScripts/SuitePDF/api/estimate', 'SuiteScripts/CustomScripts/SuiteBox/api/suitebox', '../../Library/handlebars', '../../Library/handlebars/handlebarshelper... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
define(['N/file', 'N/record', 'N/render', 'N/ui/serverWidget', 'SuiteScripts/CustomScripts/SuitePDF/api/estimate', 'SuiteScripts/CustomScripts/SuiteBox/api/suitebox', '../../Library/handlebars', '../../Library/handlebars/handlebarshelper... |
/**
*
* Customer Search Portlet
*
* @NApiVersion 2.x
* @NScriptType Portlet
* @author trungpv <trung@lexor.com>
*/
define(["N/search", "N/ui/serverWidget"], function(search, serverWidget) {
function render(params) {
var portlet = params.portlet;
portlet.title = "Customer Search";
var html = "";
... | 1,174 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 101, "end": 116}] | true | 1 | /**
*
* Customer Search Portlet
*
* @NApiVersion 2.x
* @NScriptType Portlet
* @author trungpv <envkt@example.com>
*/
define(["N/search", "N/ui/serverWidget"], function(search, serverWidget) {
function render(params) {
var portlet = params.portlet;
portlet.title = "Customer Search";
var html = "";
... | true | /**
*
* Customer Search Portlet
*
* @NApiVersion 2.x
* @NScriptType Portlet
* @author trungpv <PI:EMAIL:envkt@example.comEND_PI>
*/
define(["N/search", "N/ui/serverWidget"], function(search, serverWidget) {
function render(params) {
var portlet = params.portlet;
portlet.title = "Customer Search";
v... |
/**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord', 'N/https'],
function(error, runtime, se... | 107 | [{"tag": "EMAIL", "value": "rianne.mansell@mailplus.com.au", "start": 33659, "end": 33689}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 36491, "end": 36523}, {"tag": "EMAIL", "value": "sruti.desai@mailplus.com.au", "start": 43711, "end": 43738}, {"tag": "EMAIL", "value": "sruti.desai@mailplus... | true | 13 | /**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord', 'N/https'],
function(error, runtime, se... | true | /**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord', 'N/https'],
function(error, runtime, se... |
/**
*@NApiVersion 2.x
*@NScriptType Suitelet
*@Author Rafael Oliveira Santos
*/
define(['N/record', 'N/ui/serverWidget', 'N/search', 'N/url', 'N/runtime', 'N/error'], function(record, ui, search, url, runtime, error) {
function onRequest(ctx) {
var paramFunc = confereFuncionario()
var ... | 5 | [{"tag": "EMAIL", "value": "celso.filho@kovi.com.br", "start": 772, "end": 795}, {"tag": "EMAIL", "value": "filipe.reis@kovi.com.br", "start": 810, "end": 833}, {"tag": "EMAIL", "value": "paulo.baptista@kovi.com.br", "start": 848, "end": 874}, {"tag": "EMAIL", "value": "rafael.santos@runsmart.cloud", "start": 889, "end... | true | 8 | /**
*@NApiVersion 2.x
*@NScriptType Suitelet
*@Author Rafael Oliveira Santos
*/
define(['N/record', 'N/ui/serverWidget', 'N/search', 'N/url', 'N/runtime', 'N/error'], function(record, ui, search, url, runtime, error) {
function onRequest(ctx) {
var paramFunc = confereFuncionario()
var ... | true | /**
*@NApiVersion 2.x
*@NScriptType Suitelet
*@Author Rafael Oliveira Santos
*/
define(['N/record', 'N/ui/serverWidget', 'N/search', 'N/url', 'N/runtime', 'N/error'], function(record, ui, search, url, runtime, error) {
function onRequest(ctx) {
var paramFunc = confereFuncionario()
var ... |
/**
* hitc_mass_emailer_client.ts
* by Head in the Cloud Development, Inc.
* gurus@headintheclouddev.com
*
* @NScriptType ClientScript
* @NApiVersion 2.1
*/
define(["require", "exports", "N/ui/dialog", "N/ui/message", "N/record", "N/search"], function (require, exports, dialog, message, record, search) {
"us... | 172 | [{"tag": "EMAIL", "value": "gurus@headintheclouddev.com", "start": 80, "end": 107}] | true | 1 | /**
* hitc_mass_emailer_client.ts
* by Head in the Cloud Development, Inc.
* ychag@example.com
*
* @NScriptType ClientScript
* @NApiVersion 2.1
*/
define(["require", "exports", "N/ui/dialog", "N/ui/message", "N/record", "N/search"], function (require, exports, dialog, message, record, search) {
"use strict";... | true | /**
* hitc_mass_emailer_client.ts
* by Head in the Cloud Development, Inc.
* PI:EMAIL:ychag@example.comEND_PI
*
* @NScriptType ClientScript
* @NApiVersion 2.1
*/
define(["require", "exports", "N/ui/dialog", "N/ui/message", "N/record", "N/search"], function (require, exports, dialog, message, record, search) {
... |
/**
* @NApiVersion 2.x
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
*/
define(['N/https', 'N/encode', 'N/record', 'N/format', 'N/search', 'N/runtime', 'N/error', 'N/task'],
/**
* @param {https} https
* @param {encode} encode
* @param {record} record
*/
function(https, encode, record, format, searc... | 1,148 | [{"tag": "EMAIL", "value": "engliew@me.com", "start": 3444, "end": 3458}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
*/
define(['N/https', 'N/encode', 'N/record', 'N/format', 'N/search', 'N/runtime', 'N/error', 'N/task'],
/**
* @param {https} https
* @param {encode} encode
* @param {record} record
*/
function(https, encode, record, format, searc... | true | /**
* @NApiVersion 2.x
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
*/
define(['N/https', 'N/encode', 'N/record', 'N/format', 'N/search', 'N/runtime', 'N/error', 'N/task'],
/**
* @param {https} https
* @param {encode} encode
* @param {record} record
*/
function(https, encode, record, format, searc... |
/**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... | 4 | [{"tag": "IP_ADDRESS", "value": "192.168.0.100", "start": 927, "end": 940}, {"tag": "KEY", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDMifKH2vTxdiype8nem7+lS3x7dTQR/A67KdsR/5C2WUcDipBzYhHbnG6Am12Nd2tlM01LnaBZA6/8P4Y9x/sGTxtsdE/MzeGDUBn6HBlQvgIrhX62wgoKGQ+P2lEAO1+Vz8y3/MB1NmD7Fc62cJ9Mu88YA6jwJOIPZeHYNVyIm9OrY6VyzYyvSJhH0x7... | true | 2 | /**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... | true | /**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... |
/**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... | 795 | [{"tag": "EMAIL", "value": "notify@myCompany.com", "start": 1196, "end": 1216}] | true | 1 | /**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... | true | /**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... |
/**
* @NApiVersion 2.x
* @NScriptType ClientScript
* Author: Ankith Ravindran
* Created on: Fri May 30 2023
* Modified on: Wed May 31 2023 14:23:11
* SuiteScript Version: 2.0
* Description: Client script for List the contacts that has been registered via the webform to... | 701 | [{"tag": "EMAIL", "value": "belinda.urbani@mailplus.com.au", "start": 46697, "end": 46727}, {"tag": "EMAIL", "value": "kerina.helliwell@mailplus.com.au", "start": 46977, "end": 47009}, {"tag": "EMAIL", "value": "lee.russell@mailplus.com.au", "start": 47216, "end": 47243}, {"tag": "EMAIL", "value": "belinda.urbani@mailp... | true | 18 | /**
* @NApiVersion 2.x
* @NScriptType ClientScript
* Author: Ankith Ravindran
* Created on: Fri May 30 2023
* Modified on: Wed May 31 2023 14:23:11
* SuiteScript Version: 2.0
* Description: Client script for List the contacts that has been registered via the webform to... | true | /**
* @NApiVersion 2.x
* @NScriptType ClientScript
* Author: Ankith Ravindran
* Created on: Fri May 30 2023
* Modified on: Wed May 31 2023 14:23:11
* SuiteScript Version: 2.0
* Description: Client script for List the contacts that has been registered via the webform to... |
/**
* job.ext.getStatus.js
* @description Get External Job Status
* @module clv/job/getStatus
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <miquel@leprechaunpromotions.com>
*/
define(['N/https', 'N/search', "N/record", "N/log"], function (https, search, record, log) {
var id = "";
... | 940 | [{"tag": "EMAIL", "value": "miquel@leprechaunpromotions.com", "start": 168, "end": 199}] | true | 1 | /**
* job.ext.getStatus.js
* @description Get External Job Status
* @module clv/job/getStatus
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <anpch@example.com>
*/
define(['N/https', 'N/search', "N/record", "N/log"], function (https, search, record, log) {
var id = "";
var jobnumber... | true | /**
* job.ext.getStatus.js
* @description Get External Job Status
* @module clv/job/getStatus
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <PI:EMAIL:anpch@example.comEND_PI>
*/
define(['N/https', 'N/search', "N/record", "N/log"], function (https, search, record, log) {
var id = "";
... |
/**
* NetSuite RESTlet framework - RESTlet.
*
* @author Felipe Chang <felipechang@hardcake.org>
*
* @NApiVersion 2.x
* @NModuleScope SameAccount
* @NScriptType RESTlet
*/
define(["require", "exports", "./controller", "./lib/lib", "N/log"], function (require, exports, Controllers, lib_1, log) {
Object.define... | 282 | [{"tag": "EMAIL", "value": "felipechang@hardcake.org", "start": 73, "end": 97}] | true | 1 | /**
* NetSuite RESTlet framework - RESTlet.
*
* @author Felipe Chang <nnheo@example.com>
*
* @NApiVersion 2.x
* @NModuleScope SameAccount
* @NScriptType RESTlet
*/
define(["require", "exports", "./controller", "./lib/lib", "N/log"], function (require, exports, Controllers, lib_1, log) {
Object.definePropert... | true | /**
* NetSuite RESTlet framework - RESTlet.
*
* @author Felipe Chang <PI:EMAIL:nnheo@example.comEND_PI>
*
* @NApiVersion 2.x
* @NModuleScope SameAccount
* @NScriptType RESTlet
*/
define(["require", "exports", "./controller", "./lib/lib", "N/log"], function (require, exports, Controllers, lib_1, log) {
Objec... |
/**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(['N/ui/s... | 213 | [{"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 3177, "end": 3248}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 2954, "end": 3025}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRa... | true | 3 | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(['N/ui/s... | true | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(['N/ui/s... |
/**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*/
define(["SuiteScripts/Honeycomb Mfg/globalpayments.api", "N/log"], function(
GP,
log,
) {
function execute(context) {
var config = new GP.ServicesConfig();
config.secretApiKey =
"skapi_cert_MTeSAQAfG1UA9qQDrzl-kz4toXvARyieptFwSKP24w";
c... | 596 | [{"tag": "KEY", "value": "skapi_cert_MTeSAQAfG1UA9qQDrzl-kz4toXvARyieptFwSKP24w", "start": 259, "end": 312}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*/
define(["SuiteScripts/Honeycomb Mfg/globalpayments.api", "N/log"], function(
GP,
log,
) {
function execute(context) {
var config = new GP.ServicesConfig();
config.secretApiKey =
"caf86f4uutaoxfysmf7anj01xl6sv3ps";
config.serviceUrl = "h... | true | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*/
define(["SuiteScripts/Honeycomb Mfg/globalpayments.api", "N/log"], function(
GP,
log,
) {
function execute(context) {
var config = new GP.ServicesConfig();
config.secretApiKey =
"PI:KEY:caf86f4uutaoxfysmf7anj01xl6sv3psEND_PI";
config.se... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
//importacion de modulos personalizados
require.config({
paths: {
'custom': '/SuiteScripts/Suitescript 2.0 Tutotial/LibScript'
}
});
define(['N/https' , 'N/search', 'custom'],
function(https, search, customLib) {
... | 255 | [{"tag": "EMAIL", "value": "nlauth_email=luis.diaz@payulatam.com", "start": 899, "end": 935}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
//importacion de modulos personalizados
require.config({
paths: {
'custom': '/SuiteScripts/Suitescript 2.0 Tutotial/LibScript'
}
});
define(['N/https' , 'N/search', 'custom'],
function(https, search, customLib) {
... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope SameAccount
*/
//importacion de modulos personalizados
require.config({
paths: {
'custom': '/SuiteScripts/Suitescript 2.0 Tutotial/LibScript'
}
});
define(['N/https' , 'N/search', 'custom'],
function(https, search, customLib) {
... |
/**
* Version Type Date Author Remarks
* 1.00 Create 06 May 2018 Mauricio Pastorino Initial Version
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope Public
* @date : 06/05/2018
* @author : mpastorino (mpastorino@netsuite.com)
*/
define([]... | 1,002 | [{"tag": "EMAIL", "value": "mpastorino@netsuite.com", "start": 280, "end": 303}] | true | 1 | /**
* Version Type Date Author Remarks
* 1.00 Create 06 May 2018 Mauricio Pastorino Initial Version
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope Public
* @date : 06/05/2018
* @author : mpastorino (ychag@example.com)
*/
define([], func... | true | /**
* Version Type Date Author Remarks
* 1.00 Create 06 May 2018 Mauricio Pastorino Initial Version
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope Public
* @date : 06/05/2018
* @author : mpastorino (PI:EMAIL:ychag@example.comEND_PI)
*/
... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... | 895 | [{"tag": "EMAIL", "value": "timdietrich@me.com", "start": 639, "end": 657}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... |
/**
* messaging.automation.js
* @description Automated Messaging Testing
* @module clv/automation/messaging
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <miquel@leprechaunpromotions.com>
*/
define(['N/record', 'N/https'], function (record, https) {
var ts = Date.now();
function in... | 35 | [{"tag": "EMAIL", "value": "miquel@leprechaunpromotions.com", "start": 182, "end": 213}, {"tag": "EMAIL", "value": "miquel@brazilliance.co", "start": 704, "end": 726}] | true | 2 | /**
* messaging.automation.js
* @description Automated Messaging Testing
* @module clv/automation/messaging
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <envkt@example.com>
*/
define(['N/record', 'N/https'], function (record, https) {
var ts = Date.now();
function inspect(context)... | true | /**
* messaging.automation.js
* @description Automated Messaging Testing
* @module clv/automation/messaging
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <PI:EMAIL:envkt@example.comEND_PI>
*/
define(['N/record', 'N/https'], function (record, https) {
var ts = Date.now();
function i... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, s... | 957 | [{"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 1530, "end": 1601}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 1133, "end": 1204}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2... | true | 3 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, s... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, s... |
/**
* Opportunities Form
*
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <trung@lexor.com>
*/
define(['/SuiteScripts/Module/oneOpportunityForOneCustomer'], function(
oneOpportunityForOneCustomer
) {
/**
* Page Init
* @param {*} context
*/
function pageInit(conte... | 1,084 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 122, "end": 137}] | true | 1 | /**
* Opportunities Form
*
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <lyhxr@example.com>
*/
define(['/SuiteScripts/Module/oneOpportunityForOneCustomer'], function(
oneOpportunityForOneCustomer
) {
/**
* Page Init
* @param {*} context
*/
function pageInit(con... | true | /**
* Opportunities Form
*
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <PI:EMAIL:lyhxr@example.comEND_PI>
*/
define(['/SuiteScripts/Module/oneOpportunityForOneCustomer'], function(
oneOpportunityForOneCustomer
) {
/**
* Page Init
* @param {*} context
*/
functi... |
/**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, search, record, http, log, redirect, format) {
var role = runtime.getCurrentUser().role;
fu... | 200 | [{"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 1304, "end": 1375}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 1076, "end": 1147}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRa... | true | 3 | /**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, search, record, http, log, redirect, format) {
var role = runtime.getCurrentUser().role;
fu... | true | /**
*@NApiVersion 2.0
*@NScriptType Suitelet
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format'],
function(ui, email, runtime, search, record, http, log, redirect, format) {
var role = runtime.getCurrentUser().role;
fu... |
/**
* Sync NetSuite saved search results to a Google Spreadsheet.
*
* @author Felipe Chang <felipechang@hardcake.org>
*
* @NApiVersion 2.x
* @NModuleScope SameAccount
* @NScriptType RESTlet
*/
define(["require", "exports", "N/search"], function (require, exports, search) {
Object.defineProperty(exports, "__... | 768 | [{"tag": "EMAIL", "value": "felipechang@hardcake.org", "start": 95, "end": 119}] | true | 1 | /**
* Sync NetSuite saved search results to a Google Spreadsheet.
*
* @author Felipe Chang <envkt@example.com>
*
* @NApiVersion 2.x
* @NModuleScope SameAccount
* @NScriptType RESTlet
*/
define(["require", "exports", "N/search"], function (require, exports, search) {
Object.defineProperty(exports, "__esModul... | true | /**
* Sync NetSuite saved search results to a Google Spreadsheet.
*
* @author Felipe Chang <PI:EMAIL:envkt@example.comEND_PI>
*
* @NApiVersion 2.x
* @NModuleScope SameAccount
* @NScriptType RESTlet
*/
define(["require", "exports", "N/search"], function (require, exports, search) {
Object.defineProperty(expo... |
/**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... | 976 | [{"tag": "EMAIL", "value": "notify@myCompany.com", "start": 1196, "end": 1216}] | true | 1 | /**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... | true | /**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... | 449 | [{"tag": "EMAIL", "value": "timdietrich@me.com", "start": 639, "end": 657}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
Inventory Balance Utility
ID:
_i... |
/**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2020-10-22 09:33:08 Anesu
*
* Description: Automation of Debt Collection Process
*
* @Last Modified by: Anesu
* @Last Modified time: 2... | 352 | [{"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 1825, "end": 1896}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 2471, "end": 2542}, {"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH... | true | 3 | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2020-10-22 09:33:08 Anesu
*
* Description: Automation of Debt Collection Process
*
* @Last Modified by: Anesu
* @Last Modified time: 2... | true | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2020-10-22 09:33:08 Anesu
*
* Description: Automation of Debt Collection Process
*
* @Last Modified by: Anesu
* @Last Modified time: 2... |
/**
* sh_sdf_cl_example.js
*
* Example file to be imported into the SDF Project for Lesson 4 of the SuiteHub SDF Course
*
* @module sh_sdf_cl_example
*
* @copyright 2023 Salto
* @author Eric T Grubaugh <eric@stoic.software>
*
* @NApiVersion 2.1
* @NModuleScope Public
* @NScriptType ClientScript
*/
define([... | 1,176 | [{"tag": "EMAIL", "value": "eric@stoic.software", "start": 211, "end": 230}] | true | 1 | /**
* sh_sdf_cl_example.js
*
* Example file to be imported into the SDF Project for Lesson 4 of the SuiteHub SDF Course
*
* @module sh_sdf_cl_example
*
* @copyright 2023 Salto
* @author Eric T Grubaugh <lyhxr@example.com>
*
* @NApiVersion 2.1
* @NModuleScope Public
* @NScriptType ClientScript
*/
define([],... | true | /**
* sh_sdf_cl_example.js
*
* Example file to be imported into the SDF Project for Lesson 4 of the SuiteHub SDF Course
*
* @module sh_sdf_cl_example
*
* @copyright 2023 Salto
* @author Eric T Grubaugh <PI:EMAIL:lyhxr@example.comEND_PI>
*
* @NApiVersion 2.1
* @NModuleScope Public
* @NScriptType ClientScript... |
/**
* Wipe out data for transactions
*
* @NApiVersion 2.0
* @NScriptType MassUpdateScript
* @author trungpv <trung@lexor.com>
*/
define(['N/record'], function(record) {
function deleteRecord(context) {
const type = context.type;
const id = context.id;
try {
log.debug({
title: '====> Deleting ' + typ... | 758 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 114, "end": 129}] | true | 1 | /**
* Wipe out data for transactions
*
* @NApiVersion 2.0
* @NScriptType MassUpdateScript
* @author trungpv <ychag@example.com>
*/
define(['N/record'], function(record) {
function deleteRecord(context) {
const type = context.type;
const id = context.id;
try {
log.debug({
title: '====> Deleting ' + t... | true | /**
* Wipe out data for transactions
*
* @NApiVersion 2.0
* @NScriptType MassUpdateScript
* @author trungpv <PI:EMAIL:ychag@example.comEND_PI>
*/
define(['N/record'], function(record) {
function deleteRecord(context) {
const type = context.type;
const id = context.id;
try {
log.debug({
title: '====>... |
/**
* jobs.invoice.net.js
* @description Auto Invoice Net Term Jobs
* @module clv/jobs/invoice/net
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <miquel@leprechaunpromotions.com>
*/
define([], function () {
return {}
}); | 754 | [{"tag": "EMAIL", "value": "miquel@leprechaunpromotions.com", "start": 173, "end": 204}] | true | 1 | /**
* jobs.invoice.net.js
* @description Auto Invoice Net Term Jobs
* @module clv/jobs/invoice/net
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <kenaa@example.com>
*/
define([], function () {
return {}
}); | true | /**
* jobs.invoice.net.js
* @description Auto Invoice Net Term Jobs
* @module clv/jobs/invoice/net
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <PI:EMAIL:kenaa@example.comEND_PI>
*/
define([], function () {
return {}
}); |
/**
* @NApiVersion 2.1
* @NScriptType ScheduledScript
*/
define(['N/https', 'N/record', 'N/search', 'N/format', 'SuiteScripts/drt_custom_module/drt_mapid_cm'],
/**
* @param{https} https
* @param{record} record
* @param{search} search
*/
(https, record, search, format, drt_mapid_cm) => {
/**
* Defines t... | 1,034 | [{"tag": "IP_ADDRESS", "value": "195.179.237.153", "start": 3502, "end": 3517}] | true | 1 | /**
* @NApiVersion 2.1
* @NScriptType ScheduledScript
*/
define(['N/https', 'N/record', 'N/search', 'N/format', 'SuiteScripts/drt_custom_module/drt_mapid_cm'],
/**
* @param{https} https
* @param{record} record
* @param{search} search
*/
(https, record, search, format, drt_mapid_cm) => {
/**
* Defines t... | true | /**
* @NApiVersion 2.1
* @NScriptType ScheduledScript
*/
define(['N/https', 'N/record', 'N/search', 'N/format', 'SuiteScripts/drt_custom_module/drt_mapid_cm'],
/**
* @param{https} https
* @param{record} record
* @param{search} search
*/
(https, record, search, format, drt_mapid_cm) => {
/**
* Defines t... |
/**
* Print out Label Items
*
* @NApiVersion 2.x
* @NScriptType Suitelet
* @author trungpv <trung@lexor.com>
*/
define(['N/record', 'N/render', 'N/file'], function(record, render, file) {
function onRequest(context) {
try {
var response = context.response;
var request = context.request;
var customId =... | 400 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 97, "end": 112}] | true | 1 | /**
* Print out Label Items
*
* @NApiVersion 2.x
* @NScriptType Suitelet
* @author trungpv <anpch@example.com>
*/
define(['N/record', 'N/render', 'N/file'], function(record, render, file) {
function onRequest(context) {
try {
var response = context.response;
var request = context.request;
var customId... | true | /**
* Print out Label Items
*
* @NApiVersion 2.x
* @NScriptType Suitelet
* @author trungpv <PI:EMAIL:anpch@example.comEND_PI>
*/
define(['N/record', 'N/render', 'N/file'], function(record, render, file) {
function onRequest(context) {
try {
var response = context.response;
var request = context.request;
... |
/**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... | 82 | [{"tag": "IP_ADDRESS", "value": "192.168.0.100", "start": 927, "end": 940}, {"tag": "KEY", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDMifKH2vTxdiype8nem7+lS3x7dTQR/A67KdsR/5C2WUcDipBzYhHbnG6Am12Nd2tlM01LnaBZA6/8P4Y9x/sGTxtsdE/MzeGDUBn6HBlQvgIrhX62wgoKGQ+P2lEAO1+Vz8y3/MB1NmD7Fc62cJ9Mu88YA6jwJOIPZeHYNVyIm9OrY6VyzYyvSJhH0x7... | true | 2 | /**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... | true | /**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file'],
function (ui, email, ... | 251 | [{"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 25392, "end": 25463}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd", "start": 25619, "end": 25690}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn... | true | 3 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file'],
function (ui, email, ... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: A ticketing system for the Customer Service.
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file'],
function (ui, email, ... |
/**
* Quotes Scheduled Script
*
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @author trungpv <trung@lexor.com>
*/
define(['N/search', '/SuiteScripts/Module/SalesFlow/Main'], function(search, salesFlow) {
/* VARS */
/**
* execute
* @param {*} context
*/
function execute(context) {
try {
var l... | 481 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 106, "end": 121}] | true | 1 | /**
* Quotes Scheduled Script
*
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @author trungpv <kenaa@example.com>
*/
define(['N/search', '/SuiteScripts/Module/SalesFlow/Main'], function(search, salesFlow) {
/* VARS */
/**
* execute
* @param {*} context
*/
function execute(context) {
try {
var... | true | /**
* Quotes Scheduled Script
*
* @NApiVersion 2.x
* @NScriptType ScheduledScript
* @author trungpv <PI:EMAIL:kenaa@example.comEND_PI>
*/
define(['N/search', '/SuiteScripts/Module/SalesFlow/Main'], function(search, salesFlow) {
/* VARS */
/**
* execute
* @param {*} context
*/
function execute(context) {... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description:
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/https', 'N/log', 'N/redirect', 'N/format', 'N/url'],
function (ui, email, runtime, search, record, https, log, redirec... | 998 | [{"tag": "EMAIL", "value": "rianne.mansell@mailplus.com.au", "start": 5671, "end": 5701}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 5811, "end": 5843}, {"tag": "EMAIL", "value": "rianne.mansell@mailplus.com.au", "start": 6440, "end": 6470}, {"tag": "EMAIL", "value": "ankith.ravindran@mailpl... | true | 7 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description:
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/https', 'N/log', 'N/redirect', 'N/format', 'N/url'],
function (ui, email, runtime, search, record, https, log, redirec... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description:
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/https', 'N/log', 'N/redirect', 'N/format', 'N/url'],
function (ui, email, runtime, search, record, https, log, redirec... |
/**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/record', 'N/search', 'N/email', 'N/runtime'],
/**
* @param{record} record
* @param{search} search
*/
function(record, search, email, runtime){
/**
* Defines the function that is executed at the beginning of th... | 1,012 | [{"tag": "EMAIL", "value": "rubykumari413@gmail.com", "start": 2993, "end": 3016}] | true | 1 | /**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/record', 'N/search', 'N/email', 'N/runtime'],
/**
* @param{record} record
* @param{search} search
*/
function(record, search, email, runtime){
/**
* Defines the function that is executed at the beginning of th... | true | /**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/record', 'N/search', 'N/email', 'N/runtime'],
/**
* @param{record} record
* @param{search} search
*/
function(record, search, email, runtime){
/**
* Defines the function that is executed at the beginning of th... |
/**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... | 984 | [{"tag": "EMAIL", "value": "notify@myCompany.com", "start": 1196, "end": 1216}] | true | 1 | /**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... | true | /**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... |
/**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(["N/ui/serverWidget","... | 961 | [{"tag": "KEY", "value": "sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu", "start": 2451, "end": 2522}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 1853, "end": 1924}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2... | true | 3 | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(["N/ui/serverWidget","... | true | /**
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Module Description
*
* NSVersion Date Author
* 2.00 2021-09-20 09:33:08 Anesu
*
* Description: xxxxxxxx
*
* @Last Modified by: Anesu
* @Last Modified time: 2021-09-20 09:33:08
*
*/
define(["N/ui/serverWidget","... |
/**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/task', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/format', 'N/https'],
function(task, email, runtime, search, record, format, https) {
function execute(context) {
var todayDate = new Date();
log.audit({
title: 'todayDate',
d... | 631 | [{"tag": "EMAIL", "value": "ankith.ravindran@mailplus.comau", "start": 8106, "end": 8137}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.comau", "start": 9628, "end": 9659}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.comau", "start": 11154, "end": 11185}, {"tag": "EMAIL", "value": "ankith.ravindran@mai... | true | 20 | /**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/task', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/format', 'N/https'],
function(task, email, runtime, search, record, format, https) {
function execute(context) {
var todayDate = new Date();
log.audit({
title: 'todayDate',
d... | true | /**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/task', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/format', 'N/https'],
function(task, email, runtime, search, record, format, https) {
function execute(context) {
var todayDate = new Date();
log.audit({
title: 'todayDate',
d... |
/**
* Quote Form
* custform_145_4283482_879
*
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <trung@lexor.com>
*/
define([], function() {
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Page Init
* @param {*} context
*/
function pageInit(contex... | 198 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 142, "end": 157}] | true | 1 | /**
* Quote Form
* custform_145_4283482_879
*
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <anpch@example.com>
*/
define([], function() {
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Page Init
* @param {*} context
*/
function pageInit(cont... | true | /**
* Quote Form
* custform_145_4283482_879
*
* @NApiVersion 2.x
* @NModuleScope Public
* @NScriptType ClientScript
* @author trungpv <PI:EMAIL:anpch@example.comEND_PI>
*/
define([], function() {
/* === VARS === */
/* === EVENTS FUNCTIONS === */
/**
* Page Init
* @param {*} context
*/
functio... |
/**
* @NApiVersion 2.x
* @NScriptType Suitelet
*/
define(['N/https', 'N/url'], function(https, urlMod) {
return {
onRequest : function(options) {
var url = urlMod.resolveScript({
scriptId: 'customscript196',
deploymentId: 'customdeploy1',
returnExterna... | 1,135 | [{"tag": "EMAIL", "value": "nlauth_email=john@smith.com", "start": 468, "end": 495}] | true | 1 | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
*/
define(['N/https', 'N/url'], function(https, urlMod) {
return {
onRequest : function(options) {
var url = urlMod.resolveScript({
scriptId: 'customscript196',
deploymentId: 'customdeploy1',
returnExterna... | true | /**
* @NApiVersion 2.x
* @NScriptType Suitelet
*/
define(['N/https', 'N/url'], function(https, urlMod) {
return {
onRequest : function(options) {
var url = urlMod.resolveScript({
scriptId: 'customscript196',
deploymentId: 'customdeploy1',
returnExterna... |
/**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/email', 'N/runtime', 'N/search', 'N/record'],
function(email, runtime, search, record) {
function execute(context) {
log.audit({
title: 'InvocationType',
details: context.InvocationType
... | 618 | [{"tag": "EMAIL", "value": "luke.forbes@mailplus.com.au", "start": 3352, "end": 3379}] | true | 1 | /**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/email', 'N/runtime', 'N/search', 'N/record'],
function(email, runtime, search, record) {
function execute(context) {
log.audit({
title: 'InvocationType',
details: context.InvocationType
... | true | /**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/email', 'N/runtime', 'N/search', 'N/record'],
function(email, runtime, search, record) {
function execute(context) {
log.audit({
title: 'InvocationType',
details: context.InvocationType
... |
/**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... | 12 | [{"tag": "EMAIL", "value": "notify@myCompany.com", "start": 1196, "end": 1216}] | true | 1 | /**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... | true | /**
* @NApiVersion 2.1
*/
require(['N/task', 'N/runtime', 'N/email'], (task, runtime, email) => {
// Store the script ID of the script to submit
//
// Update the following statement so it uses the script ID
// of the map/reduce script record you want to submit
const mapReduceScriptId = 'customscri... |
/**
* Quote Form
*
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @author trungpv <trung@lexor.com>
*/
define([
'N/runtime',
'./Module/discountSoldPriceTaxModule',
'./Module/marginBalance',
'./Module/oneQuoteForOneCustomer',
'N/ui/serverWidget',
'./Module/SalesFlow/Main'
], function(
runtime,
discoun... | 935 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 93, "end": 108}] | true | 1 | /**
* Quote Form
*
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @author trungpv <efpyi@example.com>
*/
define([
'N/runtime',
'./Module/discountSoldPriceTaxModule',
'./Module/marginBalance',
'./Module/oneQuoteForOneCustomer',
'N/ui/serverWidget',
'./Module/SalesFlow/Main'
], function(
runtime,
disco... | true | /**
* Quote Form
*
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @author trungpv <PI:EMAIL:efpyi@example.comEND_PI>
*/
define([
'N/runtime',
'./Module/discountSoldPriceTaxModule',
'./Module/marginBalance',
'./Module/oneQuoteForOneCustomer',
'N/ui/serverWidget',
'./Module/SalesFlow/Main'
], function(
... |
/**
* @NApiVersion 2.1
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
SQL Query Tool
ID:
_sql_query_to... | 310 | [{"tag": "EMAIL", "value": "timdietrich@me.com", "start": 1869, "end": 1887}, {"tag": "EMAIL", "value": "%@test.com", "start": 26287, "end": 26297}] | true | 2 | /**
* @NApiVersion 2.1
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
SQL Query Tool
ID:
_sql_query_to... | true | /**
* @NApiVersion 2.1
* @NScriptType Suitelet
* @NModuleScope Public
*/
/*
------------------------------------------------------------------------------------------
Script Information
------------------------------------------------------------------------------------------
Name:
SQL Query Tool
ID:
_sql_query_to... |
/**
* upload.js
* @description Upload Job Document to NetSuite
* @module CLV/userevent/document/upload
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NAmdConfig /SuiteScripts/cloverfield/config.json
* @author Miquel Brazil <miquel@leprechaunpromotions.com>
*/
define(['CLV/services/runscope'],
functio... | 1,185 | [{"tag": "EMAIL", "value": "miquel@leprechaunpromotions.com", "start": 237, "end": 268}] | true | 1 | /**
* upload.js
* @description Upload Job Document to NetSuite
* @module CLV/userevent/document/upload
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NAmdConfig /SuiteScripts/cloverfield/config.json
* @author Miquel Brazil <anpch@example.com>
*/
define(['CLV/services/runscope'],
function (runscope) {... | true | /**
* upload.js
* @description Upload Job Document to NetSuite
* @module CLV/userevent/document/upload
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NAmdConfig /SuiteScripts/cloverfield/config.json
* @author Miquel Brazil <PI:EMAIL:anpch@example.comEND_PI>
*/
define(['CLV/services/runscope'],
functi... |
/**
* REST API for R+L CARRIERS & ODFL
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <trung@lexor.com>
*/
define(['N/https', 'N/search', 'N/xml', '/SuiteScripts/Module/Utils'], function(
https,
search,
xml,
_U
) {
/** VARS **/
const ADDITIONAL_FEES = 10; // 10%
const API_KEY = 'xxx';
cons... | 169 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 107, "end": 122}] | true | 1 | /**
* REST API for R+L CARRIERS & ODFL
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <nnheo@example.com>
*/
define(['N/https', 'N/search', 'N/xml', '/SuiteScripts/Module/Utils'], function(
https,
search,
xml,
_U
) {
/** VARS **/
const ADDITIONAL_FEES = 10; // 10%
const API_KEY = 'xxx';
co... | true | /**
* REST API for R+L CARRIERS & ODFL
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <PI:EMAIL:nnheo@example.comEND_PI>
*/
define(['N/https', 'N/search', 'N/xml', '/SuiteScripts/Module/Utils'], function(
https,
search,
xml,
_U
) {
/** VARS **/
const ADDITIONAL_FEES = 10; // 10%
const API_KE... |
/// <reference path='../lib/N/scriptcontext.js' />
/**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
'use strict';
define(['N/search', 'N/record', 'N/email', 'N/runtime'],
function (search, record, email, runtime) {
/**
* Runs a search on the sales orders created today and fulfill them.
... | 570 | [{"tag": "EMAIL", "value": "notify@company.com", "start": 1955, "end": 1973}] | true | 1 | /// <reference path='../lib/N/scriptcontext.js' />
/**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
'use strict';
define(['N/search', 'N/record', 'N/email', 'N/runtime'],
function (search, record, email, runtime) {
/**
* Runs a search on the sales orders created today and fulfill them.
... | true | /// <reference path='../lib/N/scriptcontext.js' />
/**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
'use strict';
define(['N/search', 'N/record', 'N/email', 'N/runtime'],
function (search, record, email, runtime) {
/**
* Runs a search on the sales orders created today and fulfill them.
... |
/**
* REST API for UPS Package
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <trung@lexor.com>
*/
define(["N/https", "N/search", "/SuiteScripts/Module/Utils"], function(
https,
search,
_U
) {
/** VARS **/
const USERNAME = "xxx";
const PASSWORD = "xxx";
const API_KEY = "xxx";
const ... | 492 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 99, "end": 114}] | true | 1 | /**
* REST API for UPS Package
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <upchh@example.com>
*/
define(["N/https", "N/search", "/SuiteScripts/Module/Utils"], function(
https,
search,
_U
) {
/** VARS **/
const USERNAME = "xxx";
const PASSWORD = "xxx";
const API_KEY = "xxx";
cons... | true | /**
* REST API for UPS Package
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <PI:EMAIL:upchh@example.comEND_PI>
*/
define(["N/https", "N/search", "/SuiteScripts/Module/Utils"], function(
https,
search,
_U
) {
/** VARS **/
const USERNAME = "xxx";
const PASSWORD = "xxx";
const API_KEY ... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Import an excel file of stops to add into an existing run
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file', 'N/error', 'N... | 1,225 | [{"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 962, "end": 1033}, {"tag": "KEY", "value": "sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ", "start": 13602, "end": 13673}, {"tag": "KEY", "value": "sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH... | true | 6 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Import an excel file of stops to add into an existing run
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file', 'N/error', 'N... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description: Import an excel file of stops to add into an existing run
* @Last Modified by: Sruti Desai
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/http', 'N/log', 'N/redirect', 'N/format', 'N/file', 'N/error', 'N... |
/**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... | 1,035 | [{"tag": "IP_ADDRESS", "value": "192.168.0.100", "start": 927, "end": 940}, {"tag": "KEY", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDMifKH2vTxdiype8nem7+lS3x7dTQR/A67KdsR/5C2WUcDipBzYhHbnG6Am12Nd2tlM01LnaBZA6/8P4Y9x/sGTxtsdE/MzeGDUBn6HBlQvgIrhX62wgoKGQ+P2lEAO1+Vz8y3/MB1NmD7Fc62cJ9Mu88YA6jwJOIPZeHYNVyIm9OrY6VyzYyvSJhH0x7... | true | 2 | /**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... | true | /**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... |
/**
* @NApiVersion 2.1
* @NScriptType UserEventScript
*/
define(['N/file', 'N/http', 'N/search', 'N/xml', 'N/record', 'N/query'],
/**
* @param{file} file
* @param{http} http
* @param{search} search
* @param{xml} xml
*/
(file, http, search, xml, record, query) => {
/**
* Defines the func... | 560 | [{"tag": "EMAIL", "value": "anymail@gmail.com", "start": 19802, "end": 19819}] | true | 1 | /**
* @NApiVersion 2.1
* @NScriptType UserEventScript
*/
define(['N/file', 'N/http', 'N/search', 'N/xml', 'N/record', 'N/query'],
/**
* @param{file} file
* @param{http} http
* @param{search} search
* @param{xml} xml
*/
(file, http, search, xml, record, query) => {
/**
* Defines the func... | true | /**
* @NApiVersion 2.1
* @NScriptType UserEventScript
*/
define(['N/file', 'N/http', 'N/search', 'N/xml', 'N/record', 'N/query'],
/**
* @param{file} file
* @param{http} http
* @param{search} search
* @param{xml} xml
*/
(file, http, search, xml, record, query) => {
/**
* Defines the func... |
/**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... | 285 | [{"tag": "IP_ADDRESS", "value": "192.168.0.100", "start": 927, "end": 940}, {"tag": "KEY", "value": "AAAAB3NzaC1yc2EAAAADAQABAAABAQDMifKH2vTxdiype8nem7+lS3x7dTQR/A67KdsR/5C2WUcDipBzYhHbnG6Am12Nd2tlM01LnaBZA6/8P4Y9x/sGTxtsdE/MzeGDUBn6HBlQvgIrhX62wgoKGQ+P2lEAO1+Vz8y3/MB1NmD7Fc62cJ9Mu88YA6jwJOIPZeHYNVyIm9OrY6VyzYyvSJhH0x7... | true | 2 | /**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... | true | /**
* @NApiVersion 2.x
* @NScriptType UserEventScript
* @NModuleScope SameAccount
*/
define(['N/file', 'N/sftp', 'N/error'],
function(file, sftp, error) {
return {
beforeLoad: function(){
var portNumber = -1;
var connectTimeout = -1;
var transferTimeout = -1;
... |
/**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/runtime', 'N/search', 'N/record', 'N/log', 'N/task', 'N/currentRecord', 'N/format'],
function(runtime, search, record, log, task, currentRecord, format) {
var zee = 0... | 825 | [{"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 10190, "end": 10222}, {"tag": "EMAIL", "value": "willian.suryadharma@mailplus.com.au", "start": 10226, "end": 10261}] | true | 2 | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/runtime', 'N/search', 'N/record', 'N/log', 'N/task', 'N/currentRecord', 'N/format'],
function(runtime, search, record, log, task, currentRecord, format) {
var zee = 0... | true | /**
* @NApiVersion 2.x
* @NScriptType ScheduledScript
*
* Module Description
*
* @Last Modified by: Sruti Desai
*
*/
define(['N/runtime', 'N/search', 'N/record', 'N/log', 'N/task', 'N/currentRecord', 'N/format'],
function(runtime, search, record, log, task, currentRecord, format) {
var zee = 0... |
/**
*
* Sales Reps Turn Portlet
*
* @NApiVersion 2.x
* @NScriptType Portlet
* @author trungpv <trung@lexor.com>
*/
define(["N/search"], function(search) {
function render(params) {
var portlet = params.portlet;
portlet.title = "Sales Reps Turn";
var html = "";
//try {
// html += buildSale... | 116 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 101, "end": 116}] | true | 1 | /**
*
* Sales Reps Turn Portlet
*
* @NApiVersion 2.x
* @NScriptType Portlet
* @author trungpv <kenaa@example.com>
*/
define(["N/search"], function(search) {
function render(params) {
var portlet = params.portlet;
portlet.title = "Sales Reps Turn";
var html = "";
//try {
// html += buildSa... | true | /**
*
* Sales Reps Turn Portlet
*
* @NApiVersion 2.x
* @NScriptType Portlet
* @author trungpv <PI:EMAIL:kenaa@example.comEND_PI>
*/
define(["N/search"], function(search) {
function render(params) {
var portlet = params.portlet;
portlet.title = "Sales Reps Turn";
var html = "";
//try {
// ... |
/**
* @NApiVersion 2.x
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
*/
/**
* Script Description
* This Map Reduce to create and delete the records
*
*/
/*******************************************************************************
*
* Support Files
*
* *******************... | 642 | [{"tag": "EMAIL", "value": "feena@jobinandjismi.com", "start": 74201, "end": 74224}, {"tag": "EMAIL", "value": "feena@jobinandjismi.com", "start": 74794, "end": 74817}, {"tag": "EMAIL", "value": "feena@jobinandjismi.com", "start": 75276, "end": 75299}, {"tag": "EMAIL", "value": "feena@jobinandjismi.com", "start": 75840... | true | 5 | /**
* @NApiVersion 2.x
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
*/
/**
* Script Description
* This Map Reduce to create and delete the records
*
*/
/*******************************************************************************
*
* Support Files
*
* *******************... | true | /**
* @NApiVersion 2.x
* @NScriptType MapReduceScript
* @NModuleScope SameAccount
*/
/**
* Script Description
* This Map Reduce to create and delete the records
*
*/
/*******************************************************************************
*
* Support Files
*
* *******************... |
/**
* job.ext.getStatus.js
* @description Get External Job Status
* @module clv/job/getStatus
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <miquel@leprechaunpromotions.com>
*/
define(['N/https'], function (https) {
function inspect(context) {
context.response.setHeader({
... | 365 | [{"tag": "EMAIL", "value": "miquel@leprechaunpromotions.com", "start": 168, "end": 199}] | true | 1 | /**
* job.ext.getStatus.js
* @description Get External Job Status
* @module clv/job/getStatus
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <dycjh@example.com>
*/
define(['N/https'], function (https) {
function inspect(context) {
context.response.setHeader({
name: '... | true | /**
* job.ext.getStatus.js
* @description Get External Job Status
* @module clv/job/getStatus
* @NApiVersion 2.0
* @NScriptType Suitelet
* @author Miquel Brazil <PI:EMAIL:dycjh@example.comEND_PI>
*/
define(['N/https'], function (https) {
function inspect(context) {
context.response.setHeader({
... |
/**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description:
* @Last modified by: ankithravindran
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record',
'N/https', 'N/log', 'N/redirect', 'N/format', 'N/url'
],
function(ui, email, runtime, search, record, https, log, r... | 222 | [{"tag": "EMAIL", "value": "customerservice@mailplus.com.au", "start": 19788, "end": 19819}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 20027, "end": 20059}, {"tag": "EMAIL", "value": "customerservice@mailplus.com.au", "start": 20075, "end": 20106}, {"tag": "EMAIL", "value": "gabrielle.bathm... | true | 8 | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description:
* @Last modified by: ankithravindran
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record',
'N/https', 'N/log', 'N/redirect', 'N/format', 'N/url'
],
function(ui, email, runtime, search, record, https, log, r... | true | /**
*
* @NApiVersion 2.0
* @NScriptType Suitelet
*
* Description:
* @Last modified by: ankithravindran
*
*/
define(['N/ui/serverWidget', 'N/email', 'N/runtime', 'N/search', 'N/record',
'N/https', 'N/log', 'N/redirect', 'N/format', 'N/url'
],
function(ui, email, runtime, search, record, https, log, r... |
/**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
* @NModuleScope SameAccount
*/
define(["N/search", "N/record", "N/email", "N/runtime", "N/https", "N/format"],
function(search, record, email, runtime, https, format) {
function UPS_Tracking_Status(context) {
try {
var api_... | 1,109 | [{"tag": "KEY", "value": "4DAA2104CBB8D475", "start": 327, "end": 343}] | true | 1 | /**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
* @NModuleScope SameAccount
*/
define(["N/search", "N/record", "N/email", "N/runtime", "N/https", "N/format"],
function(search, record, email, runtime, https, format) {
function UPS_Tracking_Status(context) {
try {
var api_... | true | /**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
* @NModuleScope SameAccount
*/
define(["N/search", "N/record", "N/email", "N/runtime", "N/https", "N/format"],
function(search, record, email, runtime, https, format) {
function UPS_Tracking_Status(context) {
try {
var api_... |
/**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/task', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/format', 'N/https'],
function(task, email, runtime, search, record, format, https) {
function getInputData() {
var todayDate = new Date();
log.audit({
title: 'todayDate',
... | 1,106 | [{"tag": "EMAIL", "value": "ankith.ravindran@mailplus.comau", "start": 8012, "end": 8043}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.comau", "start": 9456, "end": 9487}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.comau", "start": 10904, "end": 10935}, {"tag": "EMAIL", "value": "ankith.ravindran@mai... | true | 10 | /**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/task', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/format', 'N/https'],
function(task, email, runtime, search, record, format, https) {
function getInputData() {
var todayDate = new Date();
log.audit({
title: 'todayDate',
... | true | /**
* @NApiVersion 2.0
* @NScriptType MapReduceScript
*/
define(['N/task', 'N/email', 'N/runtime', 'N/search', 'N/record', 'N/format', 'N/https'],
function(task, email, runtime, search, record, format, https) {
function getInputData() {
var todayDate = new Date();
log.audit({
title: 'todayDate',
... |
/**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: Separate page for escalating ticket
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord', 'N/https'],
function(error, runtime, search, url, re... | 1,060 | [{"tag": "EMAIL", "value": "jessica.roberts@mailplus.com.au", "start": 13137, "end": 13168}, {"tag": "EMAIL", "value": "gabrielle.bathman@mailplus.com.au", "start": 13172, "end": 13205}, {"tag": "EMAIL", "value": "customerservice@mailplus.com.au", "start": 13209, "end": 13240}, {"tag": "EMAIL", "value": "CorpGold.Escal... | true | 15 | /**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: Separate page for escalating ticket
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord', 'N/https'],
function(error, runtime, search, url, re... | true | /**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: Separate page for escalating ticket
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord', 'N/https'],
function(error, runtime, search, url, re... |
/**
* REST API for Search Employee Email
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <trung@lexor.com>
*/
define(['N/search'], function(search) {
/**
* GET
* @param {*} context
*/
function getAction(context) {
var result = {};
result.success = false;
try {
const validation = do... | 838 | [{"tag": "EMAIL", "value": "trung@lexor.com", "start": 109, "end": 124}] | true | 1 | /**
* REST API for Search Employee Email
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <dycjh@example.com>
*/
define(['N/search'], function(search) {
/**
* GET
* @param {*} context
*/
function getAction(context) {
var result = {};
result.success = false;
try {
const validation = ... | true | /**
* REST API for Search Employee Email
*
* @NApiVersion 2.x
* @NScriptType Restlet
* @author trungpv <PI:EMAIL:dycjh@example.comEND_PI>
*/
define(['N/search'], function(search) {
/**
* GET
* @param {*} context
*/
function getAction(context) {
var result = {};
result.success = false;
try {
cons... |
/**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/render','N/search', 'N/record', 'N/email', 'N/runtime','N/file'],
function(render, search, record, email, runtime, file){
function executebrokerbinemail(context){
try {
var MainLine = "Part Number" + ',' + "Manufacturer" ... | 1,105 | [{"tag": "EMAIL", "value": "fbaert@telquestintl.com", "start": 3955, "end": 3978}] | true | 1 | /**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/render','N/search', 'N/record', 'N/email', 'N/runtime','N/file'],
function(render, search, record, email, runtime, file){
function executebrokerbinemail(context){
try {
var MainLine = "Part Number" + ',' + "Manufacturer" ... | true | /**
*@NApiVersion 2.x
*@NScriptType ScheduledScript
*/
define(['N/render','N/search', 'N/record', 'N/email', 'N/runtime','N/file'],
function(render, search, record, email, runtime, file){
function executebrokerbinemail(context){
try {
var MainLine = "Part Number" + ',' + "Manufacturer" ... |
/**
* items.update.productionDepartment.js
* @description Set Production Department from value of Departments
* @module clv/items/update/productionDepartment
* @NApiVersion 2.0
* @NScriptType MassUpdateScript
* @author Miquel Brazil <miquel@leprechaunpromotions.com>
*/
define(['N/record', 'N/https'], function (... | 355 | [{"tag": "EMAIL", "value": "miquel@leprechaunpromotions.com", "start": 240, "end": 271}] | true | 1 | /**
* items.update.productionDepartment.js
* @description Set Production Department from value of Departments
* @module clv/items/update/productionDepartment
* @NApiVersion 2.0
* @NScriptType MassUpdateScript
* @author Miquel Brazil <efpyi@example.com>
*/
define(['N/record', 'N/https'], function (record, https)... | true | /**
* items.update.productionDepartment.js
* @description Set Production Department from value of Departments
* @module clv/items/update/productionDepartment
* @NApiVersion 2.0
* @NScriptType MassUpdateScript
* @author Miquel Brazil <PI:EMAIL:efpyi@example.comEND_PI>
*/
define(['N/record', 'N/https'], function ... |
/**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: Client script that habndles all the validations and calculations of the review page.
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord'],
... | 975 | [{"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 121039, "end": 121071}, {"tag": "EMAIL", "value": "willian.suryadharma@mailplus.com.au", "start": 121075, "end": 121110}, {"tag": "EMAIL", "value": "ankith.ravindran@mailplus.com.au", "start": 124686, "end": 124718}, {"tag": "EMAIL", "value": "will... | true | 4 | /**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: Client script that habndles all the validations and calculations of the review page.
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord'],
... | true | /**
*
* @NApiVersion 2.0
* @NScriptType ClientScript
*
* Description: Client script that habndles all the validations and calculations of the review page.
* @Last Modified by: Sruti Desai
*
*/
define(['N/error', 'N/runtime', 'N/search', 'N/url', 'N/record', 'N/format', 'N/email', 'N/currentRecord'],
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.