Newer Version Available
Try It Out: Edit Field Properties
- If a field is required, a user won't be able to create a position record without specifying a value.
- If a field is read-only, a user who views a position record edit page won't be able to change its value.
), while read-only fields are denoted with a lock icon (
).
At this point, we don't have any fields that need to be read-only, but we do want to make sure that the salary range is always defined for each position, so let's make the Min Pay and Max Pay fields required. Once we do that, we'll be all done with our Position object!
To make the Min Pay and Max Pay fields required, we need to edit the properties of each field:
- In the page layout editor, double-click the Min Pay field, or select the wrench icon (
) next to the
field name.
This popup window allows us to edit the Min Pay field's properties. We can set the field to either read-only or required. If we didn't want a user to see the Min Pay field at all, we could simply drag it off the layout and onto the palette. We want to make sure it stays visible for right now, so let's leave it in its current spot.
- Select the Required checkbox, and click OK.
- Repeat these steps for the Max Pay field.
- Click Save to finish customizing the page layout.
Hooray! We're all done with our Position object's page layout.