Created
April 30, 2025 22:56
-
-
Save binny-griffith/37382162fcb609c594a93d1fca001585 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
/** | |
* @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