Skip to content

Instantly share code, notes, and snippets.

@binny-griffith
Created April 30, 2025 22:56
Show Gist options
  • Save binny-griffith/37382162fcb609c594a93d1fca001585 to your computer and use it in GitHub Desktop.
Save binny-griffith/37382162fcb609c594a93d1fca001585 to your computer and use it in GitHub Desktop.
/**
/**
* @NApiVersion 2.1
* @NScriptType MassUpdateScript
*/
define([],
() => {
/**
* Defines the Mass Update trigger point.
* @param {Object} params
* @param {string} params.type - Record type of the record being processed
* @param {number} params.id - ID of the record being processed
* @since 2016.1
*/
const each = (params) => {
}
return {each}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment