1 answer
If I understand correctly, your second object has a lookup field to your first object, and you would like to auto-populate qualification and experience fields on the second object to match those of the first object.
- Create a new field of Formula type on the second object,
- Make the return ype the same as the data type on the correspinding field on the first object,
- Then click on Insert Field,
- Select the second object (the one you're adding the field to),
- Select the first object (the one that has the field you wish to reference from)
- Select the field you wish to reference from.
- Add the field to the formula
- Click next and save the field.
Your field will automaticaly populate the value from the matched field on the lookup object.