/** * @NApiVersion 2.1 * @NScriptType ScheduledScript */ define([‘N/search’, ‘N/record’], function(search, record) { /** * @description Main function * @param {*} context */ function execute(context) { try { LastSuccessfulLoginDateOfEmployee(); } catch… Continue reading Scheduled script to set the Last Successful Login date timestamp in Employee record