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.0 | |
| * @NScriptType MapReduceScript | |
| * @NModuleScope SameAccount | |
| * | |
| * Module Description: | |
| * | |
| * Map/Reduce Script on Work Orders. | |
| * Try to close the valid Work Orders listed in a saved search. | |
| * |
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.x | |
| * @NScriptType UserEventScript | |
| * @NModuleScope SameAccount | |
| */ | |
| define([], | |
| function() { | |
| /** |