function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Parent Object
Record 1:
Primary Country (picklist): Country 1
Secondary Countries (multi-picklist):
Country 2
Country 3
Country 4
Given the above record on the parent object, I want the following records to be automatically created on the child object:
Child Object:
Project Country: Country 1
Primary Country: Yes
Record 2:
Project Country: Country 2
Primary Country: No
Record 3:
Project Country: Country 3
Record 4:
Project Country: Country 4
Make a 'After Insert Trigger' on the Parent Object, when the new record is inserted, based on the input value, create the records on the Child object.