Default Values in Search Page

Step 1: Set the field default on your search field
Step 2: Add SearchInit PeopleCode to set the search value from the field default
Add the following PeopleCode to either the Record.Field.SearchInit or Component.Record.SearchInit PeopleCode.

SetSearchDefault(RECORD.FIELD);

Comments