SetDefaultAll
Mon 01 January 2018Syntax
SetDefaultAll([recordname.]fieldname)
Description
Use the SetDefaultAll function to set all occurrences of the specified recordname . fieldname within a scroll to a blank value, so that the next time default processing is run these fields are set to their default value, as specified by the record definition, or one set programmatically by PeopleCode located in a FieldDefault event. If neither of these defaults exist, the Component Processor leaves the field blank.
Note: This function remains for backward compatibility only. Use the SetDefault rowset method instead.