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
| /* BatchRecordUpdate will update any 1 field on any 1 object. | |
| * | |
| * String values must be set to Object, Field and Value to be added to Field. | |
| * | |
| * Query can be modified to limit records updated. | |
| * Example below excludes records for which Degree Offering already equals the new value. | |
| * | |
| * All 4 strings' values must be set to operate when executed. | |
| * | |
| * Execute in Anonymous Apex. |
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
| <?xml version="1.0" encoding="UTF-8"?> | |
| <Package xmlns="http://soap.sforce.com/2006/04/metadata"> | |
| <types> | |
| <members>*</members> | |
| <name>ActionLinkGroupTemplate</name> | |
| </types> | |
| <types> | |
| <members>*</members> | |
| <name>AnalyticSnapshot</name> | |
| </types> |