My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Comments
-
Map/Reduce key/value pairs must be serialized into strings while being passed between stages. In order to prevent unintended alteration of data, the script type checks to if the data is already a string, and if not uses JSON.stringify() to convert the key or value into a string. In the following stage, script authors may…
-
If "Allow Child Record Editing" is not checked in the child custom record type, then the child sublist is not shown in the record object in the debugger. By checking that box, it allows records of this type to be edited directly when they display as child records in a sublist on a parent record.