Step 1: Set the field default on your search fieldStep 2: Add SearchInit PeopleCode to set the search value from the field defaultAdd the following PeopleCode to either the Record.Field.SearchInit or Component.Record.SearchInit PeopleCode.SetSearchDefault(RECORD.FIELD);
Comments
Post a Comment